aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/libraries
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-17/+30
|\
| * Add Async suffix to relevant assertionsAlex Browne2018-06-071-10/+10
| * Update more things to work with both Geth and GanacheAlex Browne2018-06-071-10/+19
| * Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-071-24/+28
| * Update some tests after rebaseAlex Browne2018-06-071-1/+2
| * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-6/+12
| * Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...Alex Browne2018-06-071-16/+9
* | Linter now passesfragosti2018-06-061-7/+1
|/
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-1/+2
|\
| * Fix linter errorsLeonid Logvinov2018-06-011-1/+1
| * Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-0/+31
|\|
| * Add back before/after snapshots for each testAmir Bandeali2018-05-311-0/+6
| * Fix formatting and testsAmir Bandeali2018-05-311-6/+0
| * Update WhitelistAmir Bandeali2018-05-311-0/+1
| * Use last byte of signature as signature typeAmir Bandeali2018-05-311-25/+22
| * Remove TxOrigin signature type, modify whitelist to use Validator signature typeAmir Bandeali2018-05-311-4/+3
| * Add Validator signature typeAmir Bandeali2018-05-311-1/+1
| * Add deepCopyBytes method to LibBytesAmir Bandeali2018-05-311-0/+34
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-301-2/+1
|/
* Cleanup testsAmir Bandeali2018-05-251-1/+7
* Move readFirst4 to LibBytesAmir Bandeali2018-05-251-0/+8
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-0/+6
|\
| * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+6
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-1/+1
|/
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-6/+5
* Make LibBytes methods internal, add TestLibBytesAmir Bandeali2018-05-051-22/+30
* Added tests for (most functions in) LibBytes. The write methods are not curre...Greg Hysen2018-04-211-0/+238