Lawrence Forman
|
6ee1605a77
|
@0x/contracts-test-utils : Add verifyEventsFromLogs() .
|
2019-10-25 10:54:38 -04:00 |
|
Alex Towle
|
01aee08c02
|
@0x:contracts-integrations Wrote a simple integration test and AddressManager
|
2019-10-22 12:01:30 -07:00 |
|
Michael Zhu
|
93b02e93b9
|
juggling some files around
|
2019-10-21 11:16:14 -07:00 |
|
Amir Bandeali
|
083216a0c6
|
Merge pull request #2271 from 0xProject/feat/3.0/zero-ex-governor
Rename AssetProxyOwner to ZeroExGovernor
|
2019-10-19 17:05:07 -07:00 |
|
Amir Bandeali
|
c50cbd7a75
|
Rename AssetProxyOwner to ZeroExGovernor throughout all contracts packages
|
2019-10-17 17:41:54 -07:00 |
|
Michael Zhu
|
cde0169733
|
Update BlockchainBalanceStore to not rely on erc*_wrappers + better balance equality assertions
|
2019-10-16 18:46:55 -07:00 |
|
fabioberger
|
d8605ed91d
|
Remove ambient Mocha declaration
|
2019-10-03 11:42:19 +08:00 |
|
Michael Zhu
|
e954e9ca20
|
update tests
|
2019-09-30 21:51:34 -07:00 |
|
Lawrence Forman
|
2c8f7fac0e
|
Merge pull request #2220 from 0xProject/feat/erc20-bridge/hello-world
ERC20BridgeProxy
|
2019-09-30 20:52:36 -04:00 |
|
Lawrence Forman
|
cf8d424b9b
|
@0x/contracts-test-utils : Add number_utils.ts and hexSize() .
|
2019-09-27 19:32:55 -04:00 |
|
fragosti
|
efd5eff22c
|
Fix tests
|
2019-09-27 12:46:20 -07:00 |
|
fragosti
|
8ba38b9b29
|
Remove the OrderWithoutDomain type
|
2019-09-25 18:44:19 -07:00 |
|
fragosti
|
9870f55d24
|
Remove domain from Order type
|
2019-09-25 18:44:19 -07:00 |
|
Amir Bandeali
|
0bc4b50818
|
Add codesize tests
|
2019-09-24 13:36:54 -07:00 |
|
Amir Bandeali
|
ae75aed55e
|
Change verifyingContractAddress -> verifyingContract everywhere
|
2019-09-23 16:00:37 -07:00 |
|
Lawrence Forman
|
2bb9b9a8f7
|
@0x/contracts-test-utils : Ran prettier.
|
2019-09-22 12:13:24 -04:00 |
|
Lawrence Forman
|
0270777cfc
|
@0x/contracts-test-utils : Add hexHash() to hex_utils .
|
2019-09-22 12:13:24 -04:00 |
|
Lawrence Forman
|
b4b6d4d969
|
@0x/contracts-test-utils : Add shortZip() .
|
2019-09-22 12:11:47 -04:00 |
|
Lawrence Forman
|
58a5ab4550
|
@0x/contracts-test-utils : Allow hexSlice() to take negative numbers, and a range.
|
2019-09-22 12:07:11 -04:00 |
|
Amir Bandeali
|
f47feabb4a
|
Update AssetProxyOwner tests
|
2019-09-19 13:37:59 -07:00 |
|
Amir Bandeali
|
bb46f184ed
|
Remove use of generatePseudoRandomAddress in favor of randomAddress
|
2019-09-17 10:46:58 -07:00 |
|
Amir Bandeali
|
6641af2a58
|
Fix build
|
2019-09-17 08:48:14 -07:00 |
|
Alex Towle
|
b7f25ee3b6
|
@0x:contracts-staking Addressed review comments
|
2019-09-11 17:16:33 -07:00 |
|
Alex Towle
|
be83789bee
|
@0x:contracts-staking Added unit tests for LibProxy
|
2019-09-11 17:15:47 -07:00 |
|
Lawrence Forman
|
d37679c129
|
@0x/contracts-test-utils : Add Numberish type.
|
2019-09-10 00:30:43 -04:00 |
|
Lawrence Forman
|
20ba23fe5f
|
@0x/contracts-test-utils : Allow negative values in toHex() .
`@0x/contracts-test-utils`: Add `PPM_DENOMINATOR` and `PPM_100_PERCENT` constants.
|
2019-09-04 20:18:55 -04:00 |
|
Lawrence Forman
|
5ccbe167a1
|
@0x/contracts-test-utils : Increase the number of ganache accounts to 20.
|
2019-09-04 20:18:55 -04:00 |
|
Lawrence Forman
|
0999805b3a
|
@0x/contracts-test-utils : Add toHex() , hexInvert() , hexLeftPad() , and hexRightPad() hex utils.
|
2019-09-04 20:15:15 -04:00 |
|
Amir Bandeali
|
8231e7703e
|
Allow unlimited contract sizes by default
|
2019-09-01 18:30:33 -07:00 |
|
Alex Towle
|
dba0d8469d
|
@0x:contracts-exchange Addressed review feedback
|
2019-08-29 15:20:52 -07:00 |
|
Alex Towle
|
2c970a0466
|
@0x:contracts-exchange Added protocol fees to fill order
|
2019-08-28 15:01:30 -07:00 |
|
Michael Zhu
|
0d5e037081
|
use mocha extensions in staking tests
|
2019-08-26 15:49:09 -07:00 |
|
Amir Bandeali
|
2b1e0be4fc
|
Add default gasPrice to web3Wrapper instance and TransactionFactory
|
2019-08-22 17:04:15 -07:00 |
|
Lawrence Forman
|
6b8bc55c74
|
@0x/contracts-test-utils : web3Wrapper is created with shouldAllowUnlimitedContractSize if UNLIMITED_CONTRACT_SIZE environment variable is set.
|
2019-08-21 10:59:34 -04:00 |
|
Amir Bandeali
|
4c78b7d4bb
|
Merge pull request #2055 from 0xProject/feat/3.0/optimizeConstants
Refactor library usage
|
2019-08-16 07:40:54 -07:00 |
|
Greg Hysz
|
64bc99101c
|
Merge pull request #2059 from 0xProject/feature/contracts/3.0/fillOrderAssertionWrapper
Fill Order Assertion Wrapper
|
2019-08-15 00:12:40 +02:00 |
|
Amir Bandeali
|
24eaf93db8
|
Move all exchange-libs tests to separate files
|
2019-08-13 16:11:09 -07:00 |
|
Greg Hysen
|
dd4541c825
|
Fill Order Assertion Wrapper
|
2019-08-13 17:51:40 +02:00 |
|
Lawrence Forman
|
370df0d495
|
@0x/contracts-dev-utils : Prettier.
`@0x/contracts-exchange`: Update reentrancy tests.
`@0x/contracts-exchange`: Add all mutator functions to
`ExchangeFunctions` type.
`@0x/contracts-tes-utils`: Remove unused import.
|
2019-08-09 22:15:33 -04:00 |
|
Lawrence Forman
|
c83864af9c
|
@0x/contracts-exchange : Fix broken tests.
`@0x/contracts-test-utils`: Remove unecessary wait timeout in
`LogDecoder`.
|
2019-08-09 22:15:33 -04:00 |
|
Lawrence Forman
|
de897d2ebf
|
@0x/contracts-test-utils : Refactor LogDecoder slightly.
|
2019-08-08 11:43:20 -04:00 |
|
Lawrence Forman
|
0eff19f0ff
|
@0x/contracts-test-utils : Add TransactionHelper class.
`@0x/contracts-test-utils`: Add `decodeReceiptLogs()` to `LogDecoder`
class.
|
2019-08-06 15:31:30 -04:00 |
|
Lawrence Forman
|
3156f602dd
|
Fix rebase errors
|
2019-08-06 15:31:30 -04:00 |
|
Lawrence Forman
|
6345faa4a9
|
`@0x/contracts-exchange-libs: Appease the linter and prettier gods.
|
2019-08-06 15:30:59 -04:00 |
|
Lawrence Forman
|
a179a6892c
|
@0x/contracts-test-utils : Add ONE_ETHER and MAX_UINT256_ROOT constants.
|
2019-08-06 15:30:59 -04:00 |
|
Lawrence Forman
|
4600a656d1
|
@0x/contracts-test-utils : Update testWithReferenceFunctionAsync() to
support `RevertError`s.
|
2019-08-06 15:30:30 -04:00 |
|
Lawrence Forman
|
8d26f58dfa
|
@0x/contracts-test-utils : Make testCombinatoriallyWithReferenceFuncAsync not async.
|
2019-08-06 15:30:30 -04:00 |
|
Lawrence Forman
|
abaa0cf3d0
|
@0x/contracts-test-utils : Move OrderInfo to @0x/types .
|
2019-08-06 15:30:30 -04:00 |
|
Lawrence Forman
|
c30d59d5d3
|
@0x/types : Add FillResults , MatchedFillResults , and
`BatchMatchedFillResults` types.
`@0x/contracts-utils`: Add reference functions for `SafeMath`.
`@0x/contracts-exchange-libs`: Add reference functions for `LibMath` and
`LibFillResults`.
`@0x/contracts-test-utils`: Move `*FillResults` types to `@0x/types`.
`@0x/contracts-test-utils`: Add `log_utils.ts`.
`@0x/contracts-test-utils`: Add `hexRandom()` to `hex_utils.ts`.
`@0x/contracts-test-utils`: Add the contstants: `MAX_UINT256`,
`ADDRESS_LENGTH`.
|
2019-08-06 15:30:30 -04:00 |
|
Lawrence Forman
|
38a1f08413
|
@0x/contracts-test-utils : Add MAX_UINT256 constant.
|
2019-08-06 15:27:39 -04:00 |
|