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
/
package.json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dirty-chai
Leonid Logvinov
2017-06-01
1
-0
/
+1
*
Merge branch 'master' into fillOrderAsync
Leonid Logvinov
2017-06-01
1
-2
/
+1
|
\
|
*
Fix testrpc verison to 3.0.5
Leonid Logvinov
2017-06-01
1
-2
/
+1
*
|
Fix linter command
Leonid Logvinov
2017-05-31
1
-1
/
+1
*
|
Refactor getOrderHash to accept order as an object
Leonid Logvinov
2017-05-30
1
-3
/
+2
*
|
Add copy_fixtures command
Leonid Logvinov
2017-05-30
1
-2
/
+3
*
|
Merge branch 'master' into fillOrderAsync
Leonid Logvinov
2017-05-30
1
-1
/
+2
|
\
|
|
*
Instead of removing all files from ./lib/src for the UMD test, we leave the u...
Fabio Berger
2017-05-30
1
-1
/
+2
*
|
Add tests to linter targets
Leonid Logvinov
2017-05-30
1
-1
/
+1
|
/
*
Refactor test commands
Leonid Logvinov
2017-05-30
1
-10
/
+11
*
Merge branch 'master' into addSignOrderHashAndTests
Fabio Berger
2017-05-29
1
-7
/
+16
|
\
|
*
Address feedback
Leonid Logvinov
2017-05-29
1
-1
/
+1
|
*
Don't build before test
Leonid Logvinov
2017-05-29
1
-1
/
+1
|
*
Refactor test commands
Leonid Logvinov
2017-05-29
1
-9
/
+15
|
*
Add umd test command and separate public and private npm scripts
Leonid Logvinov
2017-05-29
1
-7
/
+10
|
*
Rename build:bundle to build:umd
Leonid Logvinov
2017-05-29
1
-1
/
+1
*
|
Add mnemonic to nom testrpc command
Fabio Berger
2017-05-29
1
-1
/
+1
*
|
Implement tests for signOrderHashAsync that test the logic for Parity < v1.6....
Fabio Berger
2017-05-29
1
-0
/
+2
*
|
Port over signOrderHashAsync
Fabio Berger
2017-05-29
1
-0
/
+2
|
/
*
Fix linter command
Leonid Logvinov
2017-05-29
1
-1
/
+1
*
Fix lint command
Leonid Logvinov
2017-05-29
1
-1
/
+1
*
Remove unnecessary ./s
Leonid Logvinov
2017-05-27
1
-2
/
+2
*
Add testrpc as a dependency and a command for running it
Leonid Logvinov
2017-05-26
1
-1
/
+3
*
Setup blockchain snapshotting before/after every test, implemented unit tests...
Fabio Berger
2017-05-26
1
-0
/
+5
*
Postfix test files with `_test`
Fabio Berger
2017-05-26
1
-1
/
+1
*
Remove es6 target
Leonid Logvinov
2017-05-26
1
-2
/
+1
*
include jsonschema type defs
Fabio Berger
2017-05-26
1
-0
/
+1
*
Extract artifacts list to a variable
Leonid Logvinov
2017-05-26
1
-1
/
+4
*
Merge branch 'master' into implementFirstExchangeMethod
Fabio Berger
2017-05-26
1
-0
/
+1
|
\
|
*
Port getOrderHash
Leonid Logvinov
2017-05-25
1
-1
/
+1
*
|
Include JSON file loader in webpack
Fabio Berger
2017-05-26
1
-1
/
+2
*
|
Fix web3 imports again
Fabio Berger
2017-05-26
1
-1
/
+1
*
|
Copy over artifacts to lib folder onBuild
Fabio Berger
2017-05-26
1
-1
/
+1
*
|
Add initial exchange contract function, set up web3Wrapper, added types and u...
Fabio Berger
2017-05-26
1
-1
/
+3
*
|
Add npm command to update contact artifacts
Fabio Berger
2017-05-26
1
-1
/
+3
|
/
*
Merge branch 'master' into isValidOrderHash
Leonid
2017-05-25
1
-0
/
+1
|
\
|
*
Add toUnitAmount and toBaseUnitAmount static helpers and tests
Fabio Berger
2017-05-25
1
-0
/
+1
*
|
Address feedback
Leonid Logvinov
2017-05-25
1
-1
/
+1
|
/
*
Merge branch 'master' into addSchemas
Fabio Berger
2017-05-25
1
-0
/
+2
|
\
|
*
Add lodash
Leonid Logvinov
2017-05-25
1
-0
/
+1
|
*
Add generateSalt and tests for it
Leonid Logvinov
2017-05-25
1
-0
/
+1
*
|
Add schema validation and assertion, create ECSignature schema
Fabio Berger
2017-05-25
1
-0
/
+2
|
/
*
Add assertions library and add them for all function args
Fabio Berger
2017-05-25
1
-1
/
+5
*
Add node types
Leonid Logvinov
2017-05-25
1
-0
/
+1
*
Add isSignatureValid method and tests for it
Leonid Logvinov
2017-05-25
1
-0
/
+3
*
Add command to generate json docs
Leonid Logvinov
2017-05-24
1
-0
/
+1
*
Add command to generate docs from ts code
Leonid Logvinov
2017-05-24
1
-1
/
+5
*
Rename coverage to test:coverage
Leonid Logvinov
2017-05-24
1
-1
/
+1
*
Add coverage command
Leonid Logvinov
2017-05-24
1
-2
/
+5
*
Remove ts-node
Leonid Logvinov
2017-05-24
1
-1
/
+0
*
Run mocha on compiled sources
Leonid Logvinov
2017-05-24
1
-1
/
+1
*
Add initial testing config and a dummy test
Leonid Logvinov
2017-05-24
1
-2
/
+8
*
Add tslint command to npm scripts and fix linting errors
Leonid Logvinov
2017-05-24
1
-2
/
+4
*
Add webpack config and npm scripts
Leonid Logvinov
2017-05-24
1
-2
/
+14
*
Fix LICENCE
Leonid Logvinov
2017-05-24
1
-1
/
+1
*
Change description and licence
Leonid Logvinov
2017-05-24
1
-2
/
+2
*
Add initial package.json and linter config
Leonid Logvinov
2017-05-24
1
-0
/
+23