Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Publishing offchain future assets #109

Merged
merged 27 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1a2c644
feat(perp_assets): Pushing to test CI
akhercha Jun 11, 2024
9571586
feat(perp_assets): Fixed test
akhercha Jun 11, 2024
22e8e46
feat(perp_assets): Fixed test
akhercha Jun 11, 2024
dcd8656
feat(perp_assets): publishing test change
akhercha Jun 11, 2024
cd3e03d
feat(perp_assets): Publishing future entry
akhercha Jun 11, 2024
66b7d15
feat(perp_assets): Exclude errors from entries
akhercha Jun 11, 2024
319dc69
feat(perp_assets): Updates
akhercha Jun 11, 2024
5ccb128
feat(perp_assets): Allow publish with 2 types of entries
akhercha Jun 11, 2024
3b04736
feat(perp_assets): revert offchain app
akhercha Jun 11, 2024
fedfeb4
feat(perp_assets): Refinement
akhercha Jun 11, 2024
23faefd
feat(perp_assets): Fix from review
akhercha Jun 11, 2024
98c4d36
feat(perp_assets): Removed PerpFetcher
akhercha Jun 12, 2024
890b165
feat(perp_assets): Fixed bug
akhercha Jun 12, 2024
984ad0d
feat(perp_assets): Default value should be zero for expiry
akhercha Jun 14, 2024
dcb2ea6
feat(perp_assets): Fixed conflicts
akhercha Jun 14, 2024
cfe42dc
feat(perp_assets): Updated PragmaAPIClient
akhercha Jun 14, 2024
baaf906
feat(perp_assets): expiry not optional
akhercha Jun 14, 2024
25a6b03
feat(perp_assets): Refinements
akhercha Jun 14, 2024
b589256
feat(perp_assets): Quick refactoring
akhercha Jun 14, 2024
d7eb39f
feat(perp_assets): Publishing job
akhercha Jun 14, 2024
f86c643
feat(perp_assets): Fixed lint
akhercha Jun 15, 2024
4685292
feat(perp_assets): fixed test
akhercha Jun 15, 2024
15bbf53
feat(perp_assets): Ruff + Mypy lint
akhercha Jun 15, 2024
e85db77
feat(perp_assets): Fixed test
akhercha Jun 15, 2024
53aaa79
feat(perp_assets): Fixed stagecoach
akhercha Jun 15, 2024
2099fd7
feat(perp_assets): Removed debug print
akhercha Jun 15, 2024
56e8418
bump version to 1.4.0
EvolveArt Jun 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading