2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-06 00:41:33 by Pierre Pronchery | Files touched by this commit (2) | |
Log message:
bitcoin: update to 27.2
Notables changes since 27.1:
P2P
* net: fix race condition in self-connect detection
Init
* init: change shutdown order of load block thread and scheduler
RPC
* Fix cases of calls to FillPSBT errantly returning complete=true
PSBT
* psbt: Check non witness utxo outpoint early
Test
* test: fix constructor of msg_tx
Doc
* doc: use proper doxygen formatting for CTxMemPool::cs
Build
* upnp: fix build with miniupnpc 2.2.8
* Fixes for GCC 15 compatibility
CI
* ci: move ASan job to GitHub Actions from Cirrus CI
* ci: remove unused bcc variable from workflow
Tested on NetBSD/amd64.
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-23 20:08:23 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
bitcoin: fix the build with the "qt5" option
|
2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237) |
Log message:
*: Recursive revbump from Boost 1.86.0
|
2024-09-21 12:24:31 by Thomas Klausner | Files touched by this commit (52) |
Log message:
*: recursive bump for protobuf 28.2
two static library became shared libraries - bump to be on the safe side
|
2024-07-02 12:27:24 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
bitcoin: updated to 27.1
27.1
Miniscript
* sign: don't assume we are parsing a sane TapMiniscript
RPC
* rpc, bugfix: Enforce maximum value for setmocktime
* rpc: Reword SighashFromStr error message
* rpc: move UniValue in blockToJSON
Index
* Fix set m_synced = true after Commit()
Gui
*gui812 Fix create unsigned transaction fee bump
*gui813 Don't permit port in proxy IP option
Test
* test: Fix failing univalue float test
P2P
* p2p: detect addnode cjdns peers in GetAddedNodeInfo()
Build
* depends: fix mingw-w64 Qt DEBUG=1 build
* build: Fix false positive CHECK_ATOMIC test
* depends: Fix build of Qt for 32-bit platforms with recent glibc
* crypto: disable asan for sha256_sse4 with clang and -O0
* depends: Fetch miniupnpc sources from an alternative website
* build: Fix building fuzz binary on on SunOS / illumos
* depends: Update Boost download link
Doc
* doc: add LLVM instruction for macOS < 13
CI
* ci: Bump s390x to ubuntu:24.04
Misc
* Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
* contrib: Renew Windows code signing certificate
|
2024-06-10 21:38:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
bitcoin: updated to 27.0
27.0
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-27.0.md
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|