Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Support quorum 2.6.0. #30

Merged
merged 2 commits into from
May 6, 2020
Merged

Support quorum 2.6.0. #30

merged 2 commits into from
May 6, 2020

Conversation

libby
Copy link
Contributor

@libby libby commented May 6, 2020

  • generate genesis.json to work for 2.6.0.
  • add --allow-insecure-unlock flag to geth startup params.

* generate genesis.json to work for 2.6.0.
* add --allow-insecure-unlock flag to geth startup param.
@libby libby requested a review from jbhurat May 6, 2020 13:37
@@ -238,6 +238,9 @@ spec:
<%- elsif @config["quorum"]["consensus"] == "istanbul" -%>
args=\" --gcmode archive --istanbul.blockperiod 3 --syncmode full --mine --minerthreads 1 \";
RPC_APIS=\"$RPC_APIS,istanbul\";
<%- end -%>
<%- if @config["quorum"]["quorum"]["Quorum_Version"] == "2.6.0" -%>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to make this check as >= 2.6.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was debating that, but thought that we would have to explicitly support and check other issues when a new version became available. But I'll add it, as it will allow support for fixes and minor version changes.

"eip150block": 0,
"eip150hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155block": 0,
"eip158block": 0,
<%-# for 2.6 maxCodeSize config has changed. -%>
<%- if @config["quorum"]["quorum"]["Quorum_Version"] == "2.6.0" -%>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to make this check >= 2.6.0

@@ -103,7 +118,18 @@ end
"epoch": 30000,
"policy": 0
},
<%-# for 2.6 maxCodeSize config has changed. -%>
<%- if @config["quorum"]["quorum"]["Quorum_Version"] == "2.6.0" -%>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to make this check >= 2.6.0

Copy link
Contributor

@jbhurat jbhurat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@libby libby merged commit 2bd5669 into Consensys:master May 6, 2020
@libby libby deleted the 1.9.7-support branch August 11, 2020 19:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants