laconicd-deprecated/app/ante
Guillermo Paoletti 3bea3fa1ef
ante: EIP712 support (#950)
* code migrated

* signed_data ported to avoid conficting dependency

* correct payload

* eip712 working with evmos.me

* use geth TypedData types

* fix linter

* minor refactor

* test first try

* fix test

* fix tests

* enforce fee delegated eip712

* verify signature refactor

* SignedTypedData api refactor

* add AnteHandler test for EIP712

* remove comment

* code clean up

* return more detailed error messages

* fix linter

* remove unnecesary global vars

* Update app/ante/eip712.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* fix pr comments

* remove hardcoded value

* add more tests

* add changelog

* use sdk errors

* add MsgDelegate test

Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
2022-02-26 16:34:43 +00:00
..
ante_test.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
ante.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eip712.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
eth_test.go fix: minimal-gas-prices and baseFeePerGas conflicts (#916) 2022-01-26 10:44:41 +00:00
eth.go fix: wrong comment in EthGasConsumeDecorator (#929) 2022-02-09 14:03:12 +00:00
handler_options.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
interfaces.go deps: upgrade geth to v1.10.15 (#935) 2022-02-14 23:08:41 +00:00
reject_msgs.go ante: update ante handler internals (#866) 2022-01-02 23:44:46 +01:00
sigs_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
utils_test.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00