You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ the [releases page](https://github.com/Consensys/teku/releases).
13
13
14
14
### Additions and Improvements
15
15
- Increased the executor queue default maximum size to 40_000 (previously 20_000), and other queues to 10_000 (previously 5_000). If you have custom settings for these queues, check to ensure they're still required.
16
-
- Added `peers_direction_current` LIBP2P metric for the number of peers by direction including inbound and outbound.
16
+
- Added `peers_direction_current` libp2p metric to track the number of peers by direction (inbound and outbound).
17
+
- Deposit tree snapshots will be loaded from database as a default unless custom snapshot has been provided.
18
+
- Added hidden option `--Xdeposit-contract-logs-syncing-enabled` to allow disabling the syncing of the deposit contract logs from the EL. This is useful when running a non-validating node. It is advisable to be used alongside with `--Xeth1-missing-deposits-event-logging-enabled=false` to avoid unnecessary logging of missing deposits.
Copy file name to clipboardExpand all lines: ethereum/spec/src/main/java/tech/pegasys/teku/spec/logic/versions/electra/block/BlockProcessorElectra.java
Copy file name to clipboardExpand all lines: ethereum/spec/src/test/java/tech/pegasys/teku/spec/logic/versions/electra/block/BlockProcessorElectraTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ public void processesDepositReceipts() throws BlockProcessingException {
0 commit comments