-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into create-filesystem-dataarchive
- Loading branch information
Showing
46 changed files
with
398 additions
and
1,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,3 @@ | |
### Additions and Improvements | ||
|
||
### Bug Fixes | ||
- Fixed the proposer configuration file loading error at startup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
data/provider/src/test/java/tech/pegasys/teku/api/ConfigProviderTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
data/serializer/src/main/java/tech/pegasys/teku/api/schema/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/** | ||
* @deprecated As of release 2024.09.00, api.schema is not maintained any longer. | ||
*/ | ||
@Deprecated | ||
package tech.pegasys.teku.api.schema; |
29 changes: 0 additions & 29 deletions
29
data/serializer/src/main/java/tech/pegasys/teku/provider/BLSPubKeyDeserializer.java
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
data/serializer/src/main/java/tech/pegasys/teku/provider/BLSPubKeySerializer.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
data/serializer/src/main/java/tech/pegasys/teku/provider/BLSSignatureDeserializer.java
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
data/serializer/src/main/java/tech/pegasys/teku/provider/BLSSignatureSerializer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.