-
Notifications
You must be signed in to change notification settings - Fork 18
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: slinky #ntrn-250 #281
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rruled fix: allow for execution of timelocked proposal when overruled in closed state #ntrn-225
This was referenced Apr 10, 2024
9c26637
to
4b93588
Compare
sotnikov-s
approved these changes
Apr 23, 2024
swelf19
reviewed
Apr 23, 2024
swelf19
reviewed
Apr 23, 2024
package.json
Outdated
@@ -8,6 +8,7 @@ | |||
"test:parallel": "jest -b src/testcases/parallel", | |||
"test:run_in_band": "yarn test:tge:auction && yarn test:tge:credits && yarn test:interchaintx && yarn test:interchain_kv_query && yarn test:interchain_tx_query_plain && yarn test:tokenomics && yarn test:reserve && yarn test:ibc_hooks && yarn test:float && yarn test:parameters && yarn test:dex_stargate && yarn test:globalfee && yarn test:dex_bindings && yarn test:pob", | |||
"test:simple": "jest -b src/testcases/parallel/simple", | |||
"test:slinky": "jest -b src/testcases/parallel/slinky", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not forget to test full testset, because your slinky test can be broken when running in parallel with other governance related tests.
Co-authored-by: swelf19 <62722506+swelf19@users.noreply.github.com>
8872fa4
to
2c9e511
Compare
422d805
to
225ac02
Compare
d849d92
to
7854a6b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://hadronlabs.atlassian.net/browse/NTRN-250
Slinky integration (includes two modules oracle && marketmap)
More docs here: https://docs.skip.money/slinky/overview/
PRs:
Modules and keepers integration into app
Basic test for querying the prices and oracle sidecar service integration into tests
Generated proto types, added price queries for oracle, proposal to adding marketmap (add currency pairs)