diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d480c032cb..257bb698f3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,6 @@ jobs: - name: Install dependencies run: | choco upgrade mingw -y --no-progress --version 13.2.0 - choco install cmake -y --no-progress --version 3.27.8 - name: Build run: .\wmake.ps1 all diff --git a/.github/workflows/test-integration-caplin.yml b/.github/workflows/test-integration-caplin.yml index 2c9b745d7ac..086d7a652c8 100644 --- a/.github/workflows/test-integration-caplin.yml +++ b/.github/workflows/test-integration-caplin.yml @@ -66,7 +66,6 @@ jobs: - name: Install dependencies run: | choco upgrade mingw -y --no-progress --version 13.2.0 - choco install cmake -y --no-progress --version 3.27.8 - name: test-integration-caplin run: cd ./cl/spectest/ && .\wmake.ps1 Tests Mainnet diff --git a/.github/workflows/test-integration-erigon.yml b/.github/workflows/test-integration-erigon.yml index cab34a13929..1108579b38f 100644 --- a/.github/workflows/test-integration-erigon.yml +++ b/.github/workflows/test-integration-erigon.yml @@ -66,7 +66,6 @@ jobs: - name: Install dependencies run: | choco upgrade mingw -y --no-progress --version 13.2.0 - choco install cmake -y --no-progress --version 3.27.8 - name: test-integration run: .\wmake.ps1 test-integration diff --git a/params/protocol_params.go b/params/protocol_params.go index 0827aed2d8c..d348ad8c1d3 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -193,10 +193,10 @@ var BeaconRootsAddress = common.HexToAddress("0x000F3df6D732807Ef1319fB7B8bB8522 var HistoryStorageAddress = common.HexToAddress("0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC") // EIP-7002: Execution layer triggerable withdrawals -var WithdrawalRequestAddress = common.HexToAddress("0x09Fc772D0857550724b07B850a4323f39112aAaA") +var WithdrawalRequestAddress = common.HexToAddress("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA") // EIP-7251 -var ConsolidationRequestAddress = common.HexToAddress("0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb") +var ConsolidationRequestAddress = common.HexToAddress("0x00431F263cE400f4455c2dCf564e53007Ca4bbBb") // Gas discount table for BLS12-381 G1 and G2 multi exponentiation operations var Bls12381MultiExpDiscountTable = [128]uint64{1200, 888, 764, 641, 594, 547, 500, 453, 438, 423, 408, 394, 379, 364, 349, 334, 330, 326, 322, 318, 314, 310, 306, 302, 298, 294, 289, 285, 281, 277, 273, 269, 268, 266, 265, 263, 262, 260, 259, 257, 256, 254, 253, 251, 250, 248, 247, 245, 244, 242, 241, 239, 238, 236, 235, 233, 232, 231, 229, 228, 226, 225, 223, 222, 221, 220, 219, 219, 218, 217, 216, 216, 215, 214, 213, 213, 212, 211, 211, 210, 209, 208, 208, 207, 206, 205, 205, 204, 203, 202, 202, 201, 200, 199, 199, 198, 197, 196, 196, 195, 194, 193, 193, 192, 191, 191, 190, 189, 188, 188, 187, 186, 185, 185, 184, 183, 182, 182, 181, 180, 179, 179, 178, 177, 176, 176, 175, 174}