Skip to content

Commit

Permalink
update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Jul 1, 2020
1 parent bcec0ae commit 8d2841c
Show file tree
Hide file tree
Showing 22 changed files with 280 additions and 280 deletions.
2 changes: 1 addition & 1 deletion artifacts/development/BBronze.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.821Z",
"updatedAt": "2020-07-01T18:39:45.171Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/BColor.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.821Z",
"updatedAt": "2020-07-01T18:39:45.172Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/BConst.json
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.822Z",
"updatedAt": "2020-07-01T18:39:45.173Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/BMath.json
Original file line number Diff line number Diff line change
Expand Up @@ -16540,7 +16540,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.823Z",
"updatedAt": "2020-07-01T18:39:45.175Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/BNum.json
Original file line number Diff line number Diff line change
Expand Up @@ -13059,7 +13059,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.829Z",
"updatedAt": "2020-07-01T18:39:45.184Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/BToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -15632,7 +15632,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.834Z",
"updatedAt": "2020-07-01T18:39:45.188Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/BTokenBase.json
Original file line number Diff line number Diff line change
Expand Up @@ -15415,7 +15415,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.839Z",
"updatedAt": "2020-07-01T18:39:45.202Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/Context.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.880Z",
"updatedAt": "2020-07-01T18:39:45.243Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/Converter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.879Z",
"updatedAt": "2020-07-01T18:39:45.241Z",
"devdoc": {
"author": "Ocean Protocol Team",
"details": "Simple types converter This contract provides sompe helper functions such as converting integers to strings",
Expand Down
518 changes: 259 additions & 259 deletions artifacts/development/DTFactory.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/development/DataTokenTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7821,7 +7821,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.874Z",
"updatedAt": "2020-07-01T18:39:45.234Z",
"devdoc": {
"details": "DataTokenTemplate is an ERC20 compliant token template Used by the factory contract as a bytecode reference to deploy new DataTokens.",
"methods": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/Deployer.json
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.880Z",
"updatedAt": "2020-07-01T18:39:45.242Z",
"devdoc": {
"author": "Ocean Protocol Team",
"details": "Contract Deployer This contract allowes factory contract to deploy new contract instances using the same library pattern in solidity. the logic it self is deployed only once, but executed in the context of the new storage contract (new contract instance)",
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/ERC20.json
Original file line number Diff line number Diff line change
Expand Up @@ -11318,7 +11318,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.882Z",
"updatedAt": "2020-07-01T18:39:45.245Z",
"devdoc": {
"details": "Implementation of the {IERC20} interface. * This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20Mintable}. * TIP: For a detailed writeup see our guide https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. * We have followed general OpenZeppelin guidelines: functions revert instead of returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. * Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.",
"methods": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/ERC20Pausable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3236,7 +3236,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.878Z",
"updatedAt": "2020-07-01T18:39:45.239Z",
"devdoc": {
"details": "ERC20Pausable adds the ability to pause ERC20 compliant template used by the ERC20Template contract for pausing the contract.",
"methods": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/IERC20.json
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.846Z",
"updatedAt": "2020-07-01T18:39:45.207Z",
"devdoc": {
"details": "Interface of the ERC20 standard as defined in the EIP. Does not include the optional functions; to access them see {ERC20Detailed}.",
"methods": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/IERC20Template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.874Z",
"updatedAt": "2020-07-01T18:39:45.233Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.820Z",
"updatedAt": "2020-07-01T18:39:45.171Z",
"devdoc": {
"methods": {}
},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/SFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -3962,7 +3962,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.847Z",
"updatedAt": "2020-07-01T18:39:45.208Z",
"devdoc": {
"methods": {
"concatenateStrings(string,string)": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/SPool.json
Original file line number Diff line number Diff line change
Expand Up @@ -63529,7 +63529,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.851Z",
"updatedAt": "2020-07-01T18:39:45.209Z",
"devdoc": {
"details": "Used by the (Ocean version) SFactory contract as a bytecode reference to deploy new SPools. * This contract is is nearly identical to the BPool.sol contract at [1] The only difference is the \"Proxy contract functionality\" section given below. We'd inherit from BPool if we could, for simplicity. But we can't, because the proxy section needs to access private variables declared in BPool, and Solidity disallows this. Therefore the best we can do for now is clearly demarcate the proxy section. * [1] https://github.com/balancer-labs/balancer-core/contracts/.",
"methods": {},
Expand Down
2 changes: 1 addition & 1 deletion artifacts/development/SafeMath.json
Original file line number Diff line number Diff line change
Expand Up @@ -4882,7 +4882,7 @@
},
"networks": {},
"schemaVersion": "3.2.0",
"updatedAt": "2020-07-01T14:40:44.881Z",
"updatedAt": "2020-07-01T18:39:45.244Z",
"devdoc": {
"details": "Wrappers over Solidity's arithmetic operations with added overflow checks. * Arithmetic operations in Solidity wrap on overflow. This can easily result in bugs, because programmers usually assume that an overflow raises an error, which is the standard behavior in high level programming languages. `SafeMath` restores this intuition by reverting the transaction when an operation overflows. * Using this library instead of the unchecked operations eliminates an entire class of bugs, so it's recommended to use it always.",
"methods": {}
Expand Down
2 changes: 1 addition & 1 deletion contracts/DTFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contract DTFactory is Deployer, Converter {
{
require(
_template != address(0),
'DTFactory: Invalid initialization'
'DTFactory: Invalid token factory initialization'
);
tokenTemplate = _template;
}
Expand Down
2 changes: 1 addition & 1 deletion test/unit/Factory.Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract('Factory test', async accounts => {
it('should fail on zero address factory initialization', async () => {
truffleAssert.fails(DTFactory.new(zeroAddress),
truffleAssert.ErrorType.REVERT,
'DTFactory: Invalid initialization'
'DTFactory: Invalid token factory initialization'
)
})

Expand Down

0 comments on commit 8d2841c

Please sign in to comment.