cosmos-sdk/x/feegrant
Amaury dfc8dd813e
Add in-place store migrations (#8485)
* Add 1st version of migrate

* Put migration logic into Configurator

* add test to bank store migration

* add test for configurator

* Error if no migration found

* Remove RunMigrations from Configurator interface

* Update spec

* Rename folders

* copy-paste from keys.go

* Fix nil map

* rename function

* Update simapp/app.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* Update simapp/app_test.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* Adderss reviews

* Fix tests

* Update testutil/context.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* Update docs for ConsensusVersion

* Rename to forVersion

* Fix tests

* Check error early

* Return 1 for intiial version

* Use MigrationKeeper

* Fix test

* Revert adding marshaler to Configurator

* Godoc updates

* Update docs

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2021-02-10 17:49:31 +00:00
..
ante snapshots: document use of ioutil.TempDir() (#8508) 2021-02-04 09:54:01 +00:00
client snapshots: document use of ioutil.TempDir() (#8508) 2021-02-04 09:54:01 +00:00
keeper Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
simulation snapshots: document use of ioutil.TempDir() (#8508) 2021-02-04 09:54:01 +00:00
spec Add specs for feegrant (#8496) 2021-02-04 13:38:16 +00:00
types snapshots: document use of ioutil.TempDir() (#8508) 2021-02-04 09:54:01 +00:00
doc.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
genesis.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
genesis_test.go snapshots: document use of ioutil.TempDir() (#8508) 2021-02-04 09:54:01 +00:00
module.go Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00