Skip to content

Conversation

@codablock
Copy link

Continuation of #1691

sipa and others added 9 commits October 23, 2017 19:02
4a35e0f Do not shadow members in dbwrapper (Pavel Janík)
Dbwrapper used GetSerializeSize() to compute the size of the buffer
to preallocate. For some cases (specifically: CCoins) this requires
a costly compression call. Avoid this by just using fixed size
preallocations instead.
fe41f58 Remove undefined FetchCoins method declaration (Russell Yanofsky)
ed58969 Batch construct batches (Pieter Wuille)
07df40b [test] Add CCoinsViewCache Access/Modify/Write tests (Russell Yanofsky)
b50cd7a Fix dangerous condition in ModifyNewCoins. (Alex Morcos)
dd44ea3 Check FRESH validity in CCoinsViewCache::BatchWrite (Russell Yanofsky)
ba3cecf Share unused mempool memory with coincache (Pieter Wuille)
5113474 wallet: Use CDataStream.data() (Wladimir J. van der Laan)
e2300ff bench: Use CDataStream.data() (Wladimir J. van der Laan)
adff950 dbwrapper: Use new .data() method of CDataStream (Wladimir J. van der Laan)
a2141e4 streams: Remove special cases for ancient MSVC (Wladimir J. van der Laan)
af4c44c streams: Add data() method to CDataStream (Wladimir J. van der Laan)
@UdjinM6 UdjinM6 added this to the 12.2.1 milestone Oct 24, 2017
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit 53f9fd9 into dashpay:develop Oct 24, 2017
@codablock codablock deleted the backport_bitcoin_perutxo_0.14 branch September 14, 2018 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants