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
+2-5
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,9 @@ the [releases page](https://github.com/Consensys/teku/releases).
10
10
## Unreleased Changes
11
11
12
12
### Breaking Changes
13
-
- When a lock file is unable to be cleaned up, the (BN or VC) will now exit code 2 in preference to being 'up' but not able to perform duties. This will not self recover and will need intervention from the node operator.
14
13
15
14
### Additions and Improvements
16
-
- Improve block rewards calculation performance for `/eth/v3/validator/blocks/{slot}` block production beacon node API.
17
-
- Updated Javalin to v.6 (used by rest-api and keymanager-api).
18
-
- Docker image tags now default to jdk21 images unless a jdk-specific tag is used.
- If the EL supports the `engine_getClientVersionV1` Engine API method, the default graffiti (when no graffiti has been configured by the validator) will include EL as well as CL version information. For more details, please see https://github.com/ethereum/execution-apis/pull/517.
19
17
20
18
### Bug Fixes
21
-
- Fixed an issue where stale lock files weren't able to be cleaned up and would effectively park the service (BN or VC) with no user errors or any indication that the service was in a bad state.
Copy file name to clipboardExpand all lines: acceptance-tests/src/acceptance-test/java/tech/pegasys/teku/test/acceptance/ValidatorClientServiceAcceptanceTest.java
Copy file name to clipboardExpand all lines: acceptance-tests/src/acceptance-test/java/tech/pegasys/teku/test/acceptance/validatorslashing/MultiPeersStandAloneVcAcceptanceTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
* - Node 2: Stand-alone VC with a separate BN <br>
29
29
* The slashing event is sent to the first node via the POST attester/proposer slashing REST API. It
30
30
* is then sent <br>
31
-
* to the second BN which sends it to it's VC vie the attester/proposer slashing SSE channel
31
+
* to the second BN which sends it to it's VC via the attester/proposer slashing SSE channel
Copy file name to clipboardExpand all lines: acceptance-tests/src/acceptance-test/java/tech/pegasys/teku/test/acceptance/validatorslashing/MultiPeersStandAloneVcBlocksAcceptanceTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
* - Node 2: Stand-alone VC with a separate BN <br>
29
29
* The slashing event is sent to the first node via the POST attester/proposer slashing REST API. It
30
30
* is then sent <br>
31
-
* to the second BN withing a block which sends it to it's VC via the attester/proposer slashing SSE
31
+
* to the second BN within a block which sends it to it's VC via the attester/proposer slashing SSE
Copy file name to clipboardExpand all lines: acceptance-tests/src/acceptance-test/java/tech/pegasys/teku/test/acceptance/validatorslashing/ValidatorSlashingDetectionAcceptanceTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ public class ValidatorSlashingDetectionAcceptanceTest extends AcceptanceTestBase
0 commit comments