Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions blockchain/contracts/abis/BackupRecovery.abi
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,11 @@
"internalType": "bytes",
"name": "sessionId",
"type": "bytes"
},
{
"internalType": "string",
"name": "keySetId",
"type": "string"
}
],
"name": "registerRecoveryKeys",
Expand Down
13 changes: 13 additions & 0 deletions blockchain/contracts/abis/ContractResolver.abi
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "PUB_KEY_ROUTER_VIEWS_CONTRACT",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "RATE_LIMIT_NFT_CONTRACT",
Expand Down
306 changes: 166 additions & 140 deletions blockchain/contracts/abis/PubkeyRouter.abi
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "string",
"name": "keySetIdentifier",
"type": "string"
}
],
"name": "PubkeyRoutingDataSet",
Expand Down Expand Up @@ -618,6 +624,156 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getTrustedForwarder",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newResolverAddress",
"type": "address"
}
],
"name": "setContractResolver",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "pubkey",
"type": "bytes"
},
{
"internalType": "address",
"name": "stakingContractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "keyType",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
},
{
"internalType": "string",
"name": "keySetIdentifier",
"type": "string"
}
],
"name": "setRoutingData",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "pubkey",
"type": "bytes"
},
{
"internalType": "address",
"name": "stakingContract",
"type": "address"
},
{
"internalType": "uint256",
"name": "keyType",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
},
{
"internalType": "string",
"name": "keySetIdentifier",
"type": "string"
}
],
"name": "setRoutingDataAsAdmin",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "forwarder",
"type": "address"
}
],
"name": "setTrustedForwarder",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "stakingContractAddress",
"type": "address"
},
{
"internalType": "string",
"name": "identifier",
"type": "string"
},
{
"components": [
{
"internalType": "bytes",
"name": "pubkey",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "keyType",
"type": "uint256"
}
],
"internalType": "struct IPubkeyRouter.RootKey[]",
"name": "newRootKeys",
"type": "tuple[]"
}
],
"name": "voteForRootKeys",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -916,6 +1072,11 @@
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
},
{
"internalType": "string",
"name": "keySetIdentifier",
"type": "string"
}
],
"internalType": "struct LibPubkeyRouterStorage.PubkeyRoutingData",
Expand All @@ -926,19 +1087,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getTrustedForwarder",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -984,6 +1132,11 @@
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
},
{
"internalType": "string",
"name": "keySetIdentifier",
"type": "string"
}
],
"internalType": "struct LibPubkeyRouterStorage.PubkeyRoutingData",
Expand All @@ -993,132 +1146,5 @@
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newResolverAddress",
"type": "address"
}
],
"name": "setContractResolver",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "pubkey",
"type": "bytes"
},
{
"internalType": "address",
"name": "stakingContractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "keyType",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
}
],
"name": "setRoutingData",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "pubkey",
"type": "bytes"
},
{
"internalType": "address",
"name": "stakingContract",
"type": "address"
},
{
"internalType": "uint256",
"name": "keyType",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "derivedKeyId",
"type": "bytes32"
}
],
"name": "setRoutingDataAsAdmin",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "forwarder",
"type": "address"
}
],
"name": "setTrustedForwarder",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "stakingContractAddress",
"type": "address"
},
{
"internalType": "string",
"name": "identifier",
"type": "string"
},
{
"components": [
{
"internalType": "bytes",
"name": "pubkey",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "keyType",
"type": "uint256"
}
],
"internalType": "struct IPubkeyRouter.RootKey[]",
"name": "newRootKeys",
"type": "tuple[]"
}
],
"name": "voteForRootKeys",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Loading
Loading