Skip to content
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

Merged
merged 6 commits into from
Oct 28, 2021

Conversation

garyschulte
Copy link
Contributor

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:

  • gradle subproject for merge
  • cli option
  • genesis file config optional for terminal total difficulty

Fixed Issue(s)

fixes #2966

Changelog

Signed-off-by: garyschulte <garyschulte@gmail.com>
…lve odd maven collision

Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte changed the title iterative merge: Initial plumbing for merge subproject and cli option iterative merge: Initial plumbing for merge subproject Oct 28, 2021
@garyschulte garyschulte force-pushed the feature/mergeOptions branch 4 times, most recently from 1e853fe to 9907565 Compare October 28, 2021 02:30
Signed-off-by: garyschulte <garyschulte@gmail.com>
Copy link
Contributor

@fab-10 fab-10 left a 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})",
Copy link
Contributor

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?

Copy link
Contributor Author

@garyschulte garyschulte Oct 28, 2021

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--

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

90.3% 90.3% Coverage
0.0% 0.0% Duplication

@@ -0,0 +1,19 @@
/*
* Copyright ConsenSys AG.
Copy link
Contributor

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.

Copy link
Contributor Author

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

@garyschulte garyschulte merged commit 65cb5f6 into hyperledger:main Oct 28, 2021
frankisawesome pushed a commit to frankisawesome/besu that referenced this pull request Oct 31, 2021
)

Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: Frank Li <b439988l@gmail.com>
@garyschulte garyschulte deleted the feature/mergeOptions branch December 10, 2021 08:06
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
)

Signed-off-by: garyschulte <garyschulte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge: mergeOptions
3 participants