f29e98f772
Merge remote-tracking branch 'solidity/release-v2.0.0' into oz-sol-rc3
2018-10-04 12:00:12 -03:00
2d30918149
Release candidate v2.0.0-rc.3
2018-10-04 11:17:57 -03:00
20a2aa4274
adjust name in package.json
2018-09-25 17:59:28 -03:00
dac5bccf80
release candidate v2.0.0-rc.2
2018-09-18 19:22:04 -03:00
735996e983
release candidate v2.0.0-rc.1
2018-09-07 14:44:01 -03:00
1c57637fd5
fix: refactor sign.js and related tests ( #1243 )
...
* fix: refactor sign.js and related tests
* fix: remove unused dep
* fix: update package.json correctly
2018-08-29 06:35:44 -03:00
e493d2a6ba
Merge branch 'release-v1.12.0'
2018-08-13 17:43:53 -03:00
0e65947efb
Release v1.12.0
2018-08-10 19:09:13 -03:00
59cb2e2d0f
release candidate v1.12.0-rc.2
2018-08-03 15:47:22 -03:00
5ae8aa4e2e
Updated package-lock.json
2018-08-01 15:07:09 -03:00
3806d6128e
release candidate v1.12.0-rc.1
2018-08-01 15:00:38 -03:00
ca9e317259
Update Truffle and Solium ( #1105 )
...
* fixed visibility warnings
* solved visibility and line length warning
* change a test assertion that fails due to chai dependence update
* linter, constructor style and solved visibility warnings
* Changed Windows line endings to Unix.
2018-08-01 10:11:37 -03:00
e6c15b34da
Remove chai-as-promised ( #1116 )
...
* Test: Remove chai-as-promised calls
* Test/Helpers: expectThrow accepts optional message
* NPM: Remove chai-as-promised
* Contracts/DestructibleMock: Fix lint
2018-07-26 11:53:33 -03:00
7dbb7a8b8e
Merge branch 'release-v1.11.0'
2018-07-19 18:01:53 -03:00
cea2a85a42
Remove Babel ( #1074 )
...
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
2018-07-18 19:37:16 -03:00
cc9fa57777
v1.11.0
2018-07-13 17:07:14 -03:00
eb4dfea6e9
v1.11.0-rc.1
2018-07-03 19:32:58 -03:00
fd253d6b8d
Fix dependency warnings ( #1053 )
...
* update package-lock generated by npm
* run npm audit fix
2018-06-30 17:39:28 -03:00
5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
2018-06-13 11:34:32 -07:00
259b9da3e6
add 165 to 721 ( #972 )
...
* make _tokenId indexed in Transfer and Approval events
via: https://github.com/ethereum/EIPs/pull/1124/files
* fix: make name() and symbol() external instead of public
* feat: implement ERC721's ERC165
* feat: erc165 tests
* fix: don't use chai-as-promised in direct await
* fix: reorganize to /introspection
* feat: abstract all erc165 tests to a behavior
* feat: disallow registering 0xffffffff
2018-06-08 18:50:12 -03:00
feb665136c
1.10.0
2018-06-05 17:40:24 -03:00
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
2018-06-04 17:26:23 -03:00
ba4cf03da7
contracts mocks: replace deprecated constant with view ( #931 )
2018-05-10 10:43:15 -06:00
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
2018-05-08 18:02:00 -07:00
4a10f727c4
1.9.0
2018-04-26 16:36:06 -03:00
e79dc645e4
Merge branch 'rename-openzeppelin-solidity'
2018-04-26 16:35:19 -03:00
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
2018-04-26 12:36:41 -03:00
9c262571ae
rename to openzeppelin-solidity
2018-04-25 19:19:15 -03:00
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
2018-04-09 20:48:32 -03:00
9bc43c8d0f
make ethjs-abi a devDependency ( #843 )
2018-03-26 16:24:12 -03:00
9ea4bae313
v1.7.0
2018-02-20 18:11:33 -03:00
0541347034
v1.6.0
2018-01-23 17:48:04 -03:00
e0f3fea97f
feat: add solium linting to travis, npm script
2018-01-15 16:07:34 -05:00
1455a5a942
Re-enable solidity coverage
...
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
2017-12-20 18:28:22 -03:00
8662846838
feat: apply eslint --fix across project
2017-12-01 13:37:09 +02:00
846b0714ad
feat: remove yarn in favor of npm
2017-11-27 20:44:59 +02:00
c29dd086d3
Update to testrpc 6.0.1 and test fixes for revert opcode.
2017-11-23 13:06:05 -03:00
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
2017-11-22 18:52:52 -03:00
2413f83504
Include 'revert' in expectThrow() helper
2017-11-10 11:41:17 -03:00
f27a1ac040
update solidity-coverage to 0.2.2
2017-08-25 20:08:54 -03:00
d463b26709
bump testrpc to 4.1.1
2017-08-24 18:36:03 -03:00
271e6192e8
remove moment.js from package-lock
2017-08-24 18:36:03 -03:00
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`
2017-08-12 18:57:32 -03:00
479d01101d
move truffle-hdwallet-provider to devDependencies
2017-08-11 11:30:44 -03:00
cf58330936
added tests for BurnableToken
2017-07-31 17:23:23 -07:00