laconicd-deprecated/ethereum/eip712
Austin Chandra 5f418c74ef
Add EIP-712 encoding support type for any array (#1430)
* Add EIP-712 encoding support type for any array

* Refactor implementation + add tests

* Refactor unpacking implementation; refactor test case

* Fix lint issue

* Add MsgExec test case

* Update comment for clarity

* Add changelog entry

* Refactor `sdkerrors` to `errorsmod`

Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-11-16 18:56:07 -05:00
..
eip712_test.go Refactor EIP-712 signature verification (#1397) 2022-11-07 16:50:25 +00:00
eip712.go Add EIP-712 encoding support type for any array (#1430) 2022-11-16 18:56:07 -05:00
encoding.go Refactor EIP-712 signature verification (#1397) 2022-11-07 16:50:25 +00:00
preprocess_test.go refactor: optimize AnteHandler gas consumption (#1388) 2022-10-19 18:21:59 +02:00
preprocess.go feat(eip712): Create LedgerPreprocessHook to reformat EIP-712 payloads (#1277) 2022-09-13 16:56:35 +02:00