cosmos-sdk/x/auth/tx
Amaury 956d8b4915
feat: Add `fee.{payer,granter}` and `tip` fields to StdSignDoc (#10348)
* Add IsTipper

* Use addr in signer data

* Always populate addr in signer data

* fi error messages

* make proto gen

* fix build

* Add fields to sign docs and sign mode handler

* Remove getSequence

* Update x/auth/migrations/legacytx/stdtx.go

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update x/auth/migrations/legacytx/stdsign.go

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Use addressCodec

* NewTxConfig with addrCdc

* REmove simapp.NewBech32

* Move bech32 stuff to x/auth/address

* Add changelog

* Move address.Codec to x/auth

* Fix test

* Add tests for tipper and feepayer

* Rename tests

* Add more tests

* Empty tip test

* Revert unwanted files

* Less line diff

* fix test

* fix another test

* Fix test

* Update x/auth/migrations/legacytx/stdtx_test.go

Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>

* Address reviews

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2021-10-22 15:13:37 +02:00
..
builder.go feat: Add `fee.{payer,granter}` and `tip` fields to StdSignDoc (#10348) 2021-10-22 15:13:37 +02:00
builder_test.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
config.go Wrap ProtoCodec in interface (#7637) 2020-10-27 13:53:54 +00:00
config_test.go Proto Tx with Any (#7276) 2020-09-21 16:48:28 +00:00
decoder.go refactor: Improve txRaw decoder code (#9769) 2021-07-26 20:08:04 +00:00
direct.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
direct_aux.go feat: Add `fee.{payer,granter}` and `tip` fields to StdSignDoc (#10348) 2021-10-22 15:13:37 +02:00
direct_aux_test.go revert: Remove SIGN_MODE_AMINO_AUX (#10322) 2021-10-18 10:32:43 +00:00
direct_test.go revert: Remove SIGN_MODE_AMINO_AUX (#10322) 2021-10-18 10:32:43 +00:00
encode_decode_test.go feat: TxRaw must follow ADR 027 (#9743) 2021-07-22 17:54:14 +00:00
encoder.go Wrap ProtoCodec in interface (#7637) 2020-10-27 13:53:54 +00:00
legacy_amino_json.go feat: Add `fee.{payer,granter}` and `tip` fields to StdSignDoc (#10348) 2021-10-22 15:13:37 +02:00
legacy_amino_json_test.go feat: Add `fee.{payer,granter}` and `tip` fields to StdSignDoc (#10348) 2021-10-22 15:13:37 +02:00
mode_handler.go revert: Remove SIGN_MODE_AMINO_AUX (#10322) 2021-10-18 10:32:43 +00:00
query.go Move QueryTx functions to x/auth/tx (#8734) 2021-03-01 15:57:28 +00:00
service.go bump tendermint core (#9081) 2021-04-08 20:22:00 +01:00
service_test.go refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +00:00
sigs.go Fix sequence value in auth sign signature only (#8287) 2021-01-12 07:47:47 +00:00
sigs_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00