cosmos-sdk/store/rootmulti
Aditya d9e1497e89
Switch IAVL Store query to use ics proofs (#6324)
* switch iavl store to use ics proof

* fix proofs to return for correct height

* appease linter

* Register commitment op correctly

* Make CommitmentOp generic over all ics23 specs (#6331)

* Make the CommitmentOp generic over all ics23 ProofSpecs, using Type to distinguish

* Register SimpleMerkle ics23 proof op as well

* Addressed linter issues

* move commitment proof to types

* Apply suggestions from code review

Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>

* address review comments:

* Apply suggestions from code review

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

* allow proofs against empty store

* address review comments

* Update store/types/proof.go

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

* add changelog

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2020-06-08 15:02:25 -04:00
..
dbadapter.go Store Refactor 1 (#2985) 2019-02-01 17:03:09 -08:00
merkle_map_test.go store: simplehashfrommap (#6069) 2020-04-27 15:07:58 +00:00
merkle_map.go x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
proof_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
proof.go Switch IAVL Store query to use ics proofs (#6324) 2020-06-08 15:02:25 -04:00
store_test.go Merge PR #6323: Use simple merkle proof for commit info 2020-06-03 14:50:22 -04:00
store.go Merge PR #6323: Use simple merkle proof for commit info 2020-06-03 14:50:22 -04:00