Amir Bandeali
|
fd47b3fac5
|
Fix EtherDelta imports
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
84d836f22b
|
Add back require statements and tests (will move to another PR)
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
5d05a2da74
|
Revert variable naming
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
2f639b77bb
|
Update Solidity syntax and comments
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
8b5b371821
|
Return all amounts traded and fees paid
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
0c74a3bc66
|
Add tests for marketBuyOrders
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
75f77f3e86
|
Add marketBuyOrders, rename variables, and fx old tests
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
7a66da5a51
|
Fix build errors
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
3541f5e1da
|
Separate filled/cancelled errors
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
8f809e3a29
|
Remove partial cancels
|
2018-04-20 13:56:17 -07:00 |
|
Greg Hysen
|
3f76985435
|
updated test name to reflect smart contracts
|
2018-04-20 13:56:17 -07:00 |
|
Greg Hysen
|
751f9b9240
|
Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that orders with salt <= to maker epoch will be cancelled (previously, it was salt < maker epoch)
|
2018-04-20 13:56:17 -07:00 |
|
Greg Hysen
|
1efba5979f
|
Renamed all instances of timestamp to salt. Clarified test case wording.
|
2018-04-20 13:56:17 -07:00 |
|
Greg Hysen
|
bf3c4f4743
|
Fixed spacing
|
2018-04-20 13:56:17 -07:00 |
|
Greg Hysen
|
aeb0742434
|
Implementation and tests in the protocol for cancelling all orders up to a specific time
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
1729cfaea9
|
Update copyright headers
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
56ade9c44e
|
Add private keys for testrpc mnemonic
|
2018-04-20 13:56:17 -07:00 |
|
Amir Bandeali
|
6db0b2e398
|
Address feedback and lint
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
2bd1ddd129
|
Add tests for fillOrderNoThrow based functions
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
20a37bdd1d
|
Fix fillOrderNoThrow
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
234447cb3d
|
Add logging to testrpc script
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
97232145a4
|
Fix package.json
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
056ec6d2b3
|
Bump Solidity version to 0.4.21
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
2c44c7ea83
|
Add fillOrderNoThrow to exchange wrapper and add test
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
9cc1956b4b
|
Update formatting
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
a35138e2b9
|
Update fillOrderNoThrow
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
49f6c20b20
|
Update order utils
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
6bfc02d79d
|
Modify tests to work with new utils
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
7b166837d3
|
Add script for starting testrpc with preconfigured private keys
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
3ff8a319c5
|
Add utils for hashing and signing orders, update wrappers
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
cd8f8e1e4a
|
Modify utils to work with new signature format
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
ed43d8d08b
|
Change order field names
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
ca786cdd11
|
Fix log decoding
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
3e659f0de8
|
Revert getOrderHash to old logic
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
795a357595
|
Fix compile errors
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
5737365b2d
|
Update fillOrderNoThrow
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
8dff54de42
|
Use ABIv2 exchange core in wrapper functions
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
c1b8a7fbb7
|
Implement ABIv2 in ExchangeCore
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
6f3c6f7599
|
Implement EIP712 and ABIv2 in LibOrder
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
246eca91aa
|
Add logDecoder, remove outdated tests
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
5fd378e4ce
|
Merge development
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
382f24c556
|
Run prettier
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
0773fcf66f
|
Fix utils to work with new ABI
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
650a24ba87
|
Add fillOrderNoThrow and wrapper functions
|
2018-04-20 13:56:16 -07:00 |
|
Amir Bandeali
|
d2be2ee6cd
|
Fix compile errors
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
7d63c5d982
|
Fix spelling of latter
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
a4f294c090
|
Add offset to signature
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
58c5e800d0
|
Document noThrow wrapper and correct fixed array offset
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
6d7097eed5
|
Add Trezor signatures
|
2018-04-20 13:56:16 -07:00 |
|
Remco Bloemen
|
55da59a537
|
Add Todos
|
2018-04-20 13:56:16 -07:00 |
|