Eitan Seri-Levi
d1b755a146
merge changes
2025-01-09 10:03:20 +07:00
Eitan Seri-Levi
437a6cd130
merge conflicts
2025-01-09 09:52:37 +07:00
Pawan Dhananjay
21978a8da4
Add new config options
2025-01-08 18:44:19 -08:00
Eitan Seri-Levi
925dde7286
Merge branch 'eip7691' of https://github.com/pawanjay176/lighthouse into electra-devnet-5
2025-01-08 13:02:52 +07:00
Pawan Dhananjay
d7e24e59e2
Add new config options
2025-01-07 21:37:18 -08:00
Eitan Seri-Levi
490c234a1e
Merge branch 'single_attestation' of https://github.com/eserilev/lighthouse into electra-devnet-5
2025-01-07 19:53:44 +07:00
Eitan Seri-Levi
823ddf5e75
Fix some single attestation network plumbing
2025-01-07 19:53:00 +07:00
Eitan Seri-Levi
e95f00342b
Cleanup single attestation imports
2025-01-07 19:42:23 +07:00
Eitan Seri-Levi
fb195373d5
resolve merge conflicts
2025-01-07 13:57:22 +07:00
Eitan Seri-Levi
39df61ebf8
Merge branch 'electra-alpha10' into electra-devnet-5
2025-01-07 13:53:28 +07:00
Eitan Seri-Levi
2246625cbe
Merge branch 'empty-requests' of https://github.com/pawanjay176/lighthouse into electra-devnet-5
2025-01-07 13:53:06 +07:00
Eitan Seri-Levi
12e442c2e6
Fix failing test
2025-01-06 16:42:58 +07:00
Eitan Seri-Levi
99450793a5
Removed unusued codepaths
2025-01-06 16:41:22 +07:00
Eitan Seri-Levi
c7ef72d01e
Added more test coverage, simplified Attestation conversion, and other minor refactors
2025-01-06 16:30:58 +07:00
Eitan Seri-Levi
4700ef9798
Merge branch 'unstable' of https://github.com/sigp/lighthouse into single_attestation
2025-01-06 14:41:11 +07:00
Michael Sproul
04b3743ec1
Add test
2025-01-06 17:36:58 +11:00
Michael Sproul
440e854199
Move RuntimeFixedVector into module and rename
2025-01-06 17:24:50 +11:00
Michael Sproul
f66e179a40
Fix release tests
2025-01-06 17:17:17 +11:00
Michael Sproul
e4bfe71cd1
Thread through ChainSpec
2025-01-06 17:05:30 +11:00
Eitan Seri-Levi
251bca701c
Implement "bump minimal preset MAX_BLOB_COMMITMENTS_PER_BLOCK and KZG_COMMITMENT_INCLUSION_PROOF_DEPTH"
2025-01-06 12:29:53 +07:00
Michael Sproul
063b79c16a
Try fixing tests
2025-01-06 15:32:16 +11:00
Michael Sproul
88bedf09bc
Revert "Remove footgun function"
...
This reverts commit de01f923c7 .
2025-01-06 15:04:37 +11:00
Michael Sproul
32483d385b
Fix typo
2025-01-06 15:04:32 +11:00
Michael Sproul
2e86585b47
Move from preset to config
2025-01-06 15:04:15 +11:00
Michael Sproul
1095d60a40
Minor simplifications
2025-01-06 14:38:40 +11:00
Michael Sproul
de01f923c7
Remove footgun function
2025-01-06 14:06:57 +11:00
Michael Sproul
0c2c8c4224
Merge remote-tracking branch 'origin/unstable' into max-blobs-preset
2025-01-06 14:02:50 +11:00
Pawan Dhananjay
0b85d86325
cleanup
2025-01-03 18:25:54 -08:00
Daniel Knopik
f51a292f77
fully lint only explicitly to avoid unnecessary rebuilds ( #6753 )
...
* fully lint only explicitly to avoid unnecessary rebuilds
2025-01-03 19:27:21 +00:00
Pawan Dhananjay
7e6df3ae64
Exclude empty requests and add back prefix
2025-01-02 18:48:20 -08:00
Eitan Seri-Levi
23d331bace
Implement "Synchronously check all transactions to have non-zero length"
2025-01-02 22:08:06 +07:00
Eitan Seri-Levi
9b8a25f8dd
Skip slots to get test to pass and add TODO
2025-01-02 14:33:16 +07:00
Eitan Seri-Levi
293db28ca1
Rename PendingPartialWithdraw index field to validator_index
2025-01-02 11:09:27 +07:00
Akihito Nakano
7e0cddef32
Make sure we have fanout peers when publish ( #6738 )
...
* Ensure that `fanout_peers` is always non-empty if it's `Some`
2024-12-24 01:38:56 +00:00
Eitan Seri-Levi
44d15a99f4
Merge branch 'unstable' of https://github.com/sigp/lighthouse into single_attestation
2024-12-23 13:45:20 +07:00
Eitan Seri-Levi
f56083de65
some tests and fixed attestqtion calc
2024-12-20 22:53:04 +07:00
Michael Sproul
52e602dca8
Implement "Do not change creds type on consolidation"
2024-12-20 17:57:51 +11:00
Michael Sproul
282eefb91e
Implement "Use 16-bit random value in validator filter"
2024-12-20 17:06:17 +11:00
Michael Sproul
c31f1cceb1
Implement "Limit consolidating balance by validator.effective_balance"
2024-12-20 16:23:35 +11:00
Michael Sproul
f27216f613
Implement "Update initial earliest_exit_epoch calculation"
2024-12-20 10:54:55 +11:00
Michael Sproul
f892849263
Implement "Add missed exit checks to consolidation processing"
2024-12-19 18:16:19 +11:00
Michael Sproul
9d5a3afe0d
Implement "Bugfix and more withdrawal tests"
2024-12-19 18:16:19 +11:00
Eitan Seri-Levi
42c64a2744
Ensure non-zero bits for each committee bitfield comprising an aggregate ( #6603 )
...
* add new validation
2024-12-19 07:09:44 +00:00
chonghe
5022398715
Revise Siren documentation ( #6553 )
...
* revise Siren doc
* Fix broken links
* Fix broken links
* broken links
* mdlint
* mdlint
* mdlint again
* Merge branch 'unstable' into book-siren
* test whether I have the required privs :-)
* revise
* some minor siren related changes for the book
* updates re: `--net=host`
* lint
* Minor revision
* Add note
* mdlint
* Merge branch 'unstable' into book-siren
* Merge branch 'unstable' into book-siren
* Merge remote-tracking branch 'origin/unstable' into book-siren
* Fix spellcheck
* Capital letters SSL
2024-12-19 05:46:10 +00:00
Michael Sproul
07e82dabc0
Delete OTB verification service ( #6631 )
...
* Delete OTB verification service
* Merge branch 'unstable' into delete-otb
2024-12-19 05:46:06 +00:00
Mac L
b2b1faad4e
Enforce alphabetically ordered cargo deps ( #6678 )
...
* Enforce alphabetically ordered cargo deps
* Fix test-suite
* Another CI fix
* Merge branch 'unstable' into cargo-sort
* Fix conflicts
* Merge remote-tracking branch 'origin/unstable' into cargo-sort
2024-12-19 05:46:03 +00:00
Michael Sproul
10c96f8631
Fix anvil 404 link in docs ( #6724 )
...
* Fix anvil 404 link in docs
2024-12-19 05:45:59 +00:00
Pawan Dhananjay
2662dc7f8f
Fix Sse client api ( #6685 )
...
* Use reqwest eventsource for get_events api
* await for Event::Open before returning stream
* fmt
* Merge branch 'unstable' into sse-client-fix
* Ignore lint
2024-12-18 00:05:58 +00:00
Age Manning
1315c94adb
Unsaturate dial negotiation queue ( #6711 )
...
* Unsaturate dial-negotiation count
2024-12-17 20:10:53 +00:00
chonghe
1de498340c
Add spell check and update Lighthouse book ( #6627 )
...
* spellcheck config
* Merge remote-tracking branch 'origin/unstable' into spellcheck
* spellcheck update
* update spellcheck
* spell check passes
* Remove ignored and add other md files
* Remove some words in wordlist
* CI
* test spell check CI
* correct spell check
* Merge branch 'unstable' into spellcheck
* minor fix
* Merge branch 'spellcheck' of https://github.com/chong-he/lighthouse into spellcheck
* Update book
* mdlint
* delete previous_epoch_active_gwei
* Merge branch 'unstable' into spellcheck
* Tweak "container runtime" wording
* Try `BeaconState`s
2024-12-17 07:26:59 +00:00