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

Coins IsValid() Ordering #8

Closed
rigelrozanski opened this issue Jan 23, 2017 · 1 comment
Closed

Coins IsValid() Ordering #8

rigelrozanski opened this issue Jan 23, 2017 · 1 comment
Labels

Comments

@rigelrozanski
Copy link
Contributor

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

@ethanfrey
Copy link
Contributor

You are very right. Fixed in develop, commit 2f7875d

ethanfrey added a commit that referenced this issue Jan 31, 2017
cwgoes pushed a commit that referenced this issue Oct 9, 2018
dogemos added a commit to dogemos/cosmos-sdk that referenced this issue Apr 9, 2020
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
luchenqun pushed a commit to luchenqun/cosmos-sdk that referenced this issue Sep 29, 2023
)

Co-authored-by: Tomas Guerra <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: tom <tomasguerraalda@hotmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants