aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-01-04 12:30:36 +0100
committerMarcoFalke <[email protected]>2019-01-04 12:31:07 +0100
commitf7e182a973ed66b4c11dc6239e57016655503b4c (patch)
treed27513c6ef274e058105c7215b4c819b9502ac15 /src/httpserver.cpp
parentMerge #14855: test: Correct ineffectual WithOrVersion from transactions_tests (diff)
parentrpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON (diff)
downloaddiscoin-f7e182a973ed66b4c11dc6239e57016655503b4c.tar.xz
discoin-f7e182a973ed66b4c11dc6239e57016655503b4c.zip
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
b9f226b41f rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON (João Barbosa) 343b98cbcd rpc: Specify chain tip instead of chain in GetDifficulty (João Barbosa) 54dc13b6a2 rpc: Fix SoftForkMajorityDesc and SoftForkDesc signatures (João Barbosa) Pull request description: Motivated by https://github.com/bitcoin/bitcoin/pull/11913#discussion_r157798157, this pull makes `blockToJSON` and `blockheaderToJSON` free of `cs_main` locks. Locking `cs_main` was required to access `chainActive` in order to check if the block was in the chain and to retrieve the next block index. With the this approach, `CBlockIndex::GetAncestor()` is used in a way to check if the block belongs to the specified chain tip and, at the same time, get the next block index. Tree-SHA512: a6720ace0182c19033bbed1a404f729d793574db8ab16e0966ffe412145611e32c30aaab02975d225df6d439d7b9ef2070e732b16137a902b0293c8cddfeb85f
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions