Greg Hysen
5b187935dc
tests for String
2018-11-28 16:38:10 -08:00
Greg Hysen
d70d07366f
Tests for Static Bytes
2018-11-28 16:38:10 -08:00
Greg Hysen
9a0bd05c4c
Unsigned Integers
2018-11-28 16:38:10 -08:00
Greg Hysen
666075a87e
Tests for Integer (tested 256 / 32 bit integers)
2018-11-28 16:38:10 -08:00
Greg Hysen
b28f26916f
Tests for Bool
2018-11-28 16:38:10 -08:00
Greg Hysen
a2ad15be0d
Tests for Address
2018-11-28 16:38:10 -08:00
Greg Hysen
a630312074
Tests for Tuple
2018-11-28 16:38:10 -08:00
Greg Hysen
bc538c71fc
Tests - Encode/Decode Array
2018-11-28 16:38:10 -08:00
Greg Hysen
880540f4b8
Fixed issue with decoding negative ints with width < 256
2018-11-28 16:38:10 -08:00
Greg Hysen
8a8b904a29
Use new ABI Encoder for contracts
2018-11-28 16:38:10 -08:00
Greg Hysen
ebd4dbc6c6
Exports AbiEncoder as 1 unit
2018-11-28 16:38:10 -08:00
Greg Hysen
1f9ea7ed1b
Removed unnecessary imports from abi encoder tets
2018-11-28 16:38:10 -08:00
Greg Hysen
5b0d554f7b
Moved Abi Encoder into utils package
2018-11-28 16:38:10 -08:00
F. Eugene Aumson
7b4f63a39c
feat(order_utils.py) generate_order_hash_hex() ( #1234 )
2018-11-13 16:30:12 -05:00
Jacob Evans
9e8031d5e3
Throw and handle errors from Providers.
...
In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined.
In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing.
Exposed the ZeroExTransaction JSON schema.
In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
2018-10-09 19:01:36 +11:00
Jacob Evans
3e2fe40a11
Add eth_signTypedData support to our wallet subproviders
2018-10-05 12:02:09 +10:00
Jacob Evans
2a82ff48c0
Move SignTypedData to utils package
2018-10-05 12:00:41 +10:00
Alex Browne
6a5965d73b
Add strictArgumentEncodingCheck to BaseContract and use it in contract templates
2018-08-08 14:27:30 -07:00