Skip to content

Commit

Permalink
eth2util/deposit: bump deposit cli version (#2604)
Browse files Browse the repository at this point in the history
Bump `deposit-cli-version` to `2.7.0`.

category: feature 
ticket: none
  • Loading branch information
xenowits authored Sep 29, 2023
1 parent dcf1c46 commit 2a742b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion eth2util/deposit/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ var (
// DOMAIN_DEPOSIT. See spec: https://benjaminion.xyz/eth2-annotated-spec/phase0/beacon-chain/#domain-types
depositDomainType = eth2p0.DomainType([4]byte{0x03, 0x00, 0x00, 0x00})

depositCliVersion = "2.5.0"
// https://github.com/ethereum/staking-deposit-cli/blob/master/staking_deposit/settings.py#L4
depositCliVersion = "2.7.0"
)

// NewMessage returns a deposit message created using the provided parameters.
Expand Down
8 changes: 4 additions & 4 deletions eth2util/deposit/testdata/TestMarshalDepositData.golden
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deposit_data_root": "d402b32486f7ef165f79219b09d9dce32979144ddee4fc2b21b84c743d00082d",
"fork_version": "00001020",
"network_name": "goerli",
"deposit_cli_version": "2.5.0"
"deposit_cli_version": "2.7.0"
},
{
"pubkey": "813f5d2697f76841a752ef8c1ac11d1bb76e07003799c5745f8a569214653810def3b60920b54fb0ab3cb6deb08c3972",
Expand All @@ -19,7 +19,7 @@
"deposit_data_root": "b93eabab3e2823c154408bf053461fe017cd9bf294779f47b3507b2ca95a7de1",
"fork_version": "00001020",
"network_name": "goerli",
"deposit_cli_version": "2.5.0"
"deposit_cli_version": "2.7.0"
},
{
"pubkey": "940a838cd88c10daa9c26fcdf8472dfe09657c4aa4030380c6cca5ddb573a8036dfb03e61137c4baacdc9d69061f1eb2",
Expand All @@ -30,7 +30,7 @@
"deposit_data_root": "41bb542c89023ae3c1680982f4cc63765ed607c8269e02ddd009368a7687bfb2",
"fork_version": "00001020",
"network_name": "goerli",
"deposit_cli_version": "2.5.0"
"deposit_cli_version": "2.7.0"
},
{
"pubkey": "b3d95c8790d63114ab1e813e8943f1bd59683927942df076ad724de8cc00974306c95d6614ef93505b5acd9719a6de78",
Expand All @@ -41,6 +41,6 @@
"deposit_data_root": "03de1f131aed3d3a9c48643920eb3dd9ec3d35cc91214f85d4c6da01161939fe",
"fork_version": "00001020",
"network_name": "goerli",
"deposit_cli_version": "2.5.0"
"deposit_cli_version": "2.7.0"
}
]

0 comments on commit 2a742b1

Please sign in to comment.