-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Coins IsValid() Ordering #8
Labels
Comments
You are very right. Fixed in develop, commit 2f7875d |
ethanfrey
added a commit
that referenced
this issue
Jan 31, 2017
ulbqb
pushed a commit
to ulbqb/cosmos-sdk
that referenced
this issue
Jun 8, 2023
…on (cosmos#8) * New IAVL Design (cosmos#7) * WIP: New IAVL design * Fix typos and update docs * Remove cosmos-sdk tracer usage * Verify first existence proof * Modify abci methods to accomodate new design * refactor abci * Baseapp test works now * Remove usage of SetTracerFor * Remove leftover code * Update go mod file * Run gofumpt * Refactor and add docs * Set length of witness
chillyvee
pushed a commit
to chillyvee/cosmos-sdk
that referenced
this issue
Mar 1, 2024
DongLieu
pushed a commit
to Genuine-labs/cosmos-sdk
that referenced
this issue
Mar 29, 2024
* Add prioritized oracle message * Add delegation limit * Make interblock cache configurable
ezreal1997
added a commit
to ezreal1997/cosmos-sdk
that referenced
this issue
Oct 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears as though the IsValid() method is only checking if each coin is sorted against the first coin denom, not the previous denom in order? https://github.com/tendermint/basecoin/blob/master/types/coin.go#L30-L34
The text was updated successfully, but these errors were encountered: