-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add the Sanction Module #1922
Add the Sanction Module #1922
Conversation
…more and fix some types that moved.
…stuff directly instead of using .Walk on all props.
…eper so that I can still mock proposals.
…regenerate later, but this is a quick fix).
…anction stuff (will do the rest later after this gets in, I guess). Also make generic funcs for the --authority flag. Fix uses of simState.AppParams.GetOrGenerate.
…stead of the most recent one.
…od since its not needed anymore.
…n cli tests compile (using the new helpers).
…make some helpers for getting the codec stuff.
…d times much, much better.
…t I can log more stuff and make it easier to debug problems.
Important Auto Review SkippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 25 files out of 90 files are above the max files limit of 50. Please upgrade to Pro plan to get higher limits. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
…s. Add TOCs to the sanction docs, fix the proto links, and do a little cleanup.
# Conflicts: # app/navs_mainnet.go # app/navs_mainnet_tourmaline.go # app/navs_testnet.go
This was part of: |
Description
Copy the sanction module from our SDK fork and add it back into our app.
Excitingly, all the unit tests in the sanction module pass too, including the CLI ones. This PR adds some generic helpers that we'll be able to use for other CLI unit tests that we still need to fix.
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes