Nicolás Venturo
5b93137c26
Merge branch 'release-v2.1.3'
6 years ago
Nicolás Venturo
f5ba7e7f0d
Merge branch 'release-v2.0.1'
6 years ago
Nicolás Venturo
5a64eb2e14
Release v2.0.1
6 years ago
Nicolás Venturo
2648206394
Merge pull request #1647 from nventuro/safeerc20-bugfix
...
Fix SafeERC20.safeApprove bug
(cherry picked from commit 3111291b4a
)
6 years ago
Nicolás Venturo
77d569d8fa
Release v2.1.3
6 years ago
Nicolás Venturo
634883ce8e
Add bugfix backport changelog entry.
6 years ago
Nicolás Venturo
de90f4458a
Merge pull request #1647 from nventuro/safeerc20-bugfix
...
Fix SafeERC20.safeApprove bug
(cherry picked from commit 3111291b4a
)
6 years ago
Nicolás Venturo
a39bea230e
Add SafeERC20 bugfix changelog entry.
6 years ago
Nicolás Venturo
8d0937c54c
Merge pull request #1650 from nventuro/missing-changelog-data
...
Added PR links for 2.2.0 changelog entries.
6 years ago
Nicolás Venturo
d6c47c4b7c
Added PR links for 2.2.0 changelog entries.
6 years ago
Nicolás Venturo
3111291b4a
Merge pull request #1647 from nventuro/safeerc20-bugfix
...
Fix SafeERC20.safeApprove bug
6 years ago
Nicolás Venturo
14ec984cc4
Merge pull request #1646 from fulldecent/patch99
...
Use canonical EIP reference format
6 years ago
Nicolás Venturo
b14c9f4b68
Fix SafeERC20.safeApprove bug, improve test coverage.
6 years ago
Leo Arias
fc17a1d9f5
Add usage docs to ERC20 Snapshot ( #1639 )
6 years ago
Leo Arias
c44e40c293
Clarify the ERC20Snapshot contract comment ( #1638 )
6 years ago
William Entriken
2fc0aaabb3
Use canonical EIP reference format
6 years ago
Nicolás Venturo
ae41195863
Merge pull request #1645 from fulldecent/patch-1
...
Update to preferred citation formation for ERC-721
6 years ago
William Entriken
99a07493f2
Update to preferred citation formation for ERC-721
6 years ago
Nicolás Venturo
328d03a7f4
Merge pull request #1637 from elopio/review/snapshot/1-minime-link
...
Add a link to the minime token
6 years ago
Nicolás Venturo
530c90d438
Merge pull request #1640 from elopio/review/snapshot/4-snapshoted-typo
...
Fix typo: snapshoted
6 years ago
Nicolás Venturo
3654150d0c
Fix typo: grater ( #1641 )
6 years ago
Leo Arias
9cf68279c1
Fix typo: to be find ( #1642 )
6 years ago
Leo Arias
039e5b9602
Fix typo: grater
6 years ago
Leo Arias
cab777b820
Fix typo: snapshoted
6 years ago
Leo Arias
7ed22bbded
Add the @dev tag
6 years ago
Leo Arias
889af764e2
Add a link to the minime token
6 years ago
Matt Swezey
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
6 years ago
John Shutt
2c34cfbe0e
Fix typo in README ( #1624 )
6 years ago
Nicolás Venturo
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.
6 years ago
skyge
1fd993bc01
Unify code comments style. ( #1603 )
...
* Updated code style to no more than120 characters per line.
* Unify code comments style with Doxygen-style tags.
6 years ago
Nicolás Venturo
a09cf147ea
Bring back coverage report. ( #1620 )
...
* Add back solidity-coverage (using fork).
* Pin fork version.
6 years ago
Nicolás Venturo
f80c65ff67
Improve SafeMath test coverage. ( #1611 )
...
* Improve SafeMath test coverage.
* Fix linter error.
* Split testCommutative into something more sane.
6 years ago
Nicolás Venturo
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.
6 years ago
Nicolás Venturo
3a5da75876
ERC20._approve ( #1609 )
...
* Add ERC20._approve.
* Add ERC20._approve tests.
* Fix linter error.
* Require owner in _approve to be non-zero.
6 years ago
Nicolás Venturo
e1f40e7e23
Merge branch 'release-2.1.2'
6 years ago
Nicolás Venturo
8617c4b4c8
Release v2.1.2
6 years ago
Nicolás Venturo
96432bf28e
Renamed test/behavior to test/behaviors.
6 years ago
Nicolás Venturo
1a9cb0786d
Add changelog entry for PublicRole behavior.
6 years ago
Nicolás Venturo
fd808b3ff8
Add some barebones PublicRole.behavior documentation.
6 years ago
Nicolás Venturo
6a658f2ac8
Move PublicRole.behavior to behavior directory.
6 years ago
Nicolás Venturo
d9a8cd2bef
Only publish the test suite behavior subdirectory
6 years ago
Nicolás Venturo
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.
6 years ago
Nicolás Venturo
7fb90a1566
Update readme example to use 0.5.0.
6 years ago
Nicolás Venturo
e5b94c1481
Merge branch 'release-v2.1.0'
6 years ago
Nicolás Venturo
79145fa53a
Temporarily disable solidity-coverage Travis job.
6 years ago
Nicolás Venturo
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.
6 years ago
Nicolás Venturo
089f14aa06
Add 2.2.0 changelog entry.
6 years ago
Nicolás Venturo
ae02103e47
Release v2.1.1
6 years ago
Nicolás Venturo
ba83239dd8
Added 2.1.1 changelog entry.
6 years ago
Nicolás Venturo
14a59b2903
Update RELEASING.md
6 years ago