Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 23 #100

Merged
merged 165 commits into from
Aug 13, 2024
Merged

Patch 23 #100

merged 165 commits into from
Aug 13, 2024

Conversation

ezzygarmyz
Copy link
Member

Fix for broken cross-build to Windows target

MarkLTZ and others added 30 commits July 12, 2024 21:40
-BEGIN VERIFY SCRIPT-
sed -i 's/BOOST_FOREACH *(\(.*\),/for (\1 :/' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp src/zcash/*/*.tcc ;
-END VERIFY SCRIPT-
-BEGIN VERIFY SCRIPT-
sed -i 's/PAIRTYPE(\([^,]*\), \([^\)]*\))/std::pair<\1, \2>/' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp ;
sed -i ':a;N;$!ba;s/#define std::pair<t1, t2>    std::pair<t1, t2>\n//' ./src/utilstrencodings.h ;
-END VERIFY SCRIPT-
nHeight > GetCommunityFeeStartHeight() && nHeight <= GetLastCommunityFeeBlockHeight()
MarkLTZ and others added 29 commits July 29, 2024 10:34
- Small httpserver.cpp backports
- Optimise reindex
- Don't recommend -reindex-chainstate
- Make -reindex and -reindex-chainstate imply -rescan
- Scan wallet from genesis when reindexing
- Bitcoin 0.12 Merkle tree PRs
- Reduce memory usage of CBlockIndex
- Remove const annotation from blockinfo iterator type
- Fetch recently conflicted transactions incrementally in ThreadNotifyWallet
- Set hashFinalSaplingRoot in AddToBlockIndex and ConnectBlock
Skip note which has been spent and locked notes before decrypting
@ezzygarmyz ezzygarmyz merged commit b0ee4cd into btcz:master Aug 13, 2024
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.

2 participants