Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit for eip-7732 on fulu #6768

Draft
wants to merge 4 commits into
base: fulu
Choose a base branch
from

Conversation

Tomi-3-0
Copy link
Contributor

  • Execution payloads are removed from the beacon block structure.
  • Slot intervals are increased to 4 to align with EIP-7732 timing changes.
  • Refactored validators and consensus object pools for compatibility.

This commit introduces changes to support EIP-7732 in the Fulu fork:
- Execution payloads are removed from the beacon block structure.
- Slot intervals are increased to 4 to align with EIP-7732 timing changes.
- Refactored validators and consensus object pools for compatibility.
Copy link

github-actions bot commented Dec 18, 2024

Unit Test Results

0 files   -        12  0 suites   - 1 814   0s ⏱️ - 55m 31s
0 tests  -   5 237  0 ✔️  -   4 889  0 💤  - 348  0 ±0 
0 runs   - 29 097  0 ✔️  - 28 645  0 💤  - 452  0 ±0 

Results for commit 7b144dc. ± Comparison against base commit 44531ad.

♻️ This comment has been updated with latest results.

operations across blob quarantine, gossip validation, sync, and validator flows
payload signature tests, update toSignedBlindedBeaconBlock for eip-7732
@tersec
Copy link
Contributor

tersec commented Jan 3, 2025

2025-01-02T20:22:00.2388838Z Error: unhandled exception: errno: 32 `Broken pipe` [IOError]
2025-01-02T20:22:00.8163041Z Hint: used config file '/github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nimbus-build-system/vendor/Nim/config/nim.cfg' [Conf]
2025-01-02T20:22:00.8166084Z Hint: used config file '/github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nimbus-build-system/vendor/Nim/config/config.nims' [Conf]
2025-01-02T20:22:00.8168701Z Hint: used config file '/github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/config.nims' [Conf]
2025-01-02T20:22:00.8171480Z Hint: used config file '/github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/ncli/nim.cfg' [Conf]
2025-01-02T20:22:08.7828898Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/el/el_manager.nim(197, 24) Warning: PayloadID is deprecated [Deprecated]
2025-01-02T20:22:08.9866442Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/el/el_manager.nim(488, 53) Warning: data; bytes is deprecated [Deprecated]
2025-01-02T20:22:10.1028115Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:10.1030201Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:10.1032236Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:10.1034210Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:10.1037168Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:10.1039562Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:10.1041977Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:10.1044242Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:10.1046251Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:10.1058161Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:10.1060465Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:10.1062733Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:10.1065936Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28268 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:10.2425985Z make: *** [Makefile:441: ncli] Error 1
2025-01-02T20:22:10.2426802Z make: *** Waiting for unfinished jobs....
2025-01-02T20:22:12.4570450Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:12.4572553Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:12.4574580Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.4576483Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.4578570Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:12.4580819Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:12.4583173Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:12.4585750Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.4587699Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.4589738Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:12.4591948Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:12.4594308Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:12.4597556Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28238 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:12.5056857Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:12.5059440Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:12.5061706Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.5153077Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.5155235Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:12.5157547Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:12.5159865Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:12.5161815Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.5163612Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:12.5165588Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:12.5167794Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:12.5171024Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:12.5174500Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28360 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:12.6067729Z make: *** [Makefile:441: ncli_split_keystore] Error 1
2025-01-02T20:22:12.6572066Z make: *** [Makefile:441: nimbus_signing_node] Error 1
2025-01-02T20:22:13.3302316Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:13.3304292Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:13.3306040Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:13.3307761Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:13.3309930Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:13.3312355Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:13.3314843Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:13.3317686Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:13.3319688Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:13.3321818Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:13.3324138Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:13.3326413Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:13.3329487Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28254 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:13.4664755Z make: *** [Makefile:441: mev_mock] Error 1
2025-01-02T20:22:14.7887151Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:14.7889254Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:14.7891402Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:14.7893248Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:14.7895336Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:14.7897649Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:14.7899927Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:14.7902095Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:14.7904023Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:14.7905826Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:14.7908398Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:14.7910723Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:14.7914018Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28345 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:14.8984516Z make: *** [Makefile:441: nimbus_validator_client] Error 1
2025-01-02T20:22:15.7296849Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:15.7298825Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:15.7300660Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:15.7303989Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:15.7305965Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:15.7308189Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:15.7310500Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:15.7312868Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:15.7314787Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:15.7316869Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:15.7319073Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:15.7321477Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:15.7324833Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28167 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:15.8484898Z make: *** [Makefile:441: deposit_contract] Error 1
2025-01-02T20:22:16.2808555Z �[92mBuild completed successfully:�[39m build/fakeee
2025-01-02T20:22:18.5335819Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:18.5338488Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:18.5341021Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:18.5343466Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:18.5346142Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:18.5349097Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:18.5352693Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:18.5355637Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:18.5358254Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:18.5360903Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:18.5363839Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:18.5366881Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:18.5371329Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28178 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:18.6486684Z make: *** [Makefile:441: wss_sim] Error 1
2025-01-02T20:22:20.9023669Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/ncli/validator_db_aggregator.nim(16, 3) Hint: 'AggregatorConf' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:22.4727228Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/helpers.nim(327, 43) Hint: 'None' should be: 'NONE' [enumField declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-chronicles/chronicles/options.nim(40, 5)] [Name]
2025-01-02T20:22:24.1441850Z Hint: mm: refc; threads: on; opt: none (DEBUG BUILD, `-d:release` generates faster code)
2025-01-02T20:22:24.1443296Z 225471 lines; 70.580s; 2.993GiB peakmem; proj: /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/ncli/ncli_db.nim; out: /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/nimcache/release/ncli_db/ncli_db.json [SuccessX]
2025-01-02T20:22:26.7405078Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eip7732_helpers.nim(50, 39) Hint: 'payload_status' should be: 'payload_Status' [field declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/datatypes/fulu.nim(142, 5)] [Name]
2025-01-02T20:22:26.7723646Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eip7732_helpers.nim(149, 7) Hint: 'attesting_indices' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:26.7795260Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eip7732_helpers.nim(102, 6) Hint: 'get_attesting_indices' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:26.7798689Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eip7732_helpers.nim(152, 10) Hint: 'sort_and_unique' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:26.7801966Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eip7732_helpers.nim(171, 6) Hint: 'get_ptc_assignment' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:26.7805453Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eip7732_helpers.nim(38, 6) Hint: 'concat_generalized_indices' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:26.8263207Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/state_transition_block.nim(1176, 18) Hint: 'beacon_block_root' should be: 'beaconBlockRoot' [field declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/datatypes/fulu.nim(140, 5)] [Name]
2025-01-02T20:22:26.8315599Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/state_transition_block.nim(1200, 28) Hint: 'payload_status' should be: 'payload_Status' [field declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/datatypes/fulu.nim(142, 5)] [Name]
2025-01-02T20:22:28.9198252Z Hint: mm: refc; threads: on; opt: none (DEBUG BUILD, `-d:release` generates faster code)
2025-01-02T20:22:28.9200505Z 222737 lines; 63.541s; 2.995GiB peakmem; proj: /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/ncli/validator_db_aggregator.nim; out: /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/nimcache/release/validator_db_aggregator/validator_db_aggregator.json [SuccessX]
2025-01-02T20:22:31.9828703Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/consensus_object_pools/data_column_quarantine.nim(15, 9) Warning: imported and not used: 'sequtils' [UnusedImport]
2025-01-02T20:22:31.9833486Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/consensus_object_pools/data_column_quarantine.nim(16, 9) Warning: imported and not used: 'strutils' [UnusedImport]
2025-01-02T20:22:33.5640817Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/gossip_processing/gossip_validation.nim(174, 6) Hint: 'check_aggregation_count' is declared but not used [XDeclaredButNotUsed]
2025-01-02T20:22:41.0777157Z �[92mBuild completed successfully:�[39m build/validator_db_aggregator
2025-01-02T20:22:42.9551929Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:42.9554943Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:42.9557685Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:42.9560500Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:42.9563123Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:42.9566104Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:42.9569276Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:42.9572354Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:42.9574948Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:42.9577581Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:42.9580603Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:42.9583653Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:42.9587901Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28281 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:43.0939823Z make: *** [Makefile:441: nimbus_light_client] Error 1
2025-01-02T20:22:44.4568773Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/el/el_manager.nim(197, 24) Warning: PayloadID is deprecated [Deprecated]
2025-01-02T20:22:44.5343235Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/el/el_manager.nim(488, 53) Warning: data; bytes is deprecated [Deprecated]
2025-01-02T20:22:54.7846155Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2881, 20) template/generic instantiation of `withConsensusFork` from here
2025-01-02T20:22:54.7848851Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim(2885, 19) template/generic instantiation of `decode` from here
2025-01-02T20:22:54.7851696Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(51, 15) template/generic instantiation of `readValue` from here
2025-01-02T20:22:54.7854133Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:54.7856756Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:54.7860088Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:54.7863090Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:54.7865977Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(206, 13) template/generic instantiation of `readValue` from here
2025-01-02T20:22:54.7868657Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization.nim(31, 9) template/generic instantiation of `readValue` from here
2025-01-02T20:22:54.7871282Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-json-serialization/json_serialization/reader_impl.nim(193, 22) template/generic instantiation of `fieldReadersTable` from here
2025-01-02T20:22:54.7874172Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(221, 26) template/generic instantiation of `enumAllSerializedFields` from here
2025-01-02T20:22:54.7877172Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(155, 32) template/generic instantiation of `enumAllSerializedFieldsImpl` from here
2025-01-02T20:22:54.7881477Z /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(239, 17) Error: undeclared field: 'payload_attestations' for type readRecordValue.T`gensym28167 [type declared in /github-runner/github-runner-node-01/workspace/nimbus-eth2/nimbus-eth2/vendor/nim-serialization/serialization/object_serialization.nim(255, 8)]
2025-01-02T20:22:54.9284828Z make: *** [Makefile:441: ncli_testnet] Error 1
2025-01-02T20:22:55.6187674Z �[92mBuild completed successfully:�[39m build/ncli_db
2025-01-02T20:22:55.6221673Z ##[error]Process completed with exit code 2.

@Tomi-3-0
Copy link
Contributor Author

Tomi-3-0 commented Jan 3, 2025

Initially omitted adding * to payload_attestations to make it accessible.
I failed to realise this change was not included in this commit.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants