Hsiao-Wei Wang
|
63c39dbaff
|
Merge branch 'dev' into pr3352
|
2023-08-04 14:45:47 +08:00 |
Hsiao-Wei Wang
|
e79caff2f7
|
Clean up `is_data_available`. Remove the stub `retrieve_blobs_and_proofs` responses.
|
2023-07-25 23:32:55 +08:00 |
Danny Ryan
|
ad4f1def32
|
Apply suggestions from code review
|
2023-06-22 10:01:49 -06:00 |
Alex Stokes
|
2660af0539
|
move 4788 feature to deneb specs
|
2023-06-22 09:00:50 -06:00 |
Hsiao-Wei Wang
|
45f3432019
|
Update `MAX_BLOBS_PER_BLOCK` to `6` and add Deneb networking configs to yaml files (#3410)
|
2023-06-09 23:10:00 +08:00 |
Danny Ryan
|
05790d380b
|
Merge pull request #3406 from ethereum/deneb-4844-clean
specially mark EIP4844 changes
|
2023-06-09 08:46:48 -06:00 |
Hsiao-Wei Wang
|
b7e21d6caf
|
PR feedback and make the marks italic
|
2023-06-08 15:05:46 +08:00 |
Hsiao-Wei Wang
|
a547d47264
|
specially mark the EIP4844 changes
|
2023-06-07 17:48:26 +08:00 |
Mikhail Kalinin
|
f5e00848d0
|
Remove assert from is_data_available
|
2023-06-07 11:59:51 +06:00 |
Hsiao-Wei Wang
|
468b5be7b8
|
Merge pull request #3368 from ethereum/ralexstokes-patch-3
Remove extraneous length check from deneb forkchoice
|
2023-06-02 01:54:47 +08:00 |
Hsiao-Wei Wang
|
c9b84ecc1a
|
Use `verify_blob_kzg_proof_batch` directly in `is_data_available` and remove `validate_blob` wrapper
|
2023-06-01 23:40:46 +08:00 |
Hsiao-Wei Wang
|
ee09c34261
|
Merge pull request #3232 from ethereum/capella-fc-cleanup
Remove `is_merge_transition_block` check since Capella
|
2023-05-24 10:36:14 +08:00 |
Alex Stokes
|
1a4db24919
|
Update fork-choice.md
Remove duplicate check
|
2023-05-17 11:49:46 -06:00 |
Alex Stokes
|
5a6052f46c
|
Update fork-choice.md
Stylistic change to be in line with validations in other specifications
|
2023-05-15 16:51:52 -06:00 |
Hsiao-Wei Wang
|
f9c4076b87
|
Merge branch 'dev' into capella-fc-cleanup
|
2023-05-15 17:21:52 +08:00 |
Michael Sproul
|
69d8c96de4
|
Apply proposer boost to first block in case of equivocation
|
2023-05-11 13:16:52 +10:00 |
Roberto Saltini
|
36fcb81b88
|
Break long statement into two statements
|
2023-04-18 13:26:16 +10:00 |
Roberto Saltini
|
334114d9d3
|
Rename get_ancestor_at_epoch_boundary to get_checkpoint_block
|
2023-04-18 13:14:53 +10:00 |
Hsiao-Wei Wang
|
4cac761818
|
make linter happy
|
2023-04-05 11:38:20 +08:00 |
Roberto Saltini
|
e255d09840
|
Apply changes to Bellatrix and Daneb
|
2023-03-31 10:52:52 +11:00 |
Aditya Asgaonkar
|
e9551715d5
|
large fork choice upgrade
|
2023-03-13 11:52:43 -07:00 |
Stefan Bratanov
|
3259922a9e
|
change usage of MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS
|
2023-03-01 17:10:58 +00:00 |
henridf
|
136c78ddc7
|
Update fork-choice.md
Fix outdated (likely a Bellatrix cut-paste) description of change.
|
2023-02-24 14:07:16 +01:00 |
Hsiao-Wei Wang
|
a7e45db9ac
|
Fix `verify_kzg_proof_batch` and the tests
|
2023-02-16 22:14:14 +08:00 |
Hsiao-Wei Wang
|
f23ed0cdbc
|
Make linter happy
|
2023-02-16 21:11:18 +08:00 |
Hsiao-Wei Wang
|
c2315c90a3
|
Merge branch 'dev' into pr3244
|
2023-02-16 21:07:36 +08:00 |
Jacek Sieka
|
24a19bb886
|
fixes
* fight the test suite
* clarify who orphans the block
* must supply all blobs of a block in range request
|
2023-02-16 09:12:34 +01:00 |
Jacek Sieka
|
c39fda19c6
|
Apply suggestions from code review
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
|
2023-02-16 08:18:52 +01:00 |
Jacek Sieka
|
da34af97d4
|
simplify blob verification, range request
* validate blobs using raw types
* remove `BlobSidecars` and send flattened list of `BlobSidecar`
instances instead
|
2023-02-15 08:51:57 +01:00 |
Jacek Sieka
|
58207c1c05
|
Upper limit on indices
|
2023-02-14 14:18:29 +01:00 |
Paul Harris
|
470c1b14b3
|
fix references to eip4844
|
2023-02-13 17:08:51 +00:00 |
Paul Harris
|
901303f14f
|
Replaced EIP4844 references with Deneb
Fixes #3207
|
2023-02-13 17:08:51 +00:00 |
Jacek Sieka
|
8bc19d99ae
|
fixes
* expand sidecar gossip conditions
* editing
* add spec text for `BlobSidecar` signatures
|
2023-02-10 11:16:51 +01:00 |
Jacek Sieka
|
20278d4841
|
Merge remote-tracking branch 'origin/dev' into back-to-the-decoupled-future
Deneb merge
|
2023-02-10 10:44:31 +01:00 |
Hsiao-Wei Wang
|
6cc5b0fc8b
|
Merge branch 'dev' into capella-fc-cleanup
|
2023-02-10 00:24:10 +08:00 |
Paul Harris
|
078e1cc871
|
fix references to eip4844
|
2023-02-08 09:22:28 +10:00 |
Paul Harris
|
317facbd64
|
Replaced EIP4844 references with Deneb
Fixes #3207
|
2023-01-23 15:08:34 +01:00 |