cosmos-sdk/x/auth/tx
Aaron Craelius 7e2eea84c6
Fix the one remaining proto tx bug and flip the switch (#6902)
* Fix the one remaining proto tx bug and flip the switch

* Update github CI

* Wrap TxDecoder errors

* Add test

* Cleanup
2020-07-30 18:58:26 +00:00
..
builder.go Fully remove StdTx usage in ante handler tests (#6845) 2020-07-29 15:52:22 +00:00
builder_test.go Fix the one remaining proto tx bug and flip the switch (#6902) 2020-07-30 18:58:26 +00:00
decoder.go Fix the one remaining proto tx bug and flip the switch (#6902) 2020-07-30 18:58:26 +00:00
encoder.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00
generator.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
generator_test.go
mode_handler.go
sigs.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
sigs_test.go