cosmos-sdk/x/auth
Christopher Goes 94f45311a0 Fix state export/import, add to CI (#2690)
* Update slashing import/export
* More slashing.WriteGenesis
* Add test import/export to CI
* Store equality comparison.
* Fix validator bond intra-tx counter
* Set timeslices for unbonding validators
* WriteGenesis => ExportGenesis
* Delete validators from unbonding queue when re-bonded
* Hook for validator deletion, fix staking genesis tests
2018-11-08 16:28:28 -08:00
..
client Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
simulation Merge branch 'develop' into cwgoes/check-supply-in-simulation 2018-10-23 17:54:58 +02:00
account.go Merge PR #2376: auth: Don't recalculate mempool fees for every msg signer, misc. cleanup 2018-09-27 02:34:01 +08:00
account_test.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
ante.go Fix coins.IsLT() impl (#2686) 2018-11-07 00:14:48 -08:00
ante_test.go Rename AccountMapper to AccountKeeper 2018-10-20 23:22:48 -07:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
context.go Rename AccountMapper to AccountKeeper 2018-10-20 23:22:48 -07:00
context_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
feekeeper.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
feekeeper_test.go Merge PR #2527: Minting 2018-10-19 20:36:00 +02:00
genesis.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
keeper.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
keeper_test.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
stdtx.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
stdtx_test.go Merge PR #2376: auth: Don't recalculate mempool fees for every msg signer, misc. cleanup 2018-09-27 02:34:01 +08:00