prysm-pulse/beacon-chain/core/blocks
Radosław Kapka cb02a6897d
Update block Beacon APIs to Capella (#11706)
* proto+ssz

* refactor GetBlindedBlockSSZ

(cherry picked from commit 97483c339f99b0d96bd81846a979383ffd2b0cda)

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go
(cherry picked from commit 9e4e82d2c55e09be7568b28eaa33cdd1141445f4)

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go

* add Capella version

(cherry picked from commit 5d6fd0bbe663e5dd16df5b2e773f68982bbcd24e)
(cherry picked from commit 82f6ddb693ac9e8b4336b30fae724e478b9e8ec0)

* support SSZ lol

(cherry picked from commit 52bc2c8d617ac3e1254c493fa053cdce4a1ebd63)
(cherry picked from commit d7d70bc25b3ee8acbea10aaf77d26cd1f8c5f26f)

* update withdrawals proto

* refactor and test GetBlockV2

(cherry picked from commit c1d4eaa79d4df04bd284ec65cf261b6f5f260a97)

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go

* refactor and test GetSSZBlockV2

(cherry picked from commit fbc4e73d31c2f68d55d1e2bb8e7f2d8c7458c0a0)

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go

* test other functions

(cherry picked from commit 31d4a4cd1165b882d823696e5983ac6635262ec2)

* move stuff to blinded_blocks.go

(cherry picked from commit 0a9e1658ddb28f45ae5c1cb9fc2703cbb8c6708d)

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go

* fix migration code

* add Capella to SubmitBlock

* custom hooks

* missing structs

* fix tests

* fix tests

* review

* fix build issues

* replace ioutil with io

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-12-15 23:42:07 +00:00
..
testdata Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
attestation_regression_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
attestation_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
attestation.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
attester_slashing_test.go Add capella slashing parameters (#11660) 2022-11-17 17:03:53 +00:00
attester_slashing.go Add capella slashing parameters (#11660) 2022-11-17 17:03:53 +00:00
block_operations_fuzz_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
block_regression_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel Start chain from bellatrix state (#11746) 2022-12-14 07:13:49 +08:00
deposit_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
deposit.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
error.go implement process_withdrawals (#11634) 2022-11-08 10:15:26 -03:00
eth1_data_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
eth1_data.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
exit_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
exit.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
exports_test.go Process bls changes (#11684) 2022-11-24 19:36:12 +00:00
genesis_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
genesis.go Start chain from bellatrix state (#11746) 2022-12-14 07:13:49 +08:00
header_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
header.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
log.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
payload_test.go Remove Test_IsExecutionEnabledCapella (#11752) 2022-12-11 22:59:12 +00:00
payload.go Spec test: capella and update to v1.3.0-alpha.1 (#11683) 2022-11-30 12:08:04 -08:00
proposer_slashing_regression_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
proposer_slashing_test.go Add capella slashing parameters (#11660) 2022-11-17 17:03:53 +00:00
proposer_slashing.go Add capella slashing parameters (#11660) 2022-11-17 17:03:53 +00:00
randao_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
randao.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
signature_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
signature.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
withdrawals_test.go Update block Beacon APIs to Capella (#11706) 2022-12-15 23:42:07 +00:00
withdrawals.go Update block Beacon APIs to Capella (#11706) 2022-12-15 23:42:07 +00:00