prysm-pulse/beacon-chain/core/blocks
kasey 77a9dca9eb
Cleaner genesis state population (#11809)
* e2e using dynamic configs; runtime bellatrix setup

* starts from phase0 but fee recipient eval fails

* lower TTD to cross before bellatrix epoch in e2e

* fix debug printf

* fix it

* dynamic ttd and more robust fee_recipient eval

* let multiplication set ttd=0 if bellatrix epoch=0

* refactoring fee recipient test after cognit errors

* lint

* appease deepsource

* deep sourcin

* gazelle

* missed a usage of this when refactoring

* refactoring premine genesis to work for all forks

previous set of functions was a copypasta mess

* gaz post-merge

* gaz

* resolve merge artifact and pr feedback

* back out some unneeded changes

* appease deepsource

* move premine-state next to similar utils

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: nisdas <nishdas93@gmail.com>
2022-12-22 05:38:51 +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 Cleaner genesis state population (#11809) 2022-12-22 05:38:51 +00: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 Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +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 Identify invalid signature within batch verification (#11582) (#11741) 2022-12-20 18:41:47 +08:00
withdrawals_test.go Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +00:00
withdrawals.go Identify invalid signature within batch verification (#11582) (#11741) 2022-12-20 18:41:47 +08:00