Skip to content

Commit

Permalink
active contract update at certain height (#292)
Browse files Browse the repository at this point in the history
* active contract update at certain height

* only apply old contract on testnet

* updated operator Submission event

* better naming for contract

* use old operator ABIs for existing networks
  • Loading branch information
johannbarbie authored Jul 15, 2019
1 parent 41e1fe5 commit f004990
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 8 deletions.
9 changes: 6 additions & 3 deletions src/abis/operator.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,15 @@ module.exports = [
type: 'uint256',
},
{
indexed: false,
indexed: true,
name: 'owner',
type: 'address',
},
{
indexed: false,
name: 'casRoot',
type: 'bytes32',
},
{
indexed: false,
name: 'periodRoot',
Expand All @@ -330,8 +335,6 @@ module.exports = [
],
name: 'Submission',
type: 'event',
signature:
'0x6690fe1f2634f1045e46d9adb5863d34ad6e548e6eb55fac8189444a403f8ee0',
},
{
constant: false,
Expand Down
Loading

0 comments on commit f004990

Please sign in to comment.