-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from renproject/feat/adapter-with-gsn
Add GSN to BasicAdapter, fix calculating number of registered darknodes after a Registry upgrade
- Loading branch information
Showing
120 changed files
with
6,896 additions
and
6,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"contractName": "BasicAdapter", | ||
"abi": [ | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"internalType": "contract IShifterRegistry", | ||
"name": "_shifterRegistry", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "string", | ||
"name": "_symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "_address", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "_amount", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "bytes32", | ||
"name": "_nHash", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"internalType": "bytes", | ||
"name": "_sig", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "shiftIn", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"internalType": "contract IShifterRegistry", | ||
"name": "_shifterRegistry", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "string", | ||
"name": "_symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"internalType": "bytes", | ||
"name": "_to", | ||
"type": "bytes" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "_amount", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "shiftOut", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
], | ||
"sourcePath": "./contracts/Shifter/examples/BasicAdapter.sol", | ||
"compiler": { | ||
"name": "solc", | ||
"version": "0.5.12+commit.7709ece9.Emscripten.clang" | ||
}, | ||
"networks": { | ||
"1": { | ||
"events": {}, | ||
"links": {}, | ||
"address": "0x67FC8956904b053600425B822c6d3af000C365fa", | ||
"transactionHash": "0x48604214ddb620fbc3d9db4513ef22d9262bd2734b4fea18f6167c5325d1242d" | ||
} | ||
}, | ||
"schemaVersion": "3.0.20" | ||
} |
Oops, something went wrong.