cosmos-sdk/store/rootmulti
Erik Grinaker 4faeefebd2
Add state sync support (#7166)
* Add state sync support

* fix incorrect test tempdir

* proto: move and update Protobuf schemas

* proto: lint fixes

* comment tweaks

* don't use type aliasing

* don't call .Error() when logging errors

* use create terminology instead of take for snapshots

* reuse chunk hasher

* simplify key encoding code

* track chunk index in Manager

* add restoreDone message for Manager

* add a ready channel to Snapshotter.Restore()

* add comment on streaming IO API

* use sdkerrors for error handling

* fix incorrect error

* tweak changelog

* syntax fix

* update test code after merge
2020-09-08 09:05:44 +00:00
..
dbadapter.go Store Refactor 1 (#2985) 2019-02-01 17:03:09 -08:00
proof.go Convert simple proof to ics23 proof (#6390) 2020-06-10 13:23:40 -04:00
proof_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
store.go Add state sync support (#7166) 2020-09-08 09:05:44 +00:00
store_test.go Add state sync support (#7166) 2020-09-08 09:05:44 +00:00