cosmos-sdk/x/bank
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
..
client Add fees and memo to REST, updated CLI to receive coins as fees (#3069) 2018-12-19 16:26:33 -08:00
simulation Merge PR #3308: Genesis Vesting Accounts & Simulation 2019-01-17 17:15:13 +01:00
app_test.go Add fees and memo to REST, updated CLI to receive coins as fees (#3069) 2018-12-19 16:26:33 -08:00
bench_test.go Merge PR #2799: Account numbers and sequences to uint64 2018-11-26 12:29:21 +01:00
codec.go R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
errors.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
handler.go Tags Cleanup & Docs (#3137) 2018-12-19 19:28:38 -08:00
keeper.go Merge PR #2694: Vesting Account(s) Implementation 2019-01-14 17:11:24 +01:00
keeper_test.go Merge PR #3308: Genesis Vesting Accounts & Simulation 2019-01-17 17:15:13 +01:00
msgs.go Add IsValid check on sendCoins (#3212) 2019-01-02 13:19:48 -08:00
msgs_test.go Add Safety Measures to Coin/Coins (#2797) 2018-11-20 01:22:35 -08:00
tags.go Merge PR #2694: Vesting Account(s) Implementation 2019-01-14 17:11:24 +01:00