cosmos-sdk/x/auth
Frojdi Dymylja ef9968debd
[bank]: add balance tracking events (#8656)
* change(bank): add utxo events and simplify logic

* add(bank): balance and supply tracking test

* chore(bank): fix balance tracking test comment

* fix(grpc): service test

* fix(bank): sub unlocked coins to use less gas

* fix(auth): cli test gas

* fix(rest): grpc gas test

* fix(staking/cli): increase delegation required gas

* add: burn events, fix tests

* fix(auth/tx): grpc test

* add(bank): coin events in delegate

* fix(bank): add amt check in delegate coins back

* change(bank): add coin spent and coin recv events in burn and mint

* change(bank): revert sub coin function

* change(auth): revert cli test

* change(auth): revert service test

* chore(auth): fix events comment in service_test.go

* chore: update CHANGELOG.md

* remove(bank): balanceError func

* chore(bank): address lint warnings

* chore(bank): update events spec

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-02-25 18:15:02 +00:00
..
ante [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
atlas x/auth: atlas manifest (#8140) 2020-12-10 17:02:29 +01:00
client [bank]: add balance tracking events (#8656) 2021-02-25 18:15:02 +00:00
keeper auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
legacy various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
signing [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
simulation codecs: rename MakeCodecs rename and docs update (#8245) 2021-01-07 21:50:52 +00:00
spec x/{auth, bank, distr} docs basic cleanup (#8268) 2021-01-11 12:11:22 +00:00
testutil multisig checks and optimization (#8600) 2021-02-23 15:55:06 +00:00
tx [bank]: add balance tracking events (#8656) 2021-02-25 18:15:02 +00:00
types various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
vesting various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00