DO NOT MERGE: Updated rebase 0.17 for early review only #257

Closed
lbrynaut wants to merge 14 commits from updated-rebase-0.17 into bitcoin-0.17
lbrynaut commented 2019-02-20 20:10:34 +01:00 (Migrated from github.com)

LBRY master updates incoming.

LBRY branding/renaming incoming.

LBRY master updates incoming. LBRY branding/renaming incoming.
bvbfan (Migrated from github.com) reviewed 2019-02-20 20:10:34 +01:00
BrannonKing (Migrated from github.com) approved these changes 2019-02-20 22:05:49 +01:00
BrannonKing (Migrated from github.com) commented 2019-02-20 21:50:54 +01:00

We're using program options and upstream isn't?

We're using program options and upstream isn't?
BrannonKing (Migrated from github.com) commented 2019-02-20 21:51:55 +01:00

Absent in upstream?

Absent in upstream?
@ -117,3 +174,1 @@
pchMessageStart[2] = 0xb4;
pchMessageStart[3] = 0xd9;
nDefaultPort = 8333;
pchMessageStart[0] = 0xfa;
BrannonKing (Migrated from github.com) commented 2019-02-20 21:53:40 +01:00

don't change it now, but we should have come up with something creative for this

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; */
BrannonKing (Migrated from github.com) commented 2019-02-20 21:56:13 +01:00

why remove this line?

why remove this line?
BrannonKing (Migrated from github.com) commented 2019-02-20 21:58:40 +01:00

why does this one differ from upstream?

why does this one differ from upstream?
@ -36,3 +30,3 @@
return nProofOfWorkLimit;
}
return pindexLast->nBits;
}
BrannonKing (Migrated from github.com) commented 2019-02-20 21:59:05 +01:00

differs from current master

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
BrannonKing (Migrated from github.com) commented 2019-02-20 22:00:23 +01:00

we just need to pick a fork height for this? (or we could tie it in with the upcoming hash computation fork -- PR #209 ).

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);
}
BrannonKing (Migrated from github.com) commented 2019-02-20 22:01:58 +01:00

looks like we don't need this file.

looks like we don't need this file.
lbrynaut (Migrated from github.com) reviewed 2019-02-21 00:44:38 +01:00
@ -117,3 +174,1 @@
pchMessageStart[2] = 0xb4;
pchMessageStart[3] = 0xd9;
nDefaultPort = 8333;
pchMessageStart[0] = 0xfa;
lbrynaut (Migrated from github.com) commented 2019-02-21 00:44:38 +01:00

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

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
lbrynaut (Migrated from github.com) reviewed 2019-02-21 00:45:24 +01:00
@ -36,3 +30,3 @@
return nProofOfWorkLimit;
}
return pindexLast->nBits;
}
lbrynaut (Migrated from github.com) commented 2019-02-21 00:45:24 +01:00

The changes from master are not in ...

The changes from master are not in ...
BrannonKing commented 2019-03-05 18:59:09 +01:00 (Migrated from github.com)

review is over. thanks.

review is over. thanks.

Pull request closed

Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#257
No description provided.