pkgsrc/finance/bitcoin/PLIST
adam a30b72f120 bitcoin: updated to 0.18.1
0.18.1

P2P protocol and network code
- Add tests and documentation for blocksonly
- Avoid logging transaction decode errors to stderr
- fix: tor: Call `event_base_loopbreak` from the event's callback
- Make poll in InterruptibleRecv only filter for POLLIN events

Wallet
- Add -ignorepartialspends to list of ignored wallet options

RPC and other APIs
- Bugfix: fix pruneblockchain returned prune height
- Document iswitness flag and fix bug in converttopsbt
- Ensure that uncompressed public keys in a multisig always returns a legacy address
- Disallow extended encoding for non-witness transactions
- add 2nd arg to signrawtransactionwithkey examples
- signrawtransactionwithkey: report error when missing redeemScript/witnessScript

GUI
- fix the bug of OPEN CONFIGURATION FILE on Mac
- Show "No wallets available" in open menu instead of nothing
- Enable open wallet menu on setWalletController
- Set progressDialog to nullptr
- Fix open wallet menu initialization order
- Set `AA_EnableHighDpiScaling` attribute early
- Enable console line edit on setClientModel
- Assert QMetaObject::invokeMethod result

Build system
- Add test for GCC bug 90348
- Install bitcoin-wallet manpage
- build with -fstack-reuse=none

Tests and QA
- Pure python EC
- Add test for superfluous witness record in deserialization
- Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions
- Add test that addmultisigaddress fails for watchonly addresses

Documentation
- Remove text about txes always relayed from -whitelist

Miscellaneous
- Catch by reference not value in wallettool
- Replace fprintf with tfm::format
2019-09-20 16:57:28 +00:00

24 lines
597 B
Text

@comment $NetBSD: PLIST,v 1.2 2019/09/20 16:57:28 adam Exp $
bin/bench_bitcoin
bin/bitcoin-cli
${PLIST.qt}bin/bitcoin-qt
bin/bitcoin-tx
bin/bitcoin-wallet
bin/bitcoind
bin/test_bitcoin
${PLIST.qt}bin/test_bitcoin-qt
include/bitcoinconsensus.h
include/secp256k1.h
include/secp256k1_recovery.h
include/univalue.h
lib/libbitcoinconsensus.la
lib/libsecp256k1.la
lib/libunivalue.la
lib/pkgconfig/libbitcoinconsensus.pc
lib/pkgconfig/libsecp256k1.pc
lib/pkgconfig/libunivalue.pc
man/man1/bitcoin-cli.1
${PLIST.qt}man/man1/bitcoin-qt.1
man/man1/bitcoin-tx.1
man/man1/bitcoin-wallet.1
man/man1/bitcoind.1