3654150d0c
Fix typo: grater ( #1641 )
2019-02-20 16:16:13 -03:00
9cf68279c1
Fix typo: to be find ( #1642 )
2019-02-20 16:15:51 -03:00
039e5b9602
Fix typo: grater
2019-02-16 00:34:03 +00:00
cab777b820
Fix typo: snapshoted
2019-02-15 23:35:30 +00:00
7ed22bbded
Add the @dev tag
2019-02-15 23:21:18 +00:00
889af764e2
Add a link to the minime token
2019-02-15 16:27:03 +00:00
f18fd17355
Merge pull request #48 from OpenZeppelin/docs/update-readme
...
Add more usage instructions to README
2019-02-13 12:22:16 -03:00
3dbf651b8e
Add more usage instructions to README
2019-02-13 12:04:37 -03:00
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