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: added interchain security, ibcratelimit. updated dex #NTRN-408 #10

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

swelf19
Copy link
Contributor

@swelf19 swelf19 commented Nov 15, 2024

The PR includes auto-generated code for the ibcratelimit module and for the interchain security modules. Types and services.

Task definition: Add updateParamsPersimmon to chain manager (https://github.com/neutron-org/neutron-dao/tree/main/contracts/dao/neutron-chain-manager) for the following modules:

  • consumer
  • dynamicfees
  • globalfee

All prs:
#10
neutron-org/neutronjsplus#69
neutron-org/neutron-integration-tests#368
neutron-org/neutron-dao#116
neutron-org/neutron-std#8
neutron-org/neutron#765

scripts/set-versions.sh Outdated Show resolved Hide resolved
Comment on lines +70 to +72
ibcratelimit: {
v1beta1: new (await import("./ibcratelimit/v1beta1/tx.rpc.msg")).MsgClientImpl(rpc),
},
Copy link
Contributor

Choose a reason for hiding this comment

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

why no ICS msg server here? and same about query server in rpc.query.ts?

Copy link
Contributor

Choose a reason for hiding this comment

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

another related question: why do we have src/neutron/rpc.tx.ts and src/interchain_security/rpc.tx.ts? same about rpc.query.ts

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question, this is generated code, we need to fix/rewrite the generator if we want to collect all the modules under one msg server

@pr0n00gler pr0n00gler merged commit edd25e9 into main Nov 27, 2024
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.

4 participants