cosmos-sdk/x/auth
Julien Robert 6a9b8247f6
feat: implement multi-send transaction command (#11738)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
2022-04-29 11:27:01 +02:00
..
atlas
client feat: implement multi-send transaction command (#11738) 2022-04-29 11:27:01 +02:00
keeper fix: Make module queries deterministic (#11644) 2022-04-15 09:08:33 +00:00
middleware chore: add more tests for code cov in `middleware` (#11694) 2022-04-20 09:56:07 -04:00
migrations chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
signing
simulation
spec docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
testutil
tx feat: EIP191 sign mode (#11533) 2022-04-05 08:43:59 +00:00
types revert: replace all ModuleCdc instances with legacy.Cdc (#11680) 2022-04-20 09:27:40 +00:00
vesting refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
genesis.go
module.go fix: remove all RegisterRESTRoutes (#11797) 2022-04-27 12:23:34 -04:00
module_test.go

README.md

Auth

  • Auth - Authentication of accounts and transactions for Cosmos SDK applications.