As per title. Add the DAA activation as a checkpoint and update other parameters.
Details
Details
- Reviewers
schancel Mengerian - Group Reviewers
Restricted Project - Commits
- rSTAGING92361210ec28: Update the chain paramaters.
rABC92361210ec28: Update the chain paramaters.
Do IBD for testnet and mainet.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/chainparams.cpp | ||
---|---|---|
140 ↗ | (On Diff #1910) | I thought we wanted to do this after the fork date? This looks like it is before it. |
src/chainparams.cpp | ||
---|---|---|
250 ↗ | (On Diff #1910) | We should come up with some Cash chain (post fork) data for this. |
Comment Actions
I checked the parameters on mainnet and testnet, they are good.
In both cases defaultAssumeValid is unnecessarily far back from the chain tip, in future updates we could makes them closer to the tip.
src/chainparams.cpp | ||
---|---|---|
382 ↗ | (On Diff #1910) | Why are the block hashes not pre-pended with "0x" for Hex, like they are in all the other sections? |