-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iterative merge: Initial plumbing for merge subproject #2968
iterative merge: Initial plumbing for merge subproject #2968
Conversation
Signed-off-by: garyschulte <garyschulte@gmail.com>
…lve odd maven collision Signed-off-by: garyschulte <garyschulte@gmail.com>
7bf43e1
to
a5d6a9a
Compare
1e853fe
to
9907565
Compare
Signed-off-by: garyschulte <garyschulte@gmail.com>
9907565
to
0e70ebd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Option( | ||
hidden = true, | ||
names = {"--Xmerge-support"}, | ||
description = "Enable experimental support for eth1/eth2 merge (default: ${DEFAULT-VALUE})", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How ${DEFAULT-VALUE} is set?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is the initial value of the static field the annotation is on:
https://picocli.info/apidocs/picocli/CommandLine.Option.html#description--
Kudos, SonarCloud Quality Gate passed! |
@@ -0,0 +1,19 @@ | |||
/* | |||
* Copyright ConsenSys AG. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New files should be copyright Hyperledger Besu Contributors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops! will address in the next merge pr. I have just been finding a peer file and blanket copying the header. I didn't realize we had two different attributions
Signed-off-by: garyschulte garyschulte@gmail.com
PR description
This is step one of an iterative merge of the amphora feature branch into main.
highlights include:
Fixed Issue(s)
fixes #2966
Changelog