Lawrence Forman
|
b78705120e
|
@0x/contracts-utils : Fix failing tests due to RevertError behavior changes.
|
2019-09-04 20:18:55 -04:00 |
|
Amir Bandeali
|
d806701d28
|
Use fromHex instead of doing length -> byte length calculation
|
2019-09-03 17:51:41 -07:00 |
|
Amir Bandeali
|
3935e661fe
|
Add more writeLength tests
|
2019-09-03 17:05:32 -07:00 |
|
Amir Bandeali
|
48dfb3317a
|
Fix tests
|
2019-09-02 14:36:27 -07:00 |
|
Amir Bandeali
|
9a3a302754
|
Create writeLength function in LibBytes
|
2019-09-01 18:32:52 -07:00 |
|
Amir Bandeali
|
406a78a11a
|
Use internal functions in Refundable modifiers
|
2019-09-01 17:43:18 -07:00 |
|
Alex Towle
|
7f17033ce3
|
@0x:contracts-exchange Added protocol fees to fillOrders and matchOrders
|
2019-08-28 15:05:13 -07:00 |
|
Alex Towle
|
05eb646848
|
@0x:contracts-utils Added a Refundable contract
|
2019-08-28 15:01:30 -07:00 |
|
Alex Towle
|
365cb161cf
|
@0x:contracts-utils Added a Refundable contract
|
2019-08-28 14:51:57 -07:00 |
|
Michael Zhu
|
078b1af04e
|
Binop -> BinOp
|
2019-08-26 16:06:31 -07:00 |
|
Michael Zhu
|
98e5b26eb7
|
refactor SafeMath rich errors and use them in staking libs
|
2019-08-26 15:49:09 -07:00 |
|
Alex Towle
|
22c8a25a26
|
Merge branch 'development' into 3.0
|
2019-08-19 11:13:21 -07:00 |
|
Amir Bandeali
|
7ac30c5153
|
Merge branch '3.0' into feat/3.0/optimizeConstants
|
2019-08-15 15:20:48 -07:00 |
|
Amir Bandeali
|
2e97cfa5e5
|
Remove LibAssetProxyIds and TestLibConstants
|
2019-08-13 16:04:33 -07:00 |
|
Alex Towle
|
e4257fb6c7
|
Addressed review comments and prettified code
|
2019-08-13 11:06:41 -07:00 |
|
Alex Towle
|
c318b849fe
|
@0x:contracts-exchange-libs Added unit tests to exchange-libs
|
2019-08-09 17:28:36 -07:00 |
|
Lawrence Forman
|
7eedfc201a
|
@0x/contracts-utils : Add testing against reference functions in SafeMath unit tests.
|
2019-08-06 15:31:30 -04:00 |
|
Lawrence Forman
|
ac38390241
|
@0x/contracts-utils : Fix failing test due to rebase.
|
2019-08-06 15:31:30 -04:00 |
|
Lawrence Forman
|
8c9bdadf66
|
@0x/contracts-utils : Add unit tests for ReferenceFunctions .
|
2019-08-06 15:30:59 -04:00 |
|
Alex Towle
|
3915c7e8f2
|
Addressed final review comments
|
2019-08-04 23:45:02 -07:00 |
|
Alex Towle
|
9a35e2db77
|
Ran prettier
|
2019-08-02 13:46:34 -07:00 |
|
Alex Towle
|
6fc38292f2
|
Add RichErrors for Authorizable
|
2019-08-02 13:45:41 -07:00 |
|
Alex Towle
|
89d8df3385
|
Moved MixinAuthorizable to Authorizable and fixed imports
|
2019-08-02 13:45:41 -07:00 |
|
Alex Towle
|
9c7df2b41e
|
Reverted MixinAuthorizable to old version and moved the new version to utils
|
2019-08-02 13:45:41 -07:00 |
|
Alex Towle
|
b4a3218b13
|
Disallow address zero in Ownable
|
2019-08-02 13:44:18 -07:00 |
|
Alex Towle
|
e1796a9f0f
|
Changed toBN to toBigNumber
|
2019-08-01 15:39:00 -07:00 |
|
Alex Towle
|
8c5c81fe70
|
Change all instances of throw to revert in it tests
|
2019-08-01 15:13:16 -07:00 |
|
Alex Towle
|
77feaec444
|
Fixed lingering review comments
|
2019-07-31 13:59:33 -07:00 |
|
Alex Towle
|
3ca3a2820d
|
Fixed review comments
|
2019-07-30 15:53:01 -07:00 |
|
James Towle
|
8cf4fb9adc
|
Update contracts/utils/test/safe_math.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
|
2019-07-30 12:08:35 -07:00 |
|
James Towle
|
f044f364cb
|
Update contracts/utils/test/reentrancy_guard.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
|
2019-07-30 12:08:35 -07:00 |
|
James Towle
|
4d39892a11
|
Update contracts/utils/test/ownable.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
|
2019-07-30 12:08:35 -07:00 |
|
James Towle
|
bf1ebe8e53
|
Update contracts/utils/test/ownable.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
|
2019-07-30 12:08:35 -07:00 |
|
James Towle
|
77b4f32274
|
Update contracts/utils/test/ownable.ts
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
b2ada13a21
|
Ran prettier
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
03fced81f5
|
Added unit tests for LibRichErrors
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
f9292a8fb8
|
Added unit tests for LibEIP712
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
065f46a020
|
Added unit tests for LibAddress
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
6efb7027b5
|
Added unit tests for ReentrancyGuard
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
f4f922acb5
|
Added unit tests for Ownable
|
2019-07-30 12:06:35 -07:00 |
|
Alex Towle
|
4a4d2e7079
|
Added unit tests for SafeMath
|
2019-07-30 12:06:35 -07:00 |
|
Greg Hysen
|
8961b476ef
|
fixed typo in a test
|
2019-07-29 12:19:35 +02:00 |
|
Greg Hysen
|
58e08335b5
|
Added another test to show what happens when decoding both local and downstream events
|
2019-07-29 12:19:35 +02:00 |
|
Greg Hysen
|
2968dfb2ae
|
Minor readability improvements
|
2019-07-29 12:14:37 +02:00 |
|
Greg Hysen
|
24783107ba
|
Updated generated contract wrappers and ran linter
|
2019-07-29 12:11:58 +02:00 |
|
Greg Hysen
|
365c056b0f
|
Added tests for for decoding log arguments when artifact dependencies are included/excluded
|
2019-07-29 12:11:02 +02:00 |
|
Greg Hysen
|
d8cf9d54aa
|
Updated all instances of deployFrom0xArtifactAsync
|
2019-07-29 12:07:28 +02:00 |
|
James Towle
|
f937a0b038
|
@0x:contracts-utils Added RichErrors to ReentrancyGuard
|
2019-07-23 15:53:25 -07:00 |
|
James Towle
|
da38285046
|
@0x:contracts-utils Added RichErrors to LibAddressArray
|
2019-07-23 15:53:25 -07:00 |
|
James Towle
|
d3db2dcfbb
|
@0x:contracts-utils Added RichErrors to LibBytes
|
2019-07-23 15:53:25 -07:00 |
|