cosmos-sdk/types/tx
Aaron Craelius 69b4935c63
feat: Add SIGN_MODE_DIRECT_AUX and tx Tip proto definitions (#9405)
closes: #9406 

---

Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
- [ ] Re-reviewed `Files changed` in the Github PR explorer
- [ ] Review `Codecov Report` in the comment section below once CI passes
2021-08-11 11:12:47 +00:00
..
signing feat: Add SIGN_MODE_DIRECT_AUX and tx Tip proto definitions (#9405) 2021-08-11 11:12:47 +00:00
msgs.go feat: Add group module proto definitions and basic types (#9631) 2021-07-09 07:36:16 +00:00
service.pb.go Prefer sending tx_bytes to Simulate gRPC endpoint (#8926) 2021-03-25 10:52:54 +00:00
service.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
tx.pb.go feat: Add SIGN_MODE_DIRECT_AUX and tx Tip proto definitions (#9405) 2021-08-11 11:12:47 +00:00
types.go feat: Add group module proto definitions and basic types (#9631) 2021-07-09 07:36:16 +00:00
types_test.go refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00