realbigsean
|
c28c38b044
|
Merge pull request #3844 from pawanjay176/minor-fixes
Devnet 3 minor fixes
|
2022-12-29 09:05:00 -05:00 |
|
Pawan Dhananjay
|
e63cf80040
|
Update c-kzg version
|
2022-12-29 16:42:48 +05:30 |
|
Pawan Dhananjay
|
c47a0ade22
|
Fix config values for devnet 3; add more bootnodes
|
2022-12-29 16:42:26 +05:30 |
|
Michael Sproul
|
222a514506
|
Merge pull request #3842 from ethDreamer/capella
Merge with `unstable` and fix clippy
|
2022-12-29 09:35:33 +11:00 |
|
Mark Mackey
|
986ae4360a
|
Fix clippy complaints
|
2022-12-28 14:47:16 -06:00 |
|
Mark Mackey
|
c188cde034
|
merge upstream/unstable
|
2022-12-28 14:43:25 -06:00 |
|
sean
|
31ba051879
|
add clang to dockerfile
|
2022-12-28 18:34:28 +00:00 |
|
sean
|
e94eb1d2d6
|
Merge branch 'capella' of https://github.com/sigp/lighthouse into eip4844
|
2022-12-28 18:29:45 +00:00 |
|
realbigsean
|
d34706b044
|
Merge pull request #3840 from realbigsean/blob-renamings-and-cleanup
Blob cleanup (renames, remove , wrap BlockWrapper enum)
|
2022-12-28 13:28:36 -05:00 |
|
sean
|
40c6daa34b
|
add pawan's suggestsion
|
2022-12-28 18:27:21 +00:00 |
|
realbigsean
|
6e73965450
|
Merge pull request #3841 from realbigsean/docker-eip4844
create automatic docker build for eip4844
|
2022-12-28 11:12:37 -05:00 |
|
realbigsean
|
6d85930520
|
create automatic docker build for eip4844
|
2022-12-28 11:11:17 -05:00 |
|
realbigsean
|
019467840f
|
Merge pull request #3833 from realbigsean/empty-blobs
Empty blobs validation
|
2022-12-28 10:32:06 -05:00 |
|
realbigsean
|
8a70d80a2f
|
Revert "Revert "renames, remove , wrap BlockWrapper enum to make descontruction private""
This reverts commit 1931a442dc .
|
2022-12-28 10:31:18 -05:00 |
|
realbigsean
|
1931a442dc
|
Revert "renames, remove , wrap BlockWrapper enum to make descontruction private"
This reverts commit 5b3b34a9d7 .
|
2022-12-28 10:30:36 -05:00 |
|
realbigsean
|
5b3b34a9d7
|
renames, remove , wrap BlockWrapper enum to make descontruction private
|
2022-12-28 10:28:45 -05:00 |
|
realbigsean
|
502b5e5bf0
|
unused error lint
|
2022-12-28 09:32:29 -05:00 |
|
ethDreamer
|
890cd6d810
|
Merge pull request #3838 from ethDreamer/capella
Fixed Some Tests
|
2022-12-27 17:35:37 -06:00 |
|
Mark Mackey
|
c922566fbc
|
Fixed Some Tests
|
2022-12-27 15:59:34 -06:00 |
|
Mark Mackey
|
96da8b9383
|
Feature Guard V2 Engine API Methods
|
2022-12-27 15:55:43 -06:00 |
|
Jimmy Chen
|
1b64cbadba
|
Merge remote-tracking branch 'origin/eip4844' into blobs-beacon-api
|
2022-12-24 00:41:45 +00:00 |
|
Diva M
|
aeb243fe61
|
fmt
|
2022-12-23 17:44:50 -05:00 |
|
Diva M
|
6bf439befd
|
Merge branch 'eip4844' into empty-blobs
|
2022-12-23 17:38:59 -05:00 |
|
Divma
|
240854750c
|
cleanup: remove unused imports, unusued fields (#3834)
|
2022-12-23 17:16:10 -05:00 |
|
realbigsean
|
dcd5e40fa0
|
Merge pull request #3832 from divagant-martian/4844-backfill-fixes
Remove sync validation no longer valid + Fix bakcfill batch sizes
|
2022-12-23 13:43:44 -05:00 |
|
realbigsean
|
adf5f462d5
|
fix blob validation for empty blobs when using
|
2022-12-23 12:59:04 -05:00 |
|
realbigsean
|
1dc0759f57
|
impl hash correctly for the blob wrapper
|
2022-12-23 12:53:59 -05:00 |
|
realbigsean
|
d09523802b
|
impl hash correctly for the blob wrapper
|
2022-12-23 12:52:26 -05:00 |
|
realbigsean
|
5e11edc612
|
fix blob validation for empty blobs
|
2022-12-23 12:47:38 -05:00 |
|
Diva M
|
24087f104d
|
add the batch type to the Batch's KV
|
2022-12-23 10:49:46 -05:00 |
|
Diva M
|
901764b8f0
|
backfill batches need to be of just one epoch
|
2022-12-23 10:32:59 -05:00 |
|
realbigsean
|
5db0a88d4f
|
fix compilation errors from merge
|
2022-12-23 10:27:01 -05:00 |
|
realbigsean
|
f45d117e73
|
merge with capella
|
2022-12-23 10:21:18 -05:00 |
|
realbigsean
|
4d50fa36bc
|
Merge pull request #3829 from divagant-martian/handle-no-blob-range-response
Handle peers sending no blob when the blob is empty in range responses
|
2022-12-23 10:15:30 -05:00 |
|
Diva M
|
66f9aa922d
|
clean up and improvements
|
2022-12-23 09:52:10 -05:00 |
|
Jimmy Chen
|
f6d5e8fea3
|
Rename variable only
|
2022-12-23 16:14:53 +11:00 |
|
Jimmy Chen
|
3b9041047a
|
Fix typoe and add blobs endpoint to eth2 lib.
|
2022-12-23 15:28:08 +11:00 |
|
Jimmy Chen
|
bf7f709b51
|
Add missing route
|
2022-12-23 14:52:03 +11:00 |
|
Jimmy Chen
|
0155c94f86
|
Fix code formatting
|
2022-12-23 14:47:15 +11:00 |
|
Jimmy Chen
|
70d6e6705e
|
Add Beacon API endpoint to download blobs by block ID
|
2022-12-23 12:42:00 +11:00 |
|
Diva M
|
3643f5cc19
|
spelling
|
2022-12-22 17:47:36 -05:00 |
|
Diva M
|
48ff56d9cb
|
spelling
|
2022-12-22 17:38:55 -05:00 |
|
Diva M
|
e24f6c93d9
|
fix ctrl c'd comment
|
2022-12-22 17:38:16 -05:00 |
|
Diva M
|
fbc147e273
|
remove unused entry struct
|
2022-12-22 17:34:01 -05:00 |
|
Diva M
|
847f0de0ea
|
change base
|
2022-12-22 17:32:33 -05:00 |
|
Diva M
|
cd6655dba9
|
handle no blobs from peers instead of empty blobs in range requests
|
2022-12-22 17:30:04 -05:00 |
|
realbigsean
|
61763790d5
|
Merge pull request #3825 from jimmygchen/small-fixes
Various small fixes to 4844 branch
|
2022-12-22 17:12:09 -05:00 |
|
realbigsean
|
332db29bf9
|
Merge pull request #3828 from realbigsean/update-eip4844-testnet-info
Update eip4844 testnet info
|
2022-12-22 14:20:24 -05:00 |
|
realbigsean
|
12402b309d
|
fix geth binary path
|
2022-12-22 14:08:38 -05:00 |
|
realbigsean
|
d504d51dd9
|
merge with upstream add context bytes to error log
|
2022-12-22 14:06:28 -05:00 |
|