Skip to content

Commit

Permalink
fix: add temp fix for Update target validator limits sdvt motion
Browse files Browse the repository at this point in the history
  • Loading branch information
katamarinaki committed Jul 26, 2024
1 parent ba9f311 commit 7b1c769
Show file tree
Hide file tree
Showing 16 changed files with 1,387 additions and 107 deletions.
67 changes: 4 additions & 63 deletions abi/dvt/SDVTRegistry.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{ "name": "_nodeOperatorId", "type": "uint256" },
{ "name": "_targetLimitMode", "type": "uint256" },
{ "name": "_targetLimit", "type": "uint256" }
],
"name": "updateTargetValidatorsLimits",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand Down Expand Up @@ -181,15 +168,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "finalizeUpgrade_v3",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand All @@ -211,15 +189,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getRewardDistributionState",
"outputs": [{ "name": "", "type": "uint8" }],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand Down Expand Up @@ -341,12 +310,12 @@
"type": "function"
},
{
"constant": false,
"constant": true,
"inputs": [{ "name": "", "type": "uint256" }],
"name": "onRewardsMinted",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"stateMutability": "view",
"type": "function"
},
{
Expand All @@ -358,15 +327,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "distributeReward",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
Expand Down Expand Up @@ -549,7 +509,7 @@
"inputs": [{ "name": "_nodeOperatorId", "type": "uint256" }],
"name": "getNodeOperatorSummary",
"outputs": [
{ "name": "targetLimitMode", "type": "uint256" },
{ "name": "isTargetLimitActive", "type": "bool" },
{ "name": "targetValidatorsCount", "type": "uint256" },
{ "name": "stuckValidatorsCount", "type": "uint256" },
{ "name": "refundedValidatorsCount", "type": "uint256" },
Expand Down Expand Up @@ -587,18 +547,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{ "name": "_nodeOperatorIds", "type": "bytes" },
{ "name": "_vettedSigningKeysCounts", "type": "bytes" }
],
"name": "decreaseVettedSigningKeysCount",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand Down Expand Up @@ -815,12 +763,6 @@
"name": "RewardsDistributed",
"type": "event"
},
{
"anonymous": false,
"inputs": [{ "indexed": false, "name": "state", "type": "uint8" }],
"name": "RewardDistributionStateChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -906,8 +848,7 @@
"anonymous": false,
"inputs": [
{ "indexed": true, "name": "nodeOperatorId", "type": "uint256" },
{ "indexed": false, "name": "targetValidatorsCount", "type": "uint256" },
{ "indexed": false, "name": "targetLimitMode", "type": "uint256" }
{ "indexed": false, "name": "targetValidatorsCount", "type": "uint256" }
],
"name": "TargetValidatorsCountChanged",
"type": "event"
Expand Down
Loading

0 comments on commit 7b1c769

Please sign in to comment.