6bf2ae8229
Merge pull request #46 from ZumZoom/linter
...
Fix identation and some linter warnings
2019-02-11 18:24:18 -03:00
644b121677
Merge branch 'master' into linter
2019-02-11 01:00:27 +03:00
40d15146c4
ERC20 Snapshot Impl #2 ( #1617 )
...
* ✏️ Refactor code & Refork OZ Repo
* Refactor ERC20Snapshot to use on-demand snapshots.
* Add ERC20Snapshot changelog entry.
* Move ERC20Snapshot to drafts.
* Improve changelog entry.
* Make snapshot tests clearer.
* Refactor ERC20Snapshots to use Counters.
* Refactor snapshot arrays into a struct.
* Remove .DS_Store files.
* Delete yarn.lock
* Fix linter error.
* simplify gitignore entry
2019-02-06 16:26:59 -03:00
453e3dd454
Merge pull request #39 from OpenZeppelin/fix/remove-ethpm
...
Remove ethpm.json
2019-02-06 12:34:52 -03:00
e8e6dd52a5
Remove ethpm.json
...
The package is not registered in ethpm at the moment. This file was an
artifact leftover from vanilla openzeppelin. This PR removes it, until
we decide to register openzeppelin-eth on ethpm.
2019-02-06 12:34:04 -03:00
105b927b62
Merge pull request #45 from ZumZoom/patch-2
...
Fix example in README.md
2019-02-06 12:31:11 -03:00
2c34cfbe0e
Fix typo in README ( #1624 )
2019-01-29 09:31:18 -06:00
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
05c7d8c861
fix identation and some linter warnings
2019-01-28 22:04:50 +03:00
d032ca62e2
Fix example in README.md
2019-01-28 19:44:32 +03:00
b306c41525
Remove initialize from ERC721Full
...
Following d75ba162 ERC721 should not initialize their parents.
2019-01-28 19:39:29 +03:00
8dd92fd6ca
Add ERC20 _setTokenURI ( #1618 )
...
* Add _setTokenURI internal.
* Rename TokenMetadata to ERC20Metadata.
* Add changelog entry for ERC20Metadata.
* Fix linter error.
* Add breaking change changelog notice.
2019-01-25 15:16:19 -03:00
1fd993bc01
Unify code comments style. ( #1603 )
...
* Updated code style to no more than120 characters per line.
* Unify code comments style with Doxygen-style tags.
2019-01-25 13:16:40 -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
a09cf147ea
Bring back coverage report. ( #1620 )
...
* Add back solidity-coverage (using fork).
* Pin fork version.
2019-01-23 13:30:34 -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
f80c65ff67
Improve SafeMath test coverage. ( #1611 )
...
* Improve SafeMath test coverage.
* Fix linter error.
* Split testCommutative into something more sane.
2019-01-21 17:51:35 -03:00
07603d5875
Remove unnecessary SafeMath call ( #1610 )
...
* Refactor Counter to support increment and decrement.
* Move Counter out of drafts.
* Refactor ERC721 to use Counter.
* Rollback Counter returning the current value in increment and decrement.
* Update test/drafts/Counter.test.js
Co-Authored-By: nventuro <nicolas.venturo@gmail.com >
* Improve Counter documentation.
* Move Counter.test to utils.
* Move back Counter to drafts.
2019-01-21 17:24:51 -03:00
3a5da75876
ERC20._approve ( #1609 )
...
* Add ERC20._approve.
* Add ERC20._approve tests.
* Fix linter error.
* Require owner in _approve to be non-zero.
2019-01-21 17:23:38 -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
e1f40e7e23
Merge branch 'release-2.1.2'
2019-01-18 15:46:52 -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
b7d60f2f9a
Fix warnings ( #1606 )
...
* Bump required compiler version to 0.5.2.
* Fix shadowed variable warning in ERC20Migrator.
* Rename Counter to Counters.
* Add dummy state variable to SafeERC20Helper.
* Update changelog entry.
* Fix CountersImpl name.
* Improve changelog entry.
2019-01-17 15:59:30 -03:00
7fb90a1566
Update readme example to use 0.5.0.
2019-01-14 19:28:25 -03:00
e5b94c1481
Merge branch 'release-v2.1.0'
2019-01-14 19:19:25 -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