realbigsean
5f7610d9fd
add import
2023-06-09 13:00:42 -04:00
realbigsean
9fa67ccb88
checkpoint sync without alignment
2023-06-09 12:05:34 -04:00
realbigsean
8da95ac9c6
Fix ef tests
2023-06-08 09:21:04 -04:00
realbigsean
13919058d5
c-kzg lib update
2023-06-07 19:46:06 -04:00
realbigsean
2809a84b62
add max blob commitments per block
2023-06-07 19:45:52 -04:00
realbigsean
7758e06a5f
remove todo
2023-06-07 19:45:17 -04:00
realbigsean
8f81558b32
Restore payload file
2023-06-07 19:44:58 -04:00
realbigsean
93593718ad
restore payload file
2023-06-07 14:59:39 -04:00
realbigsean
390b440c74
Merge branch 'some-blob-reprocessing-work' of https://github.com/realbigsean/lighthouse into devnet6
2023-06-07 14:49:33 -04:00
realbigsean
185aecbf9e
fix merge conflicts
2023-06-07 14:46:57 -04:00
realbigsean
c9727aeb2b
merge upstream
2023-06-07 14:36:54 -04:00
realbigsean
ad422c3485
Merge branch 'some-blob-reprocessing-work' of https://github.com/realbigsean/lighthouse into some-blob-reprocessing-work
2023-06-07 14:34:29 -04:00
realbigsean
5d73a9bdde
payload verification with commitments
2023-06-07 14:29:39 -04:00
realbigsean
584eb6ece5
Merge pull request #31 from ethDreamer/fix_overflow_tests
...
Fix Broken Overflow Tests
2023-06-07 14:25:36 -04:00
Mark Mackey
ee9578fcf4
Fix Broken Overflow Tests
2023-06-07 13:11:54 -05:00
realbigsean
6970f7a19f
add data gas used and update excess data gas to u64
2023-06-07 11:03:49 -04:00
realbigsean
e6b0754f06
remove todo
2023-06-06 09:50:38 -04:00
realbigsean
ec1b36474b
update automatic docker builds for the correct branch ( #4375 )
2023-06-05 10:41:11 -04:00
realbigsean
72d6cda11b
Revert "Temporarily allow Rust check warnings on 4844 branch. ( #4088 )" ( #4373 )
...
This reverts commit fa9baab0f7 .
2023-06-05 09:54:19 -04:00
ethDreamer
aef232cb20
Remove Unnecessary Option in Blob Pruning ( #4363 )
2023-06-05 09:11:18 -04:00
ethDreamer
ceaa740841
Validate & Store Blobs During Backfill ( #4307 )
...
* Verify and Store Blobs During Backfill
* Improve logs
* Eliminated Clone
* Fix Inital Vector Capacity
* Addressed Sean's Comments
2023-06-05 09:09:42 -04:00
realbigsean
7a4be59884
Merge pull request #4367 from realbigsean/merge-unstable-to-deneb
...
Merge unstable to deneb
2023-06-02 12:12:36 -04:00
realbigsean
6adb68c17a
fix compile after merge
2023-06-02 12:10:01 -04:00
realbigsean
a227959298
Merge branch 'unstable' of https://github.com/sigp/lighthouse into deneb-free-blobs
2023-06-02 11:57:15 -04:00
realbigsean
4b687c9e41
synced_and_connected_within_tolerance -> should_search_for_block
2023-06-02 08:34:19 -04:00
realbigsean
844920c052
upgrade logs from warn to crit when we receive incorrect response in range
2023-06-02 08:28:52 -04:00
realbigsean
e617486bdd
fix conflicts
2023-06-02 08:23:59 -04:00
realbigsean
e503c8e002
Merge branch 'deneb-free-blobs' of https://github.com/sigp/lighthouse into some-blob-reprocessing-work
2023-06-02 08:19:58 -04:00
Paul Hauner
d07c78bccf
Appease clippy in Rust 1.70 ( #4365 )
...
## Issue Addressed
NA
## Proposed Changes
Fixes some new clippy lints raised after updating to Rust 1.70.
## Additional Info
NA
2023-06-02 03:17:40 +00:00
Michael Sproul
4af4e98c82
Update Nethermind ( #4361 )
...
## Issue Addressed
Nethermind integration tests are failing with a compilation error: https://github.com/sigp/lighthouse/actions/runs/5138586473/jobs/9248079945
This PR updates Nethermind to the latest release to hopefully fix that
2023-06-02 03:17:39 +00:00
Pawan Dhananjay
d399961e6e
Add an option to disable inbound rate limiter ( #4327 )
...
## Issue Addressed
On deneb devnetv5, lighthouse keeps rate limiting peers which makes it harder to bootstrap new nodes as there are very few peers in the network. This PR adds an option to disable the inbound rate limiter for testnets.
Added an option to configure inbound rate limits as well.
Co-authored-by: Diva M <divma@protonmail.com >
2023-06-02 03:17:38 +00:00
Michael Sproul
04386cfabb
Expose execution block hash calculation ( #4326 )
...
## Proposed Changes
This is a light refactor of the execution layer's block hash calculation logic making it easier to use externally. e.g. in `eleel` (https://github.com/sigp/eleel/pull/18 ).
A static method is preferable to a method because the calculation doesn't actually need any data from `self`, and callers may want to compute block hashes without constructing an `ExecutionLayer` (`eleel` only constructs a simpler `Engine` struct).
2023-06-02 03:17:37 +00:00
chonghe
6c769ed86c
Update Lighthouse Book API and Advanced Usage section ( #4300 )
...
## Issue Addressed
Update Information in Lighthouse Book
## Proposed Changes
- move Validator Graffiti from Advanced Usage to Validator Management
- update API response and command
- some items that aren't too sure I put it in comment, which can be seen in raw/review format but not live
## Additional Info
Please provide any additional information. For example, future considerations
or information useful for reviewers.
Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com >
2023-06-02 03:17:36 +00:00
chonghe
749a242b0f
Addition to Lighthouse Book faq.md ( #4273 )
...
## Issue Addressed
Added some frequently asked questions in the Lighthouse Book
## Proposed Changes
Created another file faqV2.md which categorises the FAQs into different sections for better organisation. For review purpose, a review on faq.md will suffice. Then, if faqV2.md looks better, can delete faq.md; otherwise if the changes to the faqV2.md is too much, can keep faq.md and delete faqv2.md.
## Additional Info
Please provide any additional information. For example, future considerations
or information useful for reviewers.
Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com >
2023-06-02 03:17:35 +00:00
realbigsean
28b92cde12
pr feedback
2023-06-01 12:38:53 -04:00
realbigsean
f31c551fce
Merge branch 'some-blob-reprocessing-work' of https://github.com/realbigsean/lighthouse into some-blob-reprocessing-work
2023-06-01 08:50:29 -04:00
realbigsean
8c5c92be06
fix bug in matching blocks and blobs in range sync
2023-06-01 08:50:03 -04:00
realbigsean
4ba384990d
Update beacon_node/network/src/sync/network_context.rs
...
Co-authored-by: Divma <26765164+divagant-martian@users.noreply.github.com >
2023-06-01 08:29:12 -04:00
realbigsean
e8f1d533fb
Merge pull request #4349 from jimmygchen/deneb-merge-from-unstable-20230530
...
Deneb merge from unstable 2023/05/30
2023-05-31 09:49:29 -04:00
Jimmy Chen
00ffd186c2
Empty commit.
2023-05-31 21:17:46 +10:00
Jimmy Chen
7b1a0d4bba
Fix libpq typo in beacon.watch README ( #4356 )
...
## Issue Addressed
Fix README typo (`libpg` -> `libpq`).
Co-authored-by: Jimmy Chen <jimmy@sigmaprime.io >
2023-05-31 07:16:20 +00:00
Jimmy Chen
65a2ae38fe
Fix failing tests (workaround)
2023-05-31 12:32:31 +10:00
Jimmy Chen
c4063056ac
Update testnet ETH1_BLOCK_HASH value
2023-05-31 11:54:56 +10:00
realbigsean
2bcdfc62dc
Merge pull request #30 from ethDreamer/check_disk
...
Check disk on in-memory cache miss
2023-05-30 09:33:51 -04:00
realbigsean
4c17993928
Update beacon_node/beacon_chain/src/data_availability_checker/overflow_lru_cache.rs
2023-05-30 09:33:37 -04:00
Jimmy Chen
18347231b1
Fix failing tests
2023-05-30 23:31:09 +10:00
Jimmy Chen
81c9af5aaf
Use patched versions of common libraries
2023-05-30 22:46:22 +10:00
Jimmy Chen
70c4ae35ab
Merge branch 'unstable' into deneb-free-blobs
...
# Conflicts:
# .github/workflows/docker.yml
# .github/workflows/local-testnet.yml
# .github/workflows/test-suite.yml
# Cargo.lock
# Cargo.toml
# beacon_node/beacon_chain/src/beacon_chain.rs
# beacon_node/beacon_chain/src/builder.rs
# beacon_node/beacon_chain/src/test_utils.rs
# beacon_node/execution_layer/src/engine_api/json_structures.rs
# beacon_node/network/src/beacon_processor/mod.rs
# beacon_node/network/src/beacon_processor/worker/gossip_methods.rs
# beacon_node/network/src/sync/backfill_sync/mod.rs
# beacon_node/store/src/config.rs
# beacon_node/store/src/hot_cold_store.rs
# common/eth2_network_config/Cargo.toml
# consensus/ssz/src/decode/impls.rs
# consensus/ssz_derive/src/lib.rs
# consensus/ssz_derive/tests/tests.rs
# consensus/ssz_types/src/serde_utils/mod.rs
# consensus/tree_hash/src/impls.rs
# consensus/tree_hash/src/lib.rs
# consensus/types/Cargo.toml
# consensus/types/src/beacon_state.rs
# consensus/types/src/chain_spec.rs
# consensus/types/src/eth_spec.rs
# consensus/types/src/fork_name.rs
# lcli/Cargo.toml
# lcli/src/main.rs
# lcli/src/new_testnet.rs
# scripts/local_testnet/el_bootnode.sh
# scripts/local_testnet/genesis.json
# scripts/local_testnet/geth.sh
# scripts/local_testnet/setup.sh
# scripts/local_testnet/start_local_testnet.sh
# scripts/local_testnet/vars.env
# scripts/tests/doppelganger_protection.sh
# scripts/tests/genesis.json
# scripts/tests/vars.env
# testing/ef_tests/Cargo.toml
# validator_client/src/block_service.rs
2023-05-30 22:44:05 +10:00
Jimmy Chen
e6deaad91e
Remove unused crate publishing Github action and script ( #4347 )
...
## Issue Addressed
`publish-crate` action and its script no longer used after https://github.com/sigp/lighthouse/pull/3890 .
2023-05-30 06:15:58 +00:00
chonghe
f536932935
Add SSH tunneling in Lighthouse UI Siren ( #4328 )
...
## Issue Addressed
-
## Proposed Changes
Add information to use SSH to connect to Siren beyond the local computer
## Additional Info
Please provide any additional information. For example, future considerations
or information useful for reviewers.
Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com >
Co-authored-by: Michael Sproul <micsproul@gmail.com >
2023-05-30 06:15:57 +00:00