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

NTRN-260 slinky bindings (market map & oracle) #293

Merged
merged 18 commits into from
May 22, 2024

Conversation

quasisamurai
Copy link
Contributor

Bindings for neutron. Slinky-related
Oracle:

  • GetPrice
  • GetAllCurrencyPairs

Marketmap:

  • Params
  • MarketMap
  • LastUpdated

Main PR:
neutron-org/neutron#508

@quasisamurai quasisamurai changed the base branch from main to feat/sdk-50 May 6, 2024 21:43
@quasisamurai quasisamurai marked this pull request as ready for review May 6, 2024 21:47
package.json Outdated
@@ -6,7 +6,7 @@
"scripts": {
"test": "yarn test:parallel && yarn test:run_in_band",
"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 && yarn test:slinky && yarn test:chain_manager",
"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 && yarn test:slinky",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removed yarn test:chain_manager?

@NeverHappened
Copy link
Contributor

please merge feat/sdk-50 and run again, they didn't pass the last time

@swelf19 swelf19 merged commit 27f5334 into feat/sdk-50 May 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants