0b1e1810b1
Release v2.1.3
2019-01-29 02:15:39 -03:00
2eb0de4cd2
remove added sender argument
2019-01-28 19:31:03 -03:00
3fd5195573
remove StandardToken (unnecessary duplicate effort)
2019-01-28 19:31:03 -03:00
491fb5acd9
Merge pull request #44 from ZumZoom/patch-1
...
Remove initialize from ERC721Full
2019-01-28 19:07:46 -03:00
b306c41525
Remove initialize from ERC721Full
...
Following d75ba162 ERC721 should not initialize their parents.
2019-01-28 19:39:29 +03:00
b39f3c2055
publish evm package to blockchains
2019-01-24 19:17:18 -03:00
4e026cd4c7
remove new gap
2019-01-24 17:49:30 -03:00
c08d63c118
rename PaymentSplitter in zos.json
2019-01-24 16:50:32 -03:00
e357592208
fix linter errors
2019-01-24 13:18:09 -03:00
f3635e1517
add missing gaps and Initializables
2019-01-23 19:38:00 -03:00
04186e2cf6
fix missing helper
2019-01-22 17:42:48 -03:00
cff2509c63
fix all tests for 2.1.2
2019-01-22 17:35:47 -03:00
dd433c41bb
update package-lock.json
2019-01-21 20:07:10 -03:00
4952240620
Merge tag 'v2.1.2' of github.com:OpenZeppelin/openzeppelin-solidity into merge-v2.1
...
v2.1.2
2019-01-21 19:42:09 -03:00
00f7c19d02
fix remaining tests
2019-01-21 19:28:37 -03:00
5eafd1dec2
fix remaining tests in standalone contracts
2019-01-21 19:28:34 -03:00
f84278433d
fix old helpers
2019-01-18 17:53:35 -03:00
73a34f96a7
fix roles initialization bug
2019-01-18 17:53:35 -03:00
877f07f0a9
fix all compilation errors
2019-01-18 17:14:53 -03:00
e808a64649
rename internal initializers
2019-01-18 16:38:26 -03:00
8617c4b4c8
Release v2.1.2
v2.1.2
2019-01-18 15:45:25 -03:00
96432bf28e
Renamed test/behavior to test/behaviors.
2019-01-18 15:44:59 -03:00
a221c17fb2
Merge tag 'v2.1.1' of github.com:OpenZeppelin/openzeppelin-solidity
...
v2.1.1
2019-01-18 15:33:51 -03:00
1a9cb0786d
Add changelog entry for PublicRole behavior.
2019-01-17 20:36:55 -03:00
fd808b3ff8
Add some barebones PublicRole.behavior documentation.
2019-01-17 20:27:51 -03:00
6a658f2ac8
Move PublicRole.behavior to behavior directory.
2019-01-17 20:26:56 -03:00
d9a8cd2bef
Only publish the test suite behavior subdirectory
2019-01-17 20:24:53 -03:00
bce2d68e7f
convert 2 spaces to 4 spaces
2019-01-17 18:02:50 -03:00
79145fa53a
Temporarily disable solidity-coverage Travis job.
2019-01-14 19:13:45 -03:00
3e82db2f6f
Migration to truffle 5 (and web3 1.0 (and BN)) ( #1601 )
...
* Now compiling using truffle 5.
* Migrated some test files, missing BN scientific notation usage.
* Now using BN time values.
* Migrate ERC20 tests.
* Migrate all ERC20 tests.
* Migrate utils, payment and ownership tests.
* All tests save ERC721 migrated.
* Migrated ERC721 tests.
* Fix lint errors.
* Delete old test helpers.
* Fix remaining crowdsale tests.
* Fix signature bouncer tests.
* Update how constants is used.
* Compile script pre-removes the build dir.
* Fix SafeMath tests.
* Revert "Compile script pre-removes the build dir."
This reverts commit 247e745113 .
* Fix linter errors.
* Upgrade openzeppelin-test-helpers dependency.
* Update openzeppelin-test-helpers dependency.
* Define math constants globally.
* Remove unnecessary ether unit.
* Roll back reduced ether amounts in tests.
* Remove unnecessary toNumber conversions.
* Delete compile script.
* Fixed failing test.
2019-01-14 19:11:55 -03:00
089f14aa06
Add 2.2.0 changelog entry.
2019-01-11 17:48:41 -03:00
ae02103e47
Release v2.1.1
v2.1.1
2019-01-04 18:40:49 -03:00
ba83239dd8
Added 2.1.1 changelog entry.
2019-01-04 18:40:27 -03:00
4f5715bbd7
Release v2.1.0
2019-01-04 17:39:42 -03:00
312a2584e8
Updated 2.1 release date.
2019-01-04 17:39:32 -03:00
6aa88e2b7d
silence npm output ( #1590 )
2019-01-04 17:30:45 -03:00
76abd1a41e
Replaced Solium in favor of Solhint ( #1575 )
...
* Adding solhint, working on style fixes.
* Upgraded to solhint 1.5.0.
* Removed all references to Solium
* Updated mocks to make the pass the new linter rules.
* Reformatted the .solhint.json file a bit.
* Removed Solium configuration files.
* Remove Solium dependency.
* Add comment explaing disabled time rule in TokenVesting.
* Revert to the old (ugly?) style.
* Revert SignatureBouncerMock style.
* Fix ERC165InterfacesSupported interface.
2019-01-04 17:01:52 -03:00
35d70397b6
Rename WhitelisterRole to WhitelistAdminRole. ( #1589 )
...
* Rename WhitelisterRole to WhitelistAdminRole.
* Update WhitelistAdmin changelog entry.
2019-01-04 15:32:24 -03:00
a5b14f262e
Separate unsigned and signed safemath libraries ( #1588 )
...
* separate unsigned and signed safemath libraries
* update changelog entry for SignedSafeMath
2019-01-04 14:57:04 -03:00
40f08a8c0b
Release candidate v2.1.0-rc.2
v2.1.0-rc.2
2018-12-27 16:25:02 -03:00
8c20d53789
Updated changelog to reflect 0.5 support.
2018-12-27 16:24:38 -03:00
576b020384
Merge branch 'release-v2.1.0-solc-0.5' into release-v2.1.0
2018-12-27 16:12:03 -03:00
13eff70112
Updated PausableCrowdsale to require solc ^0.4.24 ( #1567 )
...
(cherry picked from commit 73cbad2f78 )
2018-12-27 16:09:58 -03:00
daa301fef0
remove note about 2.0 being experimental ( #1565 )
...
(cherry picked from commit 503674167d )
2018-12-27 16:09:31 -03:00
4b8fcbcee1
remove linux-specific mktemp usage ( #1571 )
...
(cherry picked from commit 7361ffd26b )
2018-12-22 17:15:43 -03:00
be5ed7364b
Release v2.1.0 solc 0.5.x ( #1568 )
...
* Now compiling in a separate directory using truffle 5.
* Ported to 0.5.1, now compiling using 0.5.1.
* test now also compiles using the truffle 5 hack.
* Downgraded to 0.5.0.
* Sorted scripts.
* Cleaned up the compile script a bit.
2018-12-20 12:26:43 -03:00
02f9727dd8
Release candidate v2.1.0-rc.1
v2.1.0-rc.1
2018-12-18 17:31:32 -03:00
54ceedbb1f
Made the Crowdsale's constructor public again. ( #1564 )
...
* Made the Crowdsale's constructor public again.
* Added changelog entry.
* Made all but Finalizable public.
2018-12-18 16:19:48 -03:00
d17ae0b806
Signed SafeMath ( #1559 )
...
* signed safe math
* fix lint errors
* refactor overflow checks and add descriptions
* remove incorrect description
* add test for reversed arguments in multiplication test
* fix power operator
* improve multiplication test descriptions
* Update SafeMath.test.js
* add feature to changelog
2018-12-18 15:54:44 -03:00
fad30c3d2c
Added changelog. ( #1555 )
...
* Added changelog.
* Added PR template note.
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com >
* Update PULL_REQUEST_TEMPLATE.md
* Update CHANGELOG.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com >
* Update CHANGELOG.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com >
* Apply suggestions from code review
Co-Authored-By: nventuro <nicolas.venturo@gmail.com >
* Added more headers and sub-headers.
* Added deprecations category.
* Added PR links.
* Added PausableCrowdsale.
* Addressed review comments.
* Update CHANGELOG.md
Co-Authored-By: nventuro <nicolas.venturo@gmail.com >
2018-12-18 14:26:23 -03:00