Francisco Giordano
feb665136c
1.10.0
7 years ago
Francisco Giordano
10e84aecaf
Fix Node 10 compatibility ( #949 )
...
* update sha3 1.2.0 -> 1.2.2 for node 10 compatibility
* update nan 2.6.2 -> 2.10.0 for node 10 compatibility
* commit new package-lock.json format generated by npm 6
7 years ago
Leo Arias
ba4cf03da7
contracts mocks: replace deprecated constant with view ( #931 )
7 years ago
John Shutt
ad12381549
update constructor syntax for solidity 0.4.23 in numerous contracts ( #921 )
...
* update solidity-coverage to ^0.5.0
* update truffle dependency to ^4.1.8
* update solium to ^1.1.7
* update all contracts to solidity ^0.4.23
7 years ago
Francisco Giordano
4a10f727c4
1.9.0
7 years ago
Francisco Giordano
0e5799c93b
Clean up npm package ( #904 )
...
* ignore everything but official contracts for npm
* add tests to npm package
* remove truffle migrations stuff
* remove seemingly unused npm dependency
* clean up dependencies
7 years ago
Francisco Giordano
9c262571ae
rename to openzeppelin-solidity
7 years ago
Francisco Giordano
a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 ( #876 )
...
* Update to ganache-cli v6.1.0 and truffle v4.1.0
* Update to stable version of ganache-cli
* fix: update event emission warning
- Fix event emission warnings for solidity 4.21 after truffle has been
updated to use this version
* fix pr review comments
* update to truffle v4.1.5
* update package-lock
* add additional emit keywords
* update solidity-coverage to 0.4.15
* update to solium 1.1.6
* fix MerkleProof coverage analysis by testing through wrapper
* change version pragma to ^0.4.21
* fix solium linting errors
7 years ago
Francisco Giordano
9bc43c8d0f
make ethjs-abi a devDependency ( #843 )
7 years ago
Manuel Araoz
9ea4bae313
v1.7.0
7 years ago
Francisco Giordano
0541347034
v1.6.0
7 years ago
Matt Condon
e0f3fea97f
feat: add solium linting to travis, npm script
7 years ago
Santiago Palladino
1455a5a942
Re-enable solidity coverage
...
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
7 years ago
Matt Condon
8662846838
feat: apply eslint --fix across project
7 years ago
Matt Condon
846b0714ad
feat: remove yarn in favor of npm
7 years ago
Ben Burns
c29dd086d3
Update to testrpc 6.0.1 and test fixes for revert opcode.
7 years ago
Alejandro Santander
f28c245a3c
Update to truffle 4.0.0
...
had to up the gasLimit in test.sh to avoid an out of gas error when deploying the scripts
7 years ago
Alejandro Santander
2413f83504
Include 'revert' in expectThrow() helper
7 years ago
Francisco Giordano
f27a1ac040
update solidity-coverage to 0.2.2
8 years ago
Francisco Giordano
d463b26709
bump testrpc to 4.1.1
8 years ago
Francisco Giordano
271e6192e8
remove moment.js from package-lock
8 years ago
Francisco Giordano
2c2067ecc1
sync yarn.lock file with package-lock.json
...
1. deleted node_modules
2. ran `npm install`
3. deleted yarn.lock
4. ran `yarn import`
8 years ago
Francisco Giordano
479d01101d
move truffle-hdwallet-provider to devDependencies
8 years ago
lsaether
cf58330936
added tests for BurnableToken
8 years ago