cosmos-sdk/x/bank
likhita-809 1815981b02
feat: deprecate x/params usage in x/auth (#12475)
* generate proto files

* wip

* wip: fix tests

* wip: add tests

* fix tests

* fix tests

* add changelog

* address review comments

* address review comments

* add err check for setparams

* updates

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2022-07-11 19:16:27 +02:00
..
atlas docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
client chore: simplify and refactor linting (#12318) 2022-06-21 17:49:36 +00:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
keeper feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02: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: Simulation is not deterministic due to GenSignedMockTx (#12374) 2022-06-30 11:12:25 -04:00
spec feat(bank)!: Move the bank module SendEnabled info into state (from Params). (#11977) 2022-06-10 13:40:57 -06:00
testutil refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
types fumpt (#12376) 2022-06-28 14:41:42 +01:00
app_test.go feat(tests): add simapp setup helpers (#10020) 2021-09-15 17:18:01 -04:00
bench_test.go feat(tests): add simapp setup helpers (#10020) 2021-09-15 17:18:01 -04:00
module.go refactor: rename depinject imports to cosmossdk.io/depinject (#12479) 2022-07-09 17:46:07 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Bank

  • Bank - Token transfer functionalities.