handle_header -> handle_block_header
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 1 2024
We are not using libmultiprocess
@bot guix-linux guix-osx guix-win
@bot guix-linux guix-osx guix-win
@bot guix-linux guix-osx guix-win
Rebase on D16567 to fix the lib
In D16565#375083, @PiRK wrote:Symbol check is now failing. Not sure why it previously didn't pick up libminiupnpc, but now it does.
FAILED: src/qt/CMakeFiles/symbol-check-bitcoin-qt /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/CMakeFiles/symbol-check-bitcoin-qt 21:14:08 cd /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt && /home/bitcoinabc/.guix-profile/bin/python3.10 /bitcoin/contrib/devtools/symbol-check.py /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/bitcoin-qt 21:14:08 /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/bitcoin-qt: libminiupnpc.so.17 is not in ALLOWED_LIBRARIES! 21:14:08 /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/bitcoin-qt: failed LIBRARY_DEPENDENCIES
Symbol check is now failing. Not sure why it previously didn't pick up libminiupnpc, but now it does.
FAILED: src/qt/CMakeFiles/symbol-check-bitcoin-qt /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/CMakeFiles/symbol-check-bitcoin-qt 21:14:08 cd /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt && /home/bitcoinabc/.guix-profile/bin/python3.10 /bitcoin/contrib/devtools/symbol-check.py /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/bitcoin-qt 21:14:08 /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/bitcoin-qt: libminiupnpc.so.17 is not in ALLOWED_LIBRARIES! 21:14:08 /bitcoin/distsrc-87b0a4640229-x86_64-linux-gnu/src/qt/bitcoin-qt: failed LIBRARY_DEPENDENCIES
animation and content tweaks
Jul 31 2024
- Any way that we can improve the slide in? The border between the animated bg and the plain colour bg doesn't look great.
- Maybe clean up some of the little "bits" that make the hand look dirty (from the merged of the two images).
- How about removing the tx fee mention? Simpler is usually better. Low tx fees is hardly a stand-out feature when somebody is comparing across shitcoins.
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.83.66.92:41784 for the next 60 minutes.
@bot preview-e.cash
Overall this looks great!
@bot guix-linux guix-osx guix-win
Our cmake call sets the generator to ninja, so don't build with make
@bot guix-linux guix-osx guix-win
Fix merge issue in dependencies.md
@bot guix-linux guix-osx guix-win
@bot guix-linux guix-osx guix-win
@bot guix-linux guix-osx guix-win
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.89.41.69:41001 for the next 60 minutes.
@bot preview-e.cash
rename API (headers -> block-headers, pb.Header -> pb.BlockHeaders)
fix client.py
use /block-header for the path, BlockHeader for the protobuf message and chronik_block_header.py for the functional test, for consistency with other endpoints and in case we need another type of header in the future
Discussed in private with Tobias.
hold cs_main while fetching all the headers instead of holding and releasing it for each individual header, to avoid getting an inconsistent chain