status-go/lib
Dmitry Shulyak db786ef1d2
Sign typed data implementation (#1250)
* 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
2018-11-06 07:26:12 +01:00
..
library.go Sign typed data implementation (#1250) 2018-11-06 07:26:12 +01:00
library_test.go Add x3dh key exchange (#1127) 2018-09-24 20:07:34 +02:00
library_test_utils.go Add x3dh key exchange (#1127) 2018-09-24 20:07:34 +02:00
main.go First step to remove StatusAPI (#1034) 2018-06-19 09:49:24 +02:00
response.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
response_test.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
types.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
utils.go fix megacheck errors 2018-03-29 18:02:06 +02:00