-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Expose multiple merkle proofs #198
Comments
Maybe we need to expand the abci interface to do so properly for range queries: tendermint/abci#94 |
closed in favour of #341 |
alexanderbez
added a commit
that referenced
this issue
May 26, 2022
* Add proto for Clawback Vesting Account * Change field to int * Change field to int64 * add place holder for clawback * add handler and basic msgs methods * add clawback vesting account logic * improvements * fix: Dev/clawback test debug (#198) * add tests * add clawback before starttime test * clean imports * Printlns for the clawback testing * Fix tests and logic * Fix the gas exhaustion vuln * Remove printlns * Delete extraneous account set * chore: add table driven test cases to clawback (#199) * add table driven tests * Modify test cases * More detail in error message * Update x/auth/vesting/types/vesting_account_test.go * Update x/auth/vesting/types/vesting_account_test.go Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Dev Ojha <[email protected]> * fix: cherry pick agoric's cosmos sdk#207 (#203) * cherry pick compute endtime fix * Merge branch 'osmosis-main' into mattverse/clawback Co-authored-by: mattverse <[email protected]> Co-authored-by: Matt, Park <[email protected]> * feat: add clawback cli and tests (#207) * add clawback cli and tests * Update x/auth/vesting/client/cli/tx.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Update x/auth/vesting/client/cli/tx.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Update x/auth/vesting/client/cli/tx.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * minor fix * Minor fix * Update x/auth/vesting/client/cli/cli_test.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Change from code review from Alex and Dev Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]>
mmsqe
added a commit
to mmsqe/cosmos-sdk
that referenced
this issue
Feb 2, 2024
Problem: NodeURI is not set for clientCtx in test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References tendermint/merkleeyes#30
The text was updated successfully, but these errors were encountered: