cosmos-sdk/cmd/gaia/app
Alexander Bezobchuk f2e87ad81f Merge PR #3308: Genesis Vesting Accounts & Simulation
* Update vesting spec and impl time fields and constructors
* Update genesis to support vesting accounts
* More spec and godoc updates
* Update genesis section in vesting spec
* Fix bank unit tests
* Add test cases to ToAccount in genesis
* Update RegisterCodec to include vesting interface and types
* Fix GetVestedCoins bug where block time is past vesting end time
* Add vesting accounts to simulation
* Update vesting genesis logic to panic on invalid accounts
* Change randomness of vesting accounts in simulation
2019-01-17 17:15:13 +01:00
..
benchmarks Add fees and memo to REST, updated CLI to receive coins as fees (#3069) 2018-12-19 16:26:33 -08:00
app_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
app.go Merge PR #3308: Genesis Vesting Accounts & Simulation 2019-01-17 17:15:13 +01:00
export.go Merge PR #3099: F1 fee distribution 2019-01-16 22:38:05 +01:00
genesis_test.go Merge PR #3308: Genesis Vesting Accounts & Simulation 2019-01-17 17:15:13 +01:00
genesis.go Merge PR #3308: Genesis Vesting Accounts & Simulation 2019-01-17 17:15:13 +01:00
invariants.go Merge PR #3099: F1 fee distribution 2019-01-16 22:38:05 +01:00
sim_test.go Merge PR #3308: Genesis Vesting Accounts & Simulation 2019-01-17 17:15:13 +01:00