cosmos-sdk/x/bank
2022-07-19 21:44:13 -04:00
..
atlas docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
client fix: MsgMultiSend validation allows only a single sender (#12610) 2022-07-19 13:40:23 +02:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
keeper feat: (x/bank) add SpendableCoin method to BaseViewKeeper (#12593) 2022-07-19 21:44:13 -04:00
migrations feat(bank)!: Move the bank module SendEnabled info into state (from Params). (#11977) 2022-06-10 13:40:57 -06:00
simulation fix: MsgMultiSend validation allows only a single sender (#12610) 2022-07-19 13:40:23 +02:00
spec feat: (x/bank) add SpendableCoin method to BaseViewKeeper (#12593) 2022-07-19 21:44:13 -04:00
testutil refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
types fix: MsgMultiSend validation allows only a single sender (#12610) 2022-07-19 13:40:23 +02:00
app_test.go fix: MsgMultiSend validation allows only a single sender (#12610) 2022-07-19 13:40:23 +02:00
bench_test.go feat(tests): add simapp setup helpers (#10020) 2021-09-15 17:18:01 -04:00
module.go feat: Move AppModule.BeginBlock and AppModule.EndBlock to extension interfaces (#12603) 2022-07-19 17:19:23 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Bank

  • Bank - Token transfer functionalities.