DO NOT MERGE: Updated rebase 0.17 for early review only #257
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#257
Loading…
Reference in a new issue
No description provided.
Delete branch "updated-rebase-0.17"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LBRY master updates incoming.
LBRY branding/renaming incoming.
We're using program options and upstream isn't?
Absent in upstream?
@ -117,3 +174,1 @@
pchMessageStart[2] = 0xb4;
pchMessageStart[3] = 0xd9;
nDefaultPort = 8333;
pchMessageStart[0] = 0xfa;
don't change it now, but we should have come up with something creative for this
@ -227,3 +227,3 @@
CDBWrapper(const CDBWrapper&) = delete;
CDBWrapper& operator=(const CDBWrapper&) = delete;
/* CDBWrapper& operator=(const CDBWrapper&) = delete; */
why remove this line?
why does this one differ from upstream?
@ -36,3 +30,3 @@
return nProofOfWorkLimit;
}
return pindexLast->nBits;
}
differs from current master
@ -128,12 +128,20 @@ bool CMessageHeader::IsValid(const MessageStartChars& pchMessageStartIn) const
return true;
}
// NOTE: After we fork, we can require these service bits
we just need to pick a fork height for this? (or we could tie it in with the upcoming hash computation fork -- PR #209 ).
@ -0,0 +22,4 @@
{
//const CCheckpointData& checkpoints = Params(CBaseChainParams::MAIN).Checkpoints();
//BOOST_CHECK(Checkpoints::GetTotalBlocksEstimate(checkpoints) >= 134444);
}
looks like we don't need this file.
@ -117,3 +174,1 @@
pchMessageStart[2] = 0xb4;
pchMessageStart[3] = 0xd9;
nDefaultPort = 8333;
pchMessageStart[0] = 0xfa;
This was before either of our times ... and it can't be changed now without a re-org down to genesis, destroying the entire ecosystem in the process :-P
@ -36,3 +30,3 @@
return nProofOfWorkLimit;
}
return pindexLast->nBits;
}
The changes from master are not in ...
review is over. thanks.
Pull request closed