kleros-interaction
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
Code |
@@ -0,0 +0,0 @@ # Arbitration |
@@ -0,0 +0,0 @@ # Standard |
@@ -0,0 +0,0 @@ # Random Number Generation |
@@ -20,5 +20,5 @@ module.exports = { | ||
const outOfGas = error.message.search('out of gas') >= 0 | ||
// TODO: Test if the error is a revert. | ||
assert(invalidJump || invalidOpcode || outOfGas, "Expected throw, got '" + error + "' instead") | ||
return | ||
@@ -25,0 +25,0 @@ |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
@@ -0,0 +0,0 @@ var Migrations = artifacts.require("./Migrations.sol"); |
@@ -0,0 +0,0 @@ /*var ConvertLib = artifacts.require("./ConvertLib.sol"); |
{ | ||
"name": "kleros-interaction", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Smart contracts interacting with Kleros.", | ||
@@ -26,3 +26,6 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/kleros/kleros-interaction#readme" | ||
"homepage": "https://github.com/kleros/kleros-interaction#readme", | ||
"dependencies": { | ||
"zeppelin-solidity": "^1.3.0" | ||
} | ||
} |
# kleros-interaction | ||
Smart contracts able to interact with Kleros and standard proposals. |
@@ -0,0 +0,0 @@ /* eslint-disable no-undef */ // Avoid the linter considering truffle elements as undef. |
@@ -0,0 +0,0 @@ ### Tests |
@@ -127,3 +127,3 @@ /* eslint-disable no-undef */ // Avoid the linter considering truffle elements as undef. | ||
it('Should fail if someone else try to submit', async () => { | ||
it('Should fail if someone else tries to submit', async () => { | ||
let centralizedArbitrator = await CentralizedArbitrator.new(arbitrationFee, {from: arbitrator}) | ||
@@ -130,0 +130,0 @@ let arbitrable = await TwoPartyArbitrable.new(centralizedArbitrator.address, contractHash, timeout, partyB, 0x0, {from: partyA}) |
@@ -0,0 +0,0 @@ module.exports = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
144551
46
1
+ Addedzeppelin-solidity@^1.3.0
+ Addedzeppelin-solidity@1.12.0(transitive)