index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
test
/
libraries
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename popByte and popAddress
Amir Bandeali
2018-06-13
1
-6
/
+6
*
Hard code test addresses/bytes32 instead of generating pseudorandom ones
Amir Bandeali
2018-06-13
1
-19
/
+16
*
Add tests for deepCopyBytes and missing write methods from LibBytes
Amir Bandeali
2018-06-13
1
-70
/
+185
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
1
-1
/
+1
*
Linter changes to contracts
Greg Hysen
2018-06-09
2
-10
/
+3
*
Updated LibBytes error messages
Greg Hysen
2018-06-08
1
-22
/
+30
*
Cleanup after last rebase
Greg Hysen
2018-06-08
2
-3
/
+2
*
Updated tests to use new revert handler
Greg Hysen
2018-06-08
1
-11
/
+11
*
Camelcase in memCopy
Greg Hysen
2018-06-08
1
-1
/
+1
*
Style updates to contracts
Greg Hysen
2018-06-08
1
-2
/
+1
*
Fixes after rebasing
Greg Hysen
2018-06-08
1
-0
/
+1
*
Fixed up after rebasing. Contracts build and tests pass
Greg Hysen
2018-06-08
1
-2
/
+3
*
Call safeTransferFrom only when there is receiver data present
Greg Hysen
2018-06-08
1
-1
/
+1
*
Resolved edge case in Memcpy where where send would eventually turn "negative...
Greg Hysen
2018-06-08
1
-133
/
+137
*
proxyData -> assetData
Greg Hysen
2018-06-08
1
-1
/
+1
*
Add tests for word loop iteration
Remco Bloemen
2018-06-08
1
-2
/
+6
*
Add test for zero-size overlap
Remco Bloemen
2018-06-08
1
-1
/
+3
*
Add test cases
Remco Bloemen
2018-06-08
1
-17
/
+133
*
Cleanup test script
Remco Bloemen
2018-06-08
1
-16
/
+1
*
Convert Solidity tests to vectors
Remco Bloemen
2018-06-08
1
-29
/
+6
*
Generate tests from vectors
Remco Bloemen
2018-06-08
1
-2
/
+40
*
Tests for writing bytes to nested bytes
Greg Hysen
2018-06-08
1
-9
/
+91
*
Tons of tests around nested byte arrays and ERC721 receiver
Greg Hysen
2018-06-08
1
-1
/
+120
*
Foundation for TestLibAssetProxyDecoder
Greg Hysen
2018-06-08
1
-1
/
+1
*
Tests for libMem
Greg Hysen
2018-06-08
1
-0
/
+68
*
Fix tslint issues
Fabio Berger
2018-06-08
1
-1
/
+1
*
merge v2-prototype
Fabio Berger
2018-06-07
1
-24
/
+31
|
\
|
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-17
/
+30
|
|
\
|
|
*
Add Async suffix to relevant assertions
Alex Browne
2018-06-07
1
-10
/
+10
|
|
*
Update more things to work with both Geth and Ganache
Alex Browne
2018-06-07
1
-10
/
+19
|
|
*
Get LibBytes tests working on both Ganache and Geth
Alex Browne
2018-06-07
1
-24
/
+28
|
|
*
Update some tests after rebase
Alex Browne
2018-06-07
1
-1
/
+2
|
|
*
Add more transactions to Geth on init. Skip tests that are failing.
Alex Browne
2018-06-07
1
-6
/
+12
|
|
*
Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...
Alex Browne
2018-06-07
1
-16
/
+9
|
*
|
Linter now passes
fragosti
2018-06-06
1
-7
/
+1
|
|
/
*
/
move generated contract wrappers from `contract_wrappers/generated/` to `gene...
Fabio Berger
2018-06-06
1
-1
/
+1
|
/
*
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-02
1
-1
/
+2
|
\
|
*
Fix linter errors
Leonid Logvinov
2018-06-01
1
-1
/
+1
|
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
1
-1
/
+1
*
|
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-01
1
-0
/
+31
|
\
|
|
*
Add back before/after snapshots for each test
Amir Bandeali
2018-05-31
1
-0
/
+6
|
*
Fix formatting and tests
Amir Bandeali
2018-05-31
1
-6
/
+0
|
*
Update Whitelist
Amir Bandeali
2018-05-31
1
-0
/
+1
|
*
Use last byte of signature as signature type
Amir Bandeali
2018-05-31
1
-25
/
+22
|
*
Remove TxOrigin signature type, modify whitelist to use Validator signature type
Amir Bandeali
2018-05-31
1
-4
/
+3
|
*
Add Validator signature type
Amir Bandeali
2018-05-31
1
-1
/
+1
|
*
Add deepCopyBytes method to LibBytes
Amir Bandeali
2018-05-31
1
-0
/
+34
*
|
Initial refactor of order-utils. Move many utils from contracts into this pac...
Fabio Berger
2018-05-30
1
-2
/
+1
|
/
*
Cleanup tests
Amir Bandeali
2018-05-25
1
-1
/
+7
*
Move readFirst4 to LibBytes
Amir Bandeali
2018-05-25
1
-0
/
+8
*
Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep
Fabio Berger
2018-05-23
1
-0
/
+6
|
\
|
*
Add missing blockchainLifecycle calls to contracts tests
Alex Browne
2018-05-22
1
-0
/
+6
*
|
Remove 0x.js dep from contracts
Fabio Berger
2018-05-23
1
-1
/
+1
|
/
*
Merge branch 'development' into v2-prototype
Amir Bandeali
2018-05-16
1
-6
/
+5
*
Make LibBytes methods internal, add TestLibBytes
Amir Bandeali
2018-05-05
1
-22
/
+30
*
Added tests for (most functions in) LibBytes. The write methods are not curre...
Greg Hysen
2018-04-21
1
-0
/
+238