cosmos-sdk/x/bank
Jacob Gadikian 5decd22cd3
chore: use math.Int instead of math.Int and apply linting (#12702)
* linting round

* fix changelog

* revert docs changes

* Update CHANGELOG.md

* revert an accidental change to security.md

* Update simapp/integration/client/grpc/tmservice/service_test.go

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-07-26 00:24:47 +02:00
..
atlas docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
client chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
exported feat: deprecate x/params usage in x/bank (#12630) 2022-07-20 18:58:15 -04:00
keeper chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
migrations chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
simulation chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
spec docs: update migrated params module state documentation (#12679) 2022-07-21 18:53:25 +02:00
testutil refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
types chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
app_test.go fix: revert proto changes from #12610 (#12670) 2022-07-21 22:29:48 +00:00
bench_test.go feat(tests): add simapp setup helpers (#10020) 2021-09-15 17:18:01 -04:00
module.go feat: allow custom authority and inflation function when using app-wiring (#12660) 2022-07-21 12:28:21 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Bank

  • Bank - Token transfer functionalities.