Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
c33307d
Refactor mock builder (#6735)
pawanjay176 Jan 21, 2025
2b6ec96
Add MetaData V3 support to `node/identity` API (#6827)
jimmygchen Jan 22, 2025
f008b84
Avoid computing columns from EL blobs if block has already been impor…
jimmygchen Jan 22, 2025
54e3709
Update discv5 (#6836)
AgeManning Jan 22, 2025
266b241
Electra minor refactorings (#6839)
pawanjay176 Jan 23, 2025
a1b7d61
Modularize beacon node backend (#4718)
eserilev Jan 23, 2025
1781c5a
Update to EF tests v1.5.0-beta.1 (#6871)
michaelsproul Jan 28, 2025
33b8555
Add tests for ExecutionRequests decoding errors (#6832)
pawanjay176 Jan 28, 2025
c6ebaba
Detect invalid proposer signature on RPC block processing (#6519)
dapplion Jan 28, 2025
6973184
Fix Redb implementation and add CI checks (#6856)
eserilev Jan 29, 2025
e7ea696
More gossipsub metrics (#6873)
pawanjay176 Jan 29, 2025
4a07c08
Fork aware max values in rpc (#6847)
pawanjay176 Jan 29, 2025
66c6552
Some sync/backfill format nits (#6861)
dapplion Jan 30, 2025
d297d08
Increase jemalloc aarch64 page size limit (#5244) (#6831)
janickm Jan 30, 2025
1fe0ac7
Underflow and Typo (#6885)
AgeManning Jan 30, 2025
7d54a43
Make range sync chain Id sequential (#6868)
dapplion Jan 30, 2025
70194df
Implement PeerDAS Fulu fork activation (#6795)
jimmygchen Jan 30, 2025
d47b3e3
Cargo update without `rust_eth_kzg` (#6848)
michaelsproul Jan 30, 2025
276eda3
`POST /eth/v2/beacon/pool/attestations` bugfixes (#6867)
eserilev Jan 31, 2025
e4183f8
Fix mdbook build. (#6891)
jimmygchen Jan 31, 2025
027bb97
Compute columns in post-PeerDAS checkpoint sync (#6760)
dapplion Jan 31, 2025
b6db213
update MSRV (#6896)
jxs Jan 31, 2025
ddb845d
update libp2p to 0.55 (#6889)
jxs Jan 31, 2025
6b40b98
Cargo update for openssl vuln (#6901)
michaelsproul Feb 3, 2025
a088b0b
Fix subnet unsubscription time (#6890)
pawanjay176 Feb 3, 2025
55d1e75
Subscribe to PeerDAS topics on Fulu fork (#6849)
dapplion Feb 3, 2025
1e2b547
Add builder SSZ flow (#6859)
eserilev Feb 3, 2025
95cec45
Use data column batch verification consistently (#6851)
dapplion Feb 3, 2025
7e4b27c
Migrate validator client to clap derive (#6300)
eserilev Feb 3, 2025
df131b2
chore: update peerDAS KZG library to 0.5.3 (#6906)
kevaundray Feb 4, 2025
d1061dc
UX Network Fixes (#6796)
AgeManning Feb 4, 2025
56f201a
Add check to Lockbud CI job (#6898)
eserilev Feb 4, 2025
3d06bc2
Add test to beacon node fallback feature (#6568)
chong-he Feb 4, 2025
7bfdb33
Return error if getBlobs not supported (#6911)
pawanjay176 Feb 5, 2025
2193f6a
Add individual by_range sync requests (#6497)
dapplion Feb 5, 2025
a4e3f36
Update metrics.rs (#6863)
kamuik16 Feb 6, 2025
364a978
Fix attestation queue length metric (#6924)
michaelsproul Feb 6, 2025
9c45a0e
Use old geth version due to breaking changes. (#6936)
jimmygchen Feb 7, 2025
59afe41
Reduce ForkName boilerplate in fork-context (#6933)
dapplion Feb 7, 2025
7408719
Remove unused metrics (#6817)
ackintosh Feb 7, 2025
921d952
Remove un-used batch sync error condition (#6917)
dapplion Feb 7, 2025
d6596db
Keep execution payload during historical backfill when prune-payloads…
chong-he Feb 7, 2025
cb117f8
Fix fetch blobs in all-null case (#6940)
michaelsproul Feb 7, 2025
2bd5bbd
Optimise and refine `SingleAttestation` conversion (#6934)
michaelsproul Feb 7, 2025
e3c7218
Remove duplicated fork_epoch and fork_version implementation (#6953)
dapplion Feb 8, 2025
6032f15
Fix aggregate attestation v2 response (#6926)
eserilev Feb 9, 2025
0344f68
Update attestation rewards API for Electra (#6819)
michaelsproul Feb 9, 2025
e3e21f7
Schedule Sepolia and Holesky Electra forks (#6949)
eserilev Feb 10, 2025
afdda83
Enable Light Client server by default (#6950)
eserilev Feb 10, 2025
f35213e
Sync active request byrange ids logs (#6914)
dapplion Feb 10, 2025
ceb5ecf
Update EF tests to spec v1.5.0-beta.2 (#6958)
michaelsproul Feb 10, 2025
62a0f25
IPv6 By Default (#6808)
AgeManning Feb 10, 2025
b83ffb2
Merge branch 'unstable' into into-anchor
dknopik Feb 10, 2025
0ee8371
Squashed changed from `modularized-validator-store`
dknopik Feb 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[env]
# Set the number of arenas to 16 when using jemalloc.
JEMALLOC_SYS_WITH_MALLOC_CONF = "abort_conf:true,narenas:16"

2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
build-and-upload-to-s3:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
- name: Install dependencies
run: apt update && apt install -y cmake libclang-dev
- name: Check for deadlocks
run: |
cargo lockbud -k deadlock -b -l tokio_util
run: ./scripts/ci/check-lockbud.sh

target-branch-check:
name: target-branch-check
Expand Down
Loading
Loading