cosmos-sdk/server/mock
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
..
app.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
app_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
helpers.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
store.go Add state sync support (#7166) 2020-09-08 09:05:44 +00:00
store_test.go Add validation to prevent empty store keys (#6754) 2020-07-20 18:05:01 +02:00
tx.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00