index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-02-28
Merge bitcoin/bitcoin#27157: init: Return ChainstateLoadStatus::INTERRUPTED w...
fanquake
2023-02-27
Merge bitcoin/bitcoin#26032: wallet: skip R-value signature grinding for exte...
Andrew Chow
2023-02-27
Merge bitcoin/bitcoin#27146: Fix various libbitcoinkernel DLL build problems
fanquake
2023-02-27
Merge bitcoin/bitcoin#25227: Handle invalid hex encoding in ParseHex
fanquake
2023-02-27
util: Return empty vector on invalid hex encoding
MarcoFalke
2023-02-27
test: Add hex parse unit tests
MarcoFalke
2023-02-24
doc: add explanation for fail_on_insufficient_dbcache
Ryan Ofsky
2023-02-24
init: Return more fitting ChainStateLoadStatus if verification was interrupted
Martin Zumsande
2023-02-23
util: Remove duplicate include
Andrew Chow
2023-02-23
Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-only f...
Andrew Chow
2023-02-23
Merge bitcoin/bitcoin#16195: util: Use void* throughout support/lockedpool.h
Andrew Chow
2023-02-23
Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction which...
Andrew Chow
2023-02-23
wallet: skip R-value grinding for external signers
Sjors Provoost
2023-02-23
wallet: annotate bools in descriptor SPKM FillPSBT()
Sjors Provoost
2023-02-23
util: make GetDataDir read-only & create datadir..
willcl-ark
2023-02-23
util: add ArgsManager datadir helper functions
willcl-ark
2023-02-22
build: allow libitcoinkernel dll builds now that exports are fixed
Cory Fields
2023-02-22
build: always build bitcoin-chainstate against static libbitcoinkernel
Cory Fields
2023-02-22
build: fix bitcoin-chainstate when libbitcoinkernel is static
Cory Fields
2023-02-22
Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...
Andrew Chow
2023-02-22
Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null characters
Andrew Chow
2023-02-22
Merge bitcoin/bitcoin#27144: kernel: add missing include
fanquake
2023-02-22
Merge bitcoin/bitcoin#26837: I2P network optimizations
fanquake
2023-02-22
Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...
fanquake
2023-02-22
kernel: add missing include
Cory Fields
2023-02-22
Merge bitcoin/bitcoin#27117: fuzz: avoid redundant dup key checks when creati...
fanquake
2023-02-21
wallet, rpc: Update migratewallet help text for encrypted wallets
Andrew Chow
2023-02-21
Detailed error message for passphrases with null chars
John Moffett
2023-02-21
Pass all characters to SecureString including nulls
John Moffett
2023-02-21
Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...
Andrew Chow
2023-02-21
Merge bitcoin/bitcoin#27122: script: BIP341 txdata cannot be precomputed with...
Andrew Chow
2023-02-20
Add test for unspendable transactions and parameter 'maxburnamount' to sendra...
David Gumberg
2023-02-20
Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX wi...
fanquake
2023-02-20
Merge bitcoin/bitcoin#27127: rpc: fix successful broadcast count in `submitpa...
fanquake
2023-02-20
Merge bitcoin/bitcoin#27113: rpc: Use a FlatSigningProvider in decodescript t...
fanquake
2023-02-20
Merge bitcoin/bitcoin#26883: src/node/miner cleanups, follow-ups for #26695
glozow
2023-02-20
rpc: fix successful broadcast count in `submitpackage` error msg
Sebastian Falbesoner
2023-02-19
Merge bitcoin/bitcoin#26814: refactor: remove windows-only compat.h usage in ...
fanquake
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw...
Andrew Chow
2023-02-17
BIP341 txdata cannot be precomputed without spent outputs
Pieter Wuille
2023-02-17
Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessary ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...
Andrew Chow
2023-02-17
random: consolidate WIN32 #ifdefs
fanquake
2023-02-17
random: remove compat.h include
fanquake
2023-02-17
random: use int for MAX_TRIES
fanquake
2023-02-17
fuzz: avoid redundant dup key checks when creating Miniscript nodes
Antoine Poinsot
2023-02-17
Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()
fanquake
2023-02-16
validation: report if pruning prevents completion of verification
Martin Zumsande
[next]