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
+1
Original file line number
Diff line number
Diff line change
@@ -18,5 +18,6 @@ the [releases page](https://github.com/Consensys/teku/releases).
18
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.
19
19
- Updated the bootnodes for Chiado and Gnosis networks.
20
20
- Added hidden option `--Xp2p-dumps-to-file-enabled` to enable saving p2p dumps to file.
21
+
- Added GET `/eth/v1/validator/{pubkey}/graffiti` validator API.
// tag the "default" (which is the variant in the zero position)
559
551
exec {
560
552
executable executableAndArg[0]
561
-
args executableAndArg[1], "docker tag ${dockerImage}:${dockerBuildVersion}-${dockerJdkVariants[0]}${dockerImage}:${dockerBuildVersion}"
553
+
args executableAndArg[1], "docker tag ${dockerImage}:${dockerBuildVersion}-${dockerJdkVariants[0]}${commitHashTag}${dockerImage}:${dockerBuildVersion}${commitHashTag}"
Copy file name to clipboardexpand all lines: validator/client/src/test/resources/tech/pegasys/teku/validator/client/restapi/paths/_eth_v1_validator_{pubkey}_graffiti.json
-10
Original file line number
Diff line number
Diff line change
@@ -58,16 +58,6 @@
58
58
}
59
59
}
60
60
},
61
-
"501" : {
62
-
"description" : "Not implemented",
63
-
"content" : {
64
-
"application/json" : {
65
-
"schema" : {
66
-
"$ref" : "#/components/schemas/HttpErrorResponse"
67
-
}
68
-
}
69
-
}
70
-
},
71
61
"400" : {
72
62
"description" : "The request could not be processed, check the response for more information.",
0 commit comments