@cryptoeconomicslab/ovm
Advanced tools
Comparing version 0.4.1-alpha.1 to 0.4.1-alpha.2
@@ -1,2 +0,2 @@ | ||
import { Address, Bytes, Struct, BigNumber } from '@cryptoeconomicslab/primitives'; | ||
import { Address, Bytes, FixedBytes, Struct, BigNumber } from '@cryptoeconomicslab/primitives'; | ||
import { TraceInfo } from './Tracer'; | ||
@@ -22,7 +22,7 @@ export interface Challenge { | ||
export declare class ChallengeGame { | ||
readonly property: Property; | ||
readonly propertyHash: FixedBytes; | ||
readonly challenges: Bytes[]; | ||
readonly decision: boolean; | ||
readonly createdBlock: BigNumber; | ||
constructor(property: Property, challenges: Bytes[], decision: boolean, createdBlock: BigNumber); | ||
constructor(propertyHash: FixedBytes, challenges: Bytes[], decision: boolean, createdBlock: BigNumber); | ||
} | ||
@@ -29,0 +29,0 @@ export declare const FreeVariable: { |
@@ -33,4 +33,4 @@ "use strict"; | ||
class ChallengeGame { | ||
constructor(property, challenges, decision, createdBlock) { | ||
this.property = property; | ||
constructor(propertyHash, challenges, decision, createdBlock) { | ||
this.propertyHash = propertyHash; | ||
this.challenges = challenges; | ||
@@ -37,0 +37,0 @@ this.decision = decision; |
{ | ||
"name": "@cryptoeconomicslab/ovm", | ||
"version": "0.4.1-alpha.1", | ||
"version": "0.4.1-alpha.2", | ||
"description": "ovm", | ||
@@ -43,3 +43,3 @@ "author": { | ||
}, | ||
"gitHead": "233be1bedb4c14e66cf86c1e2b8daa79a3d176df", | ||
"gitHead": "bbce212ba673830ff78d1d507ae77bc375a103fa", | ||
"devDependencies": { | ||
@@ -46,0 +46,0 @@ "@cryptoeconomicslab/coder": "^0.0.3", |
Sorry, the diff of this file is not supported yet
127061