Replies: 2 comments 2 replies
-
I suggest we do this in more stages, because some of these changes will be large PRs by themselves:
For more details about these code changes, see my review of the original PR. I suggest we do it this way because:
The potential drawbacks are:
What do you think? Is there anything missing, or any scope that could be cut? |
Beta Was this translation helpful? Give feedback.
-
Okay, agreed and added to the issue.
I think this is perfect for now. |
Beta Was this translation helpful? Give feedback.
-
Zebra currently hard-codes some consensus parameters that would be useful to change for testing.
The original plan was to add a
NetworkParameters
struct with fields for overriding the default hard-coded parameters that were needed toNetwork::Testnet
.It may be better to add an empty
NetworkParameters
struct toNetwork::Testnet
as a first step, then follow up by adding a field for the network upgrade activation heights or other parameters as a separate issues.Beta Was this translation helpful? Give feedback.
All reactions