Skip to content

Commit

Permalink
feat: return staked valset version with length query + gobinding changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Apr 25, 2024
1 parent 1d7cdaa commit f211aa0
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 27 deletions.
23 changes: 23 additions & 0 deletions contracts-abi/abi/ValidatorRegistry.abi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"name": "getNumberOfStakedValidators",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "",
"type": "uint256",
Expand Down Expand Up @@ -56,6 +61,11 @@
"name": "",
"type": "bytes[]",
"internalType": "bytes[]"
},
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
Expand Down Expand Up @@ -186,6 +196,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "stakedValsetVersion",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "transferOwnership",
Expand Down
67 changes: 50 additions & 17 deletions contracts-abi/clients/ValidatorRegistry/ValidatorRegistry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f211aa0

Please sign in to comment.