promag force-pushed
on Jan 11, 2018
fanquake added the label
RPC/REST/ZMQ
on Jan 11, 2018
promag force-pushed
on Jan 11, 2018
promag force-pushed
on Jan 12, 2018
promag force-pushed
on Jan 12, 2018
promag force-pushed
on Jan 15, 2018
MarcoFalke added the label
Needs rebase
on Jun 6, 2018
promag force-pushed
on Jun 10, 2018
promag force-pushed
on Jun 10, 2018
DrahtBot removed the label
Needs rebase
on Jun 11, 2018
DrahtBot closed this
on Aug 2, 2018
DrahtBot reopened this
on Aug 2, 2018
DrahtBot added the label
Needs rebase
on Sep 24, 2018
DrahtBot added the label
Up for grabs
on Jan 3, 2019
DrahtBot closed this
on Jan 3, 2019
fanquake reopened this
on Jan 4, 2019
fanquake removed the label
Up for grabs
on Jan 4, 2019
promag force-pushed
on Jan 4, 2019
fanquake removed the label
Needs rebase
on Jan 4, 2019
fanquake deleted a comment
on Jan 4, 2019
fanquake deleted a comment
on Jan 4, 2019
fanquake deleted a comment
on Jan 4, 2019
fanquake deleted a comment
on Jan 4, 2019
761 + const CBlockIndex* pblockindex;
762 + const CBlockIndex* tip;
763 + {
764 + LOCK(cs_main);
765 + pblockindex = LookupBlockIndex(hash);
766 + if (!pblockindex) {
nit: Can leave this out of the cs_main lock to avoid unnecessary indentation and changes?
rpc: Avoid permanent cs_main lock in getblockheader
f12e1d0b51
promag force-pushed
on Jan 4, 2019
ryanofsky approved
MarcoFalke added this to the milestone 0.18.0
on Jan 5, 2019
laanwj merged this
on Jan 8, 2019
laanwj closed this
on Jan 8, 2019
laanwj referenced this in commit
29a9f07743
on Jan 8, 2019
promag deleted the branch
on Jan 8, 2019
LarryRuane referenced this in commit
4b3f1d8190
on Apr 29, 2021
LarryRuane referenced this in commit
7a4a025b06
on Jun 1, 2021
Munkybooty referenced this in commit
f3474f2102
on Aug 20, 2021
Munkybooty referenced this in commit
512b959152
on Aug 20, 2021
Munkybooty referenced this in commit
a94fb9395d
on Aug 21, 2021
Munkybooty referenced this in commit
d69fde57c6
on Aug 23, 2021
Munkybooty referenced this in commit
2c2eba6629
on Aug 24, 2021
Munkybooty referenced this in commit
314e1f4fb3
on Aug 24, 2021
UdjinM6 referenced this in commit
df08b0a6e6
on Aug 24, 2021
Munkybooty referenced this in commit
60d7fd708c
on Aug 24, 2021
MarcoFalke locked this
on Dec 16, 2021