cosmos-sdk/x/bank
Christopher Goes 98caf44e35
Merge PR #2853: Write bank module specification, check spec/code consistency
* Update PENDING.md

* New structure

* Start transactions section

* Remove MsgIssue

* Update keepers.md

* Add state.md

* Update keepers.md, discovered #2887

* Move inputOutputCoins to BaseKeeper

* Remove no-loner-applicable tests

* More spec updates

* Tiny cleanup

* Clarify storage rationale

* Warn the user

* Remove extra newline
2018-11-29 22:56:42 +01:00
..
client Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
simulation Merge PR #2930: Simulation spring cleaning 2018-11-29 16:17:10 +01:00
app_test.go Merge PR #2799: Account numbers and sequences to uint64 2018-11-26 12:29:21 +01: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 R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
keeper.go Merge PR #2853: Write bank module specification, check spec/code consistency 2018-11-29 22:56:42 +01:00
keeper_test.go Merge PR #2853: Write bank module specification, check spec/code consistency 2018-11-29 22:56:42 +01:00
msgs.go Merge PR #2853: Write bank module specification, check spec/code consistency 2018-11-29 22:56:42 +01:00
msgs_test.go Add Safety Measures to Coin/Coins (#2797) 2018-11-20 01:22:35 -08:00