Commit Graph

33246 Commits (112a7ab9a8e4c96f5750ac3b929b433d8507354c)
 

Author SHA1 Message Date
glozow a44236addd [wallet] randomly generate change targets
3 years ago
glozow 1e52e6bd0a refactor coin selection for parameterizable change target
3 years ago
MarcoFalke 0000ff0d6b
test: move-only: Move all generate* tests to a single file
3 years ago
MarcoFalke c9b5790e8d
Merge bitcoin/bitcoin#24667: ci: Compile fuzz binary in periodic task
3 years ago
MarcoFalke fa6e47d85b
ci: Compile fuzz binary in periodic task
3 years ago
MarcoFalke fab287cedd
Clarify that COutput is a struct, not a class
3 years ago
MarcoFalke fa61cdf464
wallet: Fix coinselection include
3 years ago
fanquake 4aaa74e947
Merge bitcoin/bitcoin#24604: build: fix copypasta in OpenBSD C{XX} flags
3 years ago
fanquake 7e22d80af3
addrman: fix incorrect named args
3 years ago
MarcoFalke 67f654ef61
doc: Document clang-tidy in dev notes
3 years ago
fanquake 95cac21615
Merge bitcoin/bitcoin#24600: doc: mention that BDB is for the legacy wallet in build-freebsd.md
3 years ago
MarcoFalke 56c8658700
Merge bitcoin/bitcoin#24663: doc, init: add links to doc/cjdns.md
3 years ago
fanquake 3740cdd125
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
3 years ago
MarcoFalke f0c9ba2b48
Merge bitcoin/bitcoin#24205: init, test: improve network reachability test coverage and safety
3 years ago
Jon Atack daae28885f
doc, init: add links to doc/cjdns.md
3 years ago
MarcoFalke a697a3fc91
Merge bitcoin/bitcoin#24653: test: use `MiniWallet` in `test/functional/interface_zmq`
3 years ago
laanwj 65e9ca2278
Merge bitcoin/bitcoin#24555: doc: create initial doc/cjdns.md for CJDNS how-to documentation
3 years ago
fanquake 0a14a16efe
Merge bitcoin/bitcoin#24625: Replace struct update_fee_delta with lambda
3 years ago
MarcoFalke fa0758e145
test: Add diamond-shape prioritisetransaction test
3 years ago
MarcoFalke fa450c18db
test: Rework create_self_transfer_multi
3 years ago
MarcoFalke fc892c3a80 rpc: Fail to return undocumented or misdocumented JSON
3 years ago
MarcoFalke f4bc4a705a rpc: Add m_skip_type_check to RPCResult
3 years ago
MarcoFalke 4a0ab355b3
Merge bitcoin/bitcoin#24626: init: disallow reindex-chainstate when pruning
3 years ago
fanquake 7d0e42abce
Merge bitcoin/bitcoin#24658: doc: mention that BDB is for the legacy wallet in build-netbsd.md
3 years ago
fanquake 053499f371
Merge bitcoin/bitcoin#24639: guix: Drop code for the unsupported `i686-linux-gnu` host
3 years ago
fanquake 213e98ca82
Merge bitcoin/bitcoin#24169: build: Add --enable-c++20 option
3 years ago
fanquake e7b6272b30
Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is excluded
3 years ago
Martin Zumsande b2813980b8 init: disallow reindex-chainstate when pruning
3 years ago
fanquake 26d98d51f2
Merge bitcoin/bitcoin#24574: test: Actually print TSan tracebacks
3 years ago
fanquake 9809db3577
util: add linkat to syscall sandbox (AllowFileSystem)
3 years ago
MarcoFalke 864fb89b2f
Merge bitcoin/bitcoin#24637: test: use MiniWallet for mempool_package_onemore.py
3 years ago
fanquake e40327d3bb
Merge bitcoin/bitcoin#24599: guix: remove mingw-w64 std::filesystem workaround
3 years ago
fanquake 8234cdaf62
Merge bitcoin/bitcoin#24587: test: use MiniWallet for rpc_createmultisig.py
3 years ago
fanquake 6fee9de542
Merge bitcoin/bitcoin#24508: guix: Drop unneeded openssl dependency for signapple
3 years ago
fanquake cea2ce09de
Merge bitcoin/bitcoin#24650: build: require libtool 2.4.2
3 years ago
fanquake 7ac7198bbd
doc: mention that BDB is for the legacy wallet in build-netbsd.md
3 years ago
MarcoFalke 999982b06c
build: Add --enable-c++20 option
3 years ago
MarcoFalke fae679065e
Add CSerializedNetMsg::Copy() helper
3 years ago
MarcoFalke fabb7c4ba6 Make fs.h C++20 compliant
3 years ago
MarcoFalke fae2220f4e
scheduler: Capture ‘this’ explicitly in lambda
3 years ago
josibake bc90b8d869
[move only] remove `is_wallet_compiled` checks
3 years ago
josibake 0bfbf7fb24
test: use MiniWallet in `interfaces_zmq`
3 years ago
MarcoFalke fac5a51c47
Move mempool RPCs to rpc/mempool
3 years ago
MarcoFalke fa0f666dd7
style: Add static keyword where possible in rpc/mempool
3 years ago
MarcoFalke 98e9d8e8e2
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlite.h`
3 years ago
fanquake cea230eec4
Merge bitcoin/bitcoin#24562: Remove unused feebumper code
3 years ago
fanquake ce05f838f1
Merge bitcoin/bitcoin#24635: test: Run non-wallet tests only once
3 years ago
fanquake 30041261a3
Merge bitcoin/bitcoin#24582: Move txoutproof RPCs to txoutproof.cpp
3 years ago
Andrew Chow 049003fe68 coinselection: Remove COutput operators == and !=
3 years ago
Andrew Chow f6c39c6adb coinselection: Remove CInputCoin
3 years ago