laconicd-deprecated/app/ante
Austin Chandra 04bdccd42a
Refactor to omit empty optionals from EIP-712 type generation (#1459)
* Refactor to omit empty values from type creation; add test for v1.vote

* Add test for createValidator with optional fields left blank

* Add changelog entry

* Update changelog entry

Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-11-17 02:25:26 +00:00
..
ante_test.go Refactor to omit empty optionals from EIP-712 type generation (#1459) 2022-11-17 02:25:26 +00:00
ante.go [issue-#1389] add multisig tx support (#1390) 2022-10-19 20:05:50 -04:00
doc.go imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02:00
eip712.go chore (deps): Update geth version to v1.10.25 (#1413) 2022-11-16 12:59:12 -05:00
eth_test.go Empty KV gas config (#1460) 2022-11-15 14:56:39 -05:00
eth.go Empty KV gas config (#1460) 2022-11-15 14:56:39 -05:00
fee_checker_test.go feat!: Apply feemarket to native cosmos tx (#1194) 2022-08-10 18:33:38 -04:00
fee_checker.go Change the fallback priority mechanism to be based on gas price (#1289) 2022-09-02 01:34:05 +00:00
fee_market_test.go !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00
fee_market.go refactor: optimize AnteHandler gas consumption (#1388) 2022-10-19 18:21:59 +02:00
fees_test.go fix: skip fee check on tx simulation (#1364) 2022-10-05 18:25:23 -05:00
fees.go refactor: optimize AnteHandler gas consumption (#1388) 2022-10-19 18:21:59 +02:00
handler_options.go refactor: optimize AnteHandler gas consumption (#1388) 2022-10-19 18:21:59 +02:00
interfaces.go refactor: optimize AnteHandler gas consumption (#1388) 2022-10-19 18:21:59 +02:00
reject_msgs.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
sigs_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
utils_test.go Refactor to omit empty optionals from EIP-712 type generation (#1459) 2022-11-17 02:25:26 +00:00