Skip to content

Commit

Permalink
feat: Publishing offchain future assets (#109)
Browse files Browse the repository at this point in the history
* feat(perp_assets): Pushing to test CI

* feat(perp_assets): Fixed test

* feat(perp_assets): Fixed test

* feat(perp_assets): publishing test change

* feat(perp_assets): Publishing future entry

* feat(perp_assets): Exclude errors from entries

* feat(perp_assets): Updates

* feat(perp_assets): Allow publish with 2 types of entries

* feat(perp_assets): revert offchain app

* feat(perp_assets): Refinement

* feat(perp_assets): Fix from review

* feat(perp_assets): Removed PerpFetcher

* feat(perp_assets): Fixed bug

* feat(perp_assets): Default value should be zero for expiry

* feat(perp_assets): Updated PragmaAPIClient

* feat(perp_assets): expiry not optional

* feat(perp_assets): Refinements

* feat(perp_assets): Quick refactoring

* feat(perp_assets): Publishing job

* feat(perp_assets): Fixed lint

* feat(perp_assets): fixed test

* feat(perp_assets): Ruff + Mypy lint

* feat(perp_assets): Fixed test

* feat(perp_assets): Fixed stagecoach

* feat(perp_assets): Removed debug print

* bump version to 1.4.0

---------

Co-authored-by: 0xevolve <Artevolve@yahoo.com>
  • Loading branch information
akhercha and EvolveArt authored Jun 15, 2024
1 parent 81e6c13 commit a7054c9
Show file tree
Hide file tree
Showing 67 changed files with 1,393 additions and 1,980 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KAIKO_API_KEY=
FORK_NETWORK=testnet
FORK_NETWORK=mainnet
TESTNET_ACCOUNT_ADDRESS=
TESTNET_PRIVATE_KEY=
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Format
run: |
poetry run poe format_check
poetry run poe format
- name: Typecheck
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ cover/
devnet.pkl

.idea/
.vscode/
.vscode/

# Vscode workspaces
*.code-workspace
Loading

0 comments on commit a7054c9

Please sign in to comment.