cosmos-sdk/x/ibc-transfer
Aditya d82c2e6a94
Enforce ProofSpecs in 23-Commitment (#6374)
* enforce spec ordering

* modify clients to pass in specs to verify functions

* start fixing tests

* Apply suggestions from code review

* enforce spec length and proof length match

* fix all tests

* add argument to constructor:

* fixed msg client and tests

* appease linter

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* finish fixes from review

* add back proof-specific checks

* Apply suggestions from code review

* more robust proof spec checks

* add CHANGELOG entries

* do not hardcode proofspecs in 23-commitment

* fix client modules

* fix tests

* appease linter

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-06-12 10:45:40 +00:00
..
client x/ibc-transfer: custom absolute packet timeout (#6248) 2020-06-04 19:30:56 +00:00
keeper Enforce ProofSpecs in 23-Commitment (#6374) 2020-06-12 10:45:40 +00:00
simulation x/ibc-transfer: move ICS20 out from x/ibc (#6222) 2020-05-15 20:36:47 +00:00
types x/ibc-transfer: custom absolute packet timeout (#6248) 2020-06-04 19:30:56 +00:00
alias.go x/ibc-transfer: custom absolute packet timeout (#6248) 2020-06-04 19:30:56 +00:00
genesis.go x/ibc-transfer: move ICS20 out from x/ibc (#6222) 2020-05-15 20:36:47 +00:00
handler_test.go Enforce ProofSpecs in 23-Commitment (#6374) 2020-06-12 10:45:40 +00:00
handler.go x/ibc-transfer: custom absolute packet timeout (#6248) 2020-06-04 19:30:56 +00:00
module.go module: pass route by value (#6404) 2020-06-11 15:37:23 +00:00