dapplion
cbb7c5d8f4
Test spec invariant
2024-06-19 11:39:45 +02:00
dapplion
370d511223
Fix beacon_chain tests
2024-06-19 11:31:51 +02:00
dapplion
4d4c268e1e
Remove stale TODO
2024-06-19 11:31:51 +02:00
dapplion
7fce143300
Resolve into_attestation_and_indices todo
2024-06-19 11:31:50 +02:00
dapplion
4d3edfeaed
Use Ord for ForkName in pubsub
2024-06-19 11:31:50 +02:00
dapplion
7521f97ca5
Diff reduction
2024-06-19 11:31:50 +02:00
dapplion
d26473621a
Fix beacon_chain tests
2024-06-19 11:31:50 +02:00
dapplion
444cd625ef
Diff reduction in tests
2024-06-19 11:31:50 +02:00
dapplion
6f0b78426a
Dedup Attestation constructor code
2024-06-19 11:31:50 +02:00
dapplion
6a4d842376
Use if let Ok for committee_bits
2024-06-19 11:31:50 +02:00
dapplion
dec7cff9c7
Dedup attestation constructor logic in attester cache
2024-06-19 11:31:50 +02:00
Lion - dapplion
2634a1f1a6
Update common/eth2/src/types.rs
...
Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com >
2024-06-19 11:31:50 +02:00
Eitan Seri-Levi
7af3f2eb35
add electra fork enabled fn to ForkName impl ( #36 )
...
* add electra fork enabled fn to ForkName impl
* remove inadvertent file
2024-06-19 11:31:50 +02:00
realbigsean
9e84779522
Indexed att on disk ( #35 )
...
* indexed att on disk
* fix lints
* Update slasher/src/migrate.rs
Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com >
---------
Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com >
Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com >
2024-06-19 11:31:50 +02:00
dapplion
45d007a71f
Add PendingAttestationInElectra
2024-06-19 11:31:50 +02:00
dapplion
5070ab254d
Drop TestRandom impl
2024-06-19 11:31:50 +02:00
dapplion
f0492852f3
Remove IndexedAttestation faulty Decode impl
2024-06-19 11:31:50 +02:00
dapplion
4f08f6e0da
Remove TestRandom impl for IndexedAttestation
2024-06-19 11:31:50 +02:00
dapplion
5acc0523df
Make to_electra not fallible
2024-06-19 11:31:50 +02:00
dapplion
1d0e3f4d30
Use ForkName Ord in BeaconBlockBody
2024-06-19 11:31:50 +02:00
dapplion
960f8c5c48
Use ForkName Ord in fork-choice tests
2024-06-19 11:31:50 +02:00
dapplion
795eff9bf4
Remove outdated TODO
2024-06-19 11:31:50 +02:00
dapplion
3ec21a2435
Dedup match_attestation_data
2024-06-19 11:31:50 +02:00
dapplion
dd0d5e2d93
Remove unwraps in Attestation construction
2024-06-19 11:31:50 +02:00
dapplion
d87541c045
De-dup attestation constructor logic
2024-06-19 11:31:50 +02:00
Age Manning
f69ccc3b70
Ensure all handler events are covered ( #5945 )
...
* Ensure handler events are covered
2024-06-19 05:02:37 +00:00
João Oliveira
1503f7d652
report failed requests from RPC after being clear from rate limiter but not yet sent. ( #5942 )
...
* report failed rpc requests from RPC
2024-06-19 05:02:34 +00:00
Michael Sproul
adb3f865ef
Lower tolerance of stale blobs on gossip ( #5935 )
...
* Lower tolerance of stale blobs on gossip
* Drop to debug
2024-06-19 05:02:31 +00:00
kevaundray
806c3ce9e9
chore: simplify method to generate a random valid blob ( #5946 )
...
* chore: simplify method to generate a random blob
* chore: remove now unused import
2024-06-19 05:02:29 +00:00
kevaundray
a87f19d801
chore: change impl Into<T> for U to impl From<U> for T ( #5948 )
...
* chore: Change Into trait impl for KzgProof to From trait impl
* chore: change `impl Into <T> for U` to `impl From<U> for T`
* chore: remove `from-over-into` clippy lint exception
2024-06-19 05:02:26 +00:00
Jimmy Chen
9f8aa963b1
Update CI nethermind and LLVM versions ( #5933 )
...
* Update nethermind and llvm versions.
* Fix nethermind binary path
2024-06-19 05:02:24 +00:00
Jimmy Chen
d06e3894de
Fix cargo audit: update curve25519-dalek ( #5959 )
...
* Patch curve25519-dalek.
2024-06-19 05:02:22 +00:00
chonghe
ab7db7ca9c
Update local testnet documentation ( #5896 )
...
* Update local testnet doc
* Update doc
* Minor revision
* Fix directory path
* Update scripts/local_testnet/README.md
Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com >
* Add kurtosis web
* Add save logs command
* Log of a service
* Update scripts/local_testnet/README.md
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com >
* Update scripts/local_testnet/README.md
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com >
* Minor revision
* Merge branch 'local-testnet-doc' of https://github.com/chong-he/lighthouse into local-testnet-doc
2024-06-18 05:53:09 +00:00
Akihito Nakano
c2838ba2bd
Fix SelfRateLimiter breaks the sequence of delayed_requests. ( #5903 )
...
* Add test for next_peer_request_ready
* Use push_front to requeue
2024-06-18 04:49:45 +00:00
realbigsean
9a01b6b363
Merge branch 'unstable' of https://github.com/sigp/lighthouse into electra_attestation_changes
2024-06-17 15:08:36 -04:00
Lion - dapplion
474c1b4486
Verify inclusion proof should not be fallible ( #5787 )
...
* Verify inclusion proof should not be fallible
* Add blob sidecar inclusion test (#33 )
* Add blob sidecar inclusion test.
* Fix lint
2024-06-17 15:05:24 +00:00
Michael Sproul
21f3a191c5
Remove extern crate ( #5922 )
...
* Remove extern crate
2024-06-17 15:05:21 +00:00
Paul Hauner
44c03d5d17
Add FUNDING.json for DRIPS ( #5932 )
...
* Add FUNDING.json
2024-06-17 15:05:18 +00:00
Jimmy Chen
bc044ed275
Fix CommandLineTest port conflicts on CI ( #5908 )
...
* Fix port conflicts on CI.
2024-06-17 15:05:15 +00:00
Michael Sproul
3ac3ddb2b7
Clean up Electra observed aggregates ( #5929 )
...
* Use consistent key in observed_attestations
* Remove unwraps from observed aggregates
2024-06-17 10:23:02 -04:00
Michael Sproul
1eb8694a86
Remove some easy Electra TODOs ( #5928 )
...
* Remove some easy Electra TODOs
2024-06-17 13:32:39 +00:00
Michael Sproul
c4f2284dbe
Small cleanup in slasher tests
2024-06-14 12:50:18 +10:00
Michael Sproul
d5aa2d8dfe
Merge remote-tracking branch 'origin/unstable' into electra_attestation_changes
2024-06-14 12:32:47 +10:00
Michael Sproul
d7f3c9583e
Update superstruct to 0.8
2024-06-14 12:32:20 +10:00
Pawan Dhananjay
35e07eb0a9
Fix slasher tests ( #5906 )
...
* Fix electra tests
* Add electra attestations to double vote tests
2024-06-14 12:27:36 +10:00
realbigsean
a74098044a
Rust 1.79 lints ( #5927 )
...
* max_value -> MAX
* remove unnecesary closures
* a couple more max_value -> MAX
* a couple more max_value -> MAX
* Revert "a couple more max_value -> MAX"
This reverts commit 807fe7cae9 .
* unused spec field -> phantom data
* ignore some dead code warnings
* update kurtosis repo location
2024-06-13 23:04:30 +00:00
realbigsean
f57fa8788d
Merge branch 'electra-epoch-proc' of https://github.com/sigp/lighthouse into electra-engine-api
2024-06-13 16:43:04 -04:00
realbigsean
c43d1c2884
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-epoch-proc
2024-06-13 16:42:45 -04:00
realbigsean
8dc9f38a60
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-06-13 16:42:02 -04:00
realbigsean
b21b1086f1
fix compile
2024-06-13 16:40:52 -04:00