laconicd-deprecated/ethereum/eip712
Austin Chandra 9c41edb674
fear(eip712): Add EIP-712 encoding for multiple messages of the same type (#1483)
* Add EIP-712 encoding for multiple messages of the same type

* Fix Protobuf encoding bug

* Add ante tests

* Refactor naming and minor implementation details

* Test empty transaction coverage

* Address revisions for code clarity

* Move aminoMessage type definition
2022-11-23 13:38:23 +01:00
..
eip712_test.go fear(eip712): Add EIP-712 encoding for multiple messages of the same type (#1483) 2022-11-23 13:38:23 +01:00
eip712.go Refactor to omit empty optionals from EIP-712 type generation (#1459) 2022-11-17 02:25:26 +00:00
encoding.go fear(eip712): Add EIP-712 encoding for multiple messages of the same type (#1483) 2022-11-23 13:38:23 +01: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