Merge pull request #18 from OpenZeppelin/release-v2.0.0
Merge OpenZeppelin 2.0 with initializer functions
Showing
.babelrc
deleted
100644 → 0
.editorconfig
0 → 100644
.jshintrc
deleted
100644 → 0
CODE_OF_CONDUCT.md
0 → 100644
CODE_STYLE.md
0 → 100644
RELEASING.md
0 → 100644
build/contracts/AddressUtils.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/BasicToken.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/BasicTokenMock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/BurnableToken.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
build/contracts/DetailedERC20.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/ECRecovery.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/ECRecoveryMock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/ERC20.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/ERC20Basic.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/ERC721.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/ERC721Basic.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
build/contracts/ERC721Holder.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/ERC721Metadata.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/ERC721Receiver.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
build/contracts/ERC721Token.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/ERC721TokenMock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/Math.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/MathMock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/MerkleProof.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
build/contracts/Migratable.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/MintableToken.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/Ownable.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/Pausable.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/PausableMock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/PausableToken.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
build/contracts/PullPayment.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/PullPaymentMock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/RBAC.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/RBACMock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/RBACWithAdmin.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/Roles.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/SafeERC20.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/SafeERC20Helper.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/contracts/SafeMath.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/SafeMathMock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
build/contracts/SplitPayment.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
build/contracts/StandardToken.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
build/contracts/TokenTimelock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
build/contracts/TokenVesting.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
contracts/ARCHITECTURE.md
0 → 100644
contracts/Initializable.sol
0 → 100644
contracts/MerkleProof.sol
deleted
100644 → 0
contracts/access/roles/CapperRole.sol
0 → 100644
contracts/access/roles/MinterRole.sol
0 → 100644
contracts/access/roles/PauserRole.sol
0 → 100644
contracts/access/roles/SignerRole.sol
0 → 100644
contracts/crowdsale/Crowdsale.sol
0 → 100644
contracts/cryptography/MerkleProof.sol
0 → 100644
contracts/drafts/.gitkeep
0 → 100644
contracts/drafts/BreakInvariantBounty.sol
0 → 100644
contracts/drafts/Counter.sol
0 → 100644
contracts/drafts/ERC1046/TokenMetadata.sol
0 → 100644
contracts/drafts/ERC20Migrator.sol
0 → 100644
contracts/drafts/SignatureBouncer.sol
0 → 100644
contracts/drafts/TokenVesting.sol
0 → 100644
contracts/examples/SampleCrowdsale.sol
0 → 100644
contracts/examples/SimpleToken.sol
0 → 100644
contracts/introspection/ERC165Checker.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/introspection/IERC165.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/AllowanceCrowdsaleImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/BasicTokenMock.sol
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
contracts/mocks/BreakInvariantBountyMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/CappedCrowdsaleImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/CapperRoleMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ConditionalEscrowMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/CounterImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/CrowdsaleMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC165Mock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20BurnableMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20CappedMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20MigratorMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20MintableMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20Mock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20PausableMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC20WithMetadataMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC721FullMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC721Mock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC721PausableMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/ERC721TokenMock.sol
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
contracts/mocks/EscrowMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/FinalizableCrowdsaleImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ForceEther.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/MessageHelper.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/MintedCrowdsaleImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/MinterRoleMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/OwnableMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/PauserRoleMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/RBACMock.sol
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
contracts/mocks/ReentrancyAttack.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/ReentrancyMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/RefundEscrowMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/RefundableCrowdsaleImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/RolesMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/SampleCrowdsaleMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/SecondaryMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/SignatureBouncerMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/SignerRoleMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/SimpleTokenMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/SplitPaymentMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/mocks/TimedCrowdsaleImpl.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/TokenTimelockMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/mocks/TokenVestingMock.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/ownership/Secondary.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/ownership/rbac/RBAC.sol
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/payment/ConditionalEscrow.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/payment/Escrow.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/payment/RefundEscrow.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/BasicToken.sol
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/ERC20Basic.sol
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/ERC20Burnable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/ERC20Capped.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/ERC20Detailed.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/ERC20Mintable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/ERC20Pausable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC20/IERC20.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/ERC721Burnable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/ERC721Enumerable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/ERC721Full.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/ERC721Metadata.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/ERC721Mintable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/ERC721Pausable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/IERC721.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/IERC721Enumerable.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/IERC721Full.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/IERC721Metadata.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/token/ERC721/IERC721Receiver.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
contracts/utils/ReentrancyGuard.sol
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
scripts/ci/trigger_docs_update
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/.eslintrc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/ReentrancyGuard.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/TESTING.md
0 → 100644
This diff is collapsed.
Click to expand it.
test/access/Roles.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/access/SignatureBouncer.test.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/access/roles/CapperRole.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/access/roles/MinterRole.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/access/roles/PauserRole.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/access/roles/PublicRole.behavior.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/access/roles/SignerRole.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/AllowanceCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/CappedCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/Crowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/FinalizableCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/crowdsale/MintedCrowdsale.behavior.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/MintedCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/PostDeliveryCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/RefundableCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/crowdsale/TimedCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/drafts/BreakInvariantBounty.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/drafts/Counter.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/drafts/ERC1046/TokenMetadata.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/drafts/ERC20Migrator.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/drafts/SignatureBouncer.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/examples/SampleCrowdsale.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/examples/SimpleToken.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/helpers/toPromise.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/helpers/web3.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/introspection/ERC165.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/introspection/ERC165Checker.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/library/ECDSA.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/library/ECRecovery.test.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/ownership/Ownable.behavior.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/ownership/Secondary.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/ownership/rbac/RBAC.test.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/payment/ConditionalEscrow.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/payment/Escrow.behavior.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/payment/Escrow.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/payment/RefundEscrow.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/token/ERC20/BasicToken.test.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/token/ERC20/ERC20Burnable.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/token/ERC20/ERC20Capped.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/token/ERC20/ERC20Mintable.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/token/ERC721/ERC721Burnable.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/token/ERC721/ERC721Holder.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/token/ERC721/ERC721Mintable.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/token/ERC721/ERC721Pausable.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
zos.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
zos.mainnet.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
zos.ropsten.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment