Greg Hysen
406b5739be
Fixed linter errors on data_type.ts
2018-11-28 16:38:11 -08:00
Greg Hysen
fbbca8e283
Ran prettier on utils
2018-11-28 16:38:11 -08:00
Greg Hysen
0f7abcd59b
Moved global constants to separate file
2018-11-28 16:38:11 -08:00
Greg Hysen
2164b34bf9
Ran linter on Calldata
2018-11-28 16:38:11 -08:00
Greg Hysen
b0ebc6fa14
Tests for decoding return values + Ability to encode return values
2018-11-28 16:38:11 -08:00
Greg Hysen
6daa79ec12
Arrays nested in tuples
2018-11-28 16:38:10 -08:00
Greg Hysen
acd570b2b3
Multidimensional Array tests
2018-11-28 16:38:10 -08:00
Greg Hysen
0d65c9da4a
Optimizer Tests
2018-11-28 16:38:10 -08:00
Greg Hysen
67dd062a2f
Cleaning up optimizer tests
2018-11-28 16:38:10 -08:00
Greg Hysen
0c0bcb44d3
All 71 tests passing. Both for function encoding and individual types.
2018-11-28 16:38:10 -08:00
Greg Hysen
b213cb3974
Temporary change for testing functions
2018-11-28 16:38:10 -08:00
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
Fabio Berger
f46a49fd13
Publish
...
- 0x.js@2.0.5
- @0x/abi-gen@1.0.17
- @0x/abi-gen-wrappers@1.1.0
- @0x/assert@1.0.18
- @0x/asset-buyer@3.0.1
- @0x/base-contract@3.0.7
- @0x/connect@3.0.7
- @0x/contract-addresses@1.2.0
- @0x/contract-wrappers@4.1.0
- contracts@2.1.55
- @0x/dev-tools-pages@0.0.7
- @0x/dev-utils@1.0.18
- @0x/fill-scenarios@1.0.13
- @0x/instant@1.0.1
- @0x/json-schemas@2.1.2
- @0x/metacoin@0.0.29
- @0x/migrations@2.1.0
- @0x/monorepo-scripts@1.0.14
- @0x/order-utils@3.0.3
- @0x/order-watcher@2.2.5
- @0x/react-docs@1.0.19
- @0x/react-shared@1.0.22
- @0x/sol-compiler@1.1.13
- @0x/sol-cov@2.1.13
- @0x/sol-doc@1.0.8
- @0x/sol-resolver@1.0.17
- @0x/sra-spec@1.0.11
- @0x/subproviders@2.1.5
- @0x/testnet-faucets@1.0.57
- @0x/types@1.3.0
- @0x/utils@2.0.6
- @0x/web3-wrapper@3.1.5
- @0x/website@0.0.60
2018-11-21 21:09:47 +00:00
Fabio Berger
707af1ec58
Updated CHANGELOGS
2018-11-21 21:09:37 +00:00
Leonid Logvinov
fe1b7f15e8
Publish
...
- 0x.js@2.0.4
- @0x/abi-gen@1.0.16
- @0x/abi-gen-wrappers@1.0.5
- @0x/assert@1.0.17
- @0x/asset-buyer@3.0.0
- @0x/base-contract@3.0.6
- @0x/connect@3.0.6
- @0x/contract-wrappers@4.0.2
- contracts@2.1.54
- @0x/dev-tools-pages@0.0.6
- @0x/dev-utils@1.0.17
- @0x/fill-scenarios@1.0.12
- @0x/instant@0.0.7
- @0x/json-schemas@2.1.1
- @0x/metacoin@0.0.28
- @0x/migrations@2.0.4
- @0x/order-utils@3.0.2
- @0x/order-watcher@2.2.4
- @0x/react-docs@1.0.18
- @0x/react-shared@1.0.21
- @0x/sol-compiler@1.1.12
- @0x/sol-cov@2.1.12
- @0x/sol-doc@1.0.7
- @0x/sra-spec@1.0.10
- @0x/subproviders@2.1.4
- @0x/testnet-faucets@1.0.56
- @0x/utils@2.0.5
- @0x/web3-wrapper@3.1.4
- @0x/website@0.0.59
2018-11-14 16:16:46 +01:00
Leonid Logvinov
3f647c259a
Updated CHANGELOGS
2018-11-14 16:16:32 +01:00
F. Eugene Aumson
7b4f63a39c
feat(order_utils.py) generate_order_hash_hex() ( #1234 )
2018-11-13 16:30:12 -05:00
Jacob Evans
b4a11de097
Publish
...
- 0x.js@2.0.1
- @0x/abi-gen@1.0.15
- @0x/abi-gen-wrappers@1.0.2
- @0x/assert@1.0.15
- @0x/asset-buyer@2.2.0
- @0x/base-contract@3.0.3
- @0x/connect@3.0.3
- @0x/contract-addresses@1.1.0
- @0x/contract-artifacts@1.1.0
- @0x/contract-wrappers@3.0.1
- contracts@2.1.51
- @0x/dev-tools-pages@0.0.3
- @0x/dev-utils@1.0.14
- ethereum-types@1.1.2
- @0x/fill-scenarios@1.0.9
- @0x/instant@0.0.4
- @0x/json-schemas@2.0.1
- @0x/metacoin@0.0.25
- @0x/migrations@2.0.1
- @0x/monorepo-scripts@1.0.13
- @0x/order-utils@2.0.1
- @0x/order-watcher@2.2.1
- @0x/react-docs@1.0.15
- @0x/react-shared@1.0.18
- @0x/sol-compiler@1.1.9
- @0x/sol-cov@2.1.9
- @0x/sol-doc@1.0.4
- @0x/sol-resolver@1.0.16
- @0x/sra-spec@1.0.8
- @0x/subproviders@2.1.1
- @0x/testnet-faucets@1.0.53
- @0x/tslint-config@1.0.10
- @0x/types@1.2.1
- @0x/typescript-typings@3.0.4
- @0x/utils@2.0.4
- @0x/web3-wrapper@3.1.1
- @0x/website@0.0.56
2018-11-09 16:28:52 +11:00
Jacob Evans
a22d78e273
Updated CHANGELOGS
2018-11-09 16:28:35 +11:00
Remco Bloemen
dfef33bc41
Added more comments
2018-11-09 00:19:11 +01:00
Remco Bloemen
d71362af99
Merge remote-tracking branch 'origin/development' into feature/utils/prettybignum
2018-11-08 18:32:40 +01:00
Remco Bloemen
a5665a6875
Fix isNode
2018-11-08 18:31:22 +01:00
Alex Browne
2c04ee3f5e
chore: Add --format stylish to tslint
2018-10-23 18:30:11 -07:00
Leonid Logvinov
8b62b350b1
Publish
...
- 0x.js@2.0.0
- @0x/abi-gen@1.0.14
- @0x/abi-gen-wrappers@1.0.1
- @0x/assert@1.0.14
- @0x/asset-buyer@2.1.0
- @0x/base-contract@3.0.2
- @0x/connect@3.0.2
- @0x/contract-addresses@1.0.1
- @0x/contract-artifacts@1.0.1
- @0x/contract-wrappers@3.0.0
- contracts@2.1.50
- @0x/dev-tools-pages@0.0.2
- @0x/dev-utils@1.0.13
- ethereum-types@1.1.1
- @0x/fill-scenarios@1.0.8
- @0x/instant@0.0.3
- @0x/json-schemas@2.0.0
- @0x/metacoin@0.0.24
- @0x/migrations@2.0.0
- @0x/monorepo-scripts@1.0.12
- @0x/order-utils@2.0.0
- @0x/order-watcher@2.2.0
- @0x/react-docs@1.0.14
- @0x/react-shared@1.0.17
- @0x/sol-compiler@1.1.8
- @0x/sol-cov@2.1.8
- @0x/sol-doc@1.0.3
- @0x/sol-resolver@1.0.15
- @0x/sra-spec@1.0.7
- @0x/subproviders@2.1.0
- @0x/testnet-faucets@1.0.52
- @0x/tslint-config@1.0.9
- @0x/types@1.2.0
- @0x/typescript-typings@3.0.3
- @0x/utils@2.0.3
- @0x/web3-wrapper@3.1.0
- @0x/website@0.0.55
2018-10-18 16:03:00 +02:00
Leonid Logvinov
71d1e6b0ec
Updated CHANGELOGS
2018-10-18 16:02:49 +02:00
Leonid Logvinov
7e49db2301
Fix ethereum-types versions
2018-10-18 15:52:32 +02:00
Jacob Evans
aa4a474e1d
chore: update ethers import in utils
2018-10-18 23:11:56 +11:00
Jacob Evans
2735fb4fa6
chore: change README.md from 0xproject to 0x
2018-10-18 22:30:09 +11:00
Jacob Evans
88c929a408
chore: change tslint.json from 0xproject to 0x
2018-10-18 22:28:38 +11:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
Fabio Berger
bdae4ba2a2
chore: tslint fix
2018-10-17 18:23:06 +01:00
Fabio Berger
852f50d1a0
chore: Re-cast to EventAbi after checking the the type is set to 'event'
2018-10-17 17:09:35 +01:00
Alex Browne
770cf52933
Remove unused copyfiles dependencies
2018-10-15 13:37:57 -07:00
Leonid Logvinov
f93774f855
Stop accesing ethers private methods
2018-10-09 16:01:34 +02:00
Leonid Logvinov
22160df2d2
Fix ethers build issue
2018-10-09 16:01:34 +02:00
Leonid Logvinov
31ee8870b8
Upgrade ethers.js version
2018-10-09 16:01:34 +02: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
75d274f330
Return SignedOrder from signing utils.
...
Create a helper back in EIP712Utils for code cleanup.
Moved constants in order-utils into the constants object
2018-10-05 17:12:17 +10:00