|
|
@ -129,7 +129,7 @@ contract t2est { |
|
|
|
|
|
|
|
|
|
|
|
const records = `{
|
|
|
|
const records = `{
|
|
|
|
"accounts": { |
|
|
|
"accounts": { |
|
|
|
"account{10}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c" |
|
|
|
"account{2}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"linkReferences": { |
|
|
|
"linkReferences": { |
|
|
|
"testLib": "created{1512830014773}" |
|
|
|
"testLib": "created{1512830014773}" |
|
|
@ -146,7 +146,7 @@ const records = `{ |
|
|
|
"linkReferences": {}, |
|
|
|
"linkReferences": {}, |
|
|
|
"inputs": "()",
|
|
|
|
"inputs": "()",
|
|
|
|
"type": "constructor", |
|
|
|
"type": "constructor", |
|
|
|
"from": "account{10}" |
|
|
|
"from": "account{2}" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -172,7 +172,7 @@ const records = `{ |
|
|
|
"name": "", |
|
|
|
"name": "", |
|
|
|
"type": "constructor", |
|
|
|
"type": "constructor", |
|
|
|
"inputs": "(uint256)", |
|
|
|
"inputs": "(uint256)", |
|
|
|
"from": "account{10}" |
|
|
|
"from": "account{2}" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -188,7 +188,7 @@ const records = `{ |
|
|
|
"name": "set", |
|
|
|
"name": "set", |
|
|
|
"inputs": "(uint256,address)", |
|
|
|
"inputs": "(uint256,address)", |
|
|
|
"type": "function", |
|
|
|
"type": "function", |
|
|
|
"from": "account{10}" |
|
|
|
"from": "account{2}" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
@ -287,7 +287,7 @@ const records = `{ |
|
|
|
|
|
|
|
|
|
|
|
const scenario = { |
|
|
|
const scenario = { |
|
|
|
accounts: { |
|
|
|
accounts: { |
|
|
|
'account{10}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' |
|
|
|
'account{2}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' |
|
|
|
}, |
|
|
|
}, |
|
|
|
linkReferences: {}, |
|
|
|
linkReferences: {}, |
|
|
|
transactions: [ |
|
|
|
transactions: [ |
|
|
@ -305,7 +305,7 @@ const scenario = { |
|
|
|
name: '', |
|
|
|
name: '', |
|
|
|
type: 'constructor', |
|
|
|
type: 'constructor', |
|
|
|
inputs: '(uint256)', |
|
|
|
inputs: '(uint256)', |
|
|
|
from: 'account{10}' |
|
|
|
from: 'account{2}' |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -320,7 +320,7 @@ const scenario = { |
|
|
|
name: 'set', |
|
|
|
name: 'set', |
|
|
|
inputs: '(uint256)', |
|
|
|
inputs: '(uint256)', |
|
|
|
type: 'function', |
|
|
|
type: 'function', |
|
|
|
from: 'account{10}' |
|
|
|
from: 'account{2}' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|