mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
db786ef1d2
* Implement EIP 712 * Cover majority of cases with tests * Add solidity and signer tests and cover integer edges case * Add thin api to sign type data using selected status account * All integers are extended to int256 and marshalled into big.Int * Document how deps works * Fix linter * Fix errors test * Add validation tests * Unmarshal every atomic type in separate functions