cosmos-sdk/x/bank/types
Robert Zaremba 878e3e8a4a
fix: bank proto exponent doc (#10526)
* doc: fix bank denom exponent doc

* gen docs
2021-11-12 10:45:27 +01:00
..
authz.pb.go chore: Add "Since:" on proto doc comments (#10434) 2021-10-27 14:13:35 +00:00
balance.go refactoring balance.coin validation 2021-08-03 19:43:38 +02:00
balance_test.go added valid sorted coin testcase 2021-08-04 14:54:01 +02:00
bank.pb.go fix: bank proto exponent doc (#10526) 2021-11-12 10:45:27 +01:00
codec.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
errors.go x/bank/types: fix AddressFromBalancesStore panics with invalid keys (#9061) 2021-04-07 16:20:38 +00:00
events.go [bank]: add balance tracking events (#8656) 2021-02-25 18:15:02 +00:00
expected_keepers.go perf!: Add HasAccount to the AuthKeeper to save protobuf decoding time (#10022) 2021-08-31 05:07:31 +00:00
genesis.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
genesis.pb.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00
genesis_test.go auth: allow 0 coin accounts in genesis (#8714) 2021-02-26 15:41:48 +00:00
key.go fix: x/bank/044 migrateDenomMetadata (#10239) 2021-09-29 01:40:18 +02:00
key_test.go fix: x/bank/044 migrateDenomMetadata (#10239) 2021-09-29 01:40:18 +02:00
metadata.go bank: name and symbol metadata fields (#8677) 2021-02-24 20:06:04 -03:00
metadata_test.go bank: name and symbol metadata fields (#8677) 2021-02-24 20:06:04 -03:00
msgs.go refactor!: change GetSigners return type to []sdk.AccAddress (#9915) 2021-08-13 15:34:00 +00:00
msgs_test.go refactor!: change GetSigners return type to []sdk.AccAddress (#9915) 2021-08-13 15:34:00 +00:00
params.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00
params_test.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00
querier.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
query.pb.go fix: query account balance by ibc denom (#10394) 2021-11-11 10:37:33 +00:00
query.pb.gw.go fix: query account balance by ibc denom (#10394) 2021-11-11 10:37:33 +00:00
send_authorization.go ADR-30 (authz) update based on authz audit (#9270) 2021-05-07 19:38:43 +00:00
send_authorization_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
tx.pb.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00