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
2024-07-01
Merge bitcoin/bitcoin#30237: test: Add Compact Block Encoding test `ReceiveWi...
glozow
2024-07-01
Merge bitcoin/bitcoin#30306: fuzz: Improve stability for txorphan and mini_mi...
merge-script
2024-07-01
Merge bitcoin/bitcoin#30273: fuzz: FuzzedSock::Recv() don't lose bytes from M...
merge-script
2024-06-28
scripted-diff: Log parameter interaction not thrice
MarcoFalke
2024-06-28
doc: Fix outdated dev comment about logging
MarcoFalke
2024-06-27
Merge bitcoin/bitcoin#30335: Mining interface followups, reduce cs_main locki...
Ryan Ofsky
2024-06-27
Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...
Ryan Ofsky
2024-06-27
Merge bitcoin/bitcoin#30050: refactor, wallet: get serialized size of `CRecip...
Ava Chow
2024-06-27
init: add option for rpccookie permissions
willcl-ark
2024-06-27
util: add perm string helper functions
willcl-ark
2024-06-27
Have testBlockValidity hold cs_main instead of caller
Sjors Provoost
2024-06-27
refactor: use CHECK_NONFATAL to avoid single-use symbol
Sjors Provoost
2024-06-27
Drop unneeded lock from createNewBlock
Sjors Provoost
2024-06-26
Merge bitcoin/bitcoin#29833: i2p: fix and improve logs
Ava Chow
2024-06-26
Merge bitcoin/bitcoin#30334: Update libsecp256k1 subtree to latest master
Ava Chow
2024-06-26
Merge bitcoin/bitcoin#30309: wallet: notify when preset + automatic inputs ex...
Ava Chow
2024-06-26
Merge bitcoin/bitcoin#30007: chainparams: Add achow101 DNS seeder
merge-script
2024-06-26
Merge bitcoin/bitcoin#30321: rest: don't copy data when sending binary response
merge-script
2024-06-26
refactor: testBlockValidity make out argument last
Sjors Provoost
2024-06-26
Add missing include for mining interface
Sjors Provoost
2024-06-26
rest: don't copy data when sending binary response
Roman Zeyde
2024-06-25
Update secp256k1 subtree to latest master
fanquake
2024-06-25
Squashed 'src/secp256k1/' changes from 06bff6dec8..4af241b320
fanquake
2024-06-24
Merge bitcoin/bitcoin#30200: Introduce Mining interface
Ryan Ofsky
2024-06-24
Merge bitcoin/bitcoin#29876: build: add `-Wundef`
merge-script
2024-06-21
wallet: notify when preset + automatic inputs exceed max weight
furszy
2024-06-21
refactor: use #ifdef HAVE_SOCKADDR_UN
fanquake
2024-06-21
randomenv: use ifdef over if
fanquake
2024-06-21
zmq: use #ifdef ENABLE_ZMQ
fanquake
2024-06-21
build: Suppress warnings from boost and capnproto in multiprocess code
Ryan Ofsky
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-06-20
Merge bitcoin/bitcoin#30202: netbase: extend CreateSock() to support creating...
Ava Chow
2024-06-20
Merge bitcoin/bitcoin#29862: test: Validate oversized transactions or without...
Ava Chow
2024-06-20
Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm...
Ava Chow
2024-06-20
Merge bitcoin/bitcoin#30307: fuzz: Fix wallet_bdb_parser 32-bit unhandled fse...
merge-script
2024-06-20
Merge bitcoin/bitcoin#30248: refactor: Add explicit cast to expected_last_pag...
merge-script
2024-06-19
test: Make blockencodings_tests deterministic
AngusP
2024-06-19
Merge bitcoin/bitcoin#30300: fuzz: have package_rbf always make small txns
glozow
2024-06-19
fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek error
MarcoFalke
2024-06-19
Don't use iterator addresses in IteratorComparator
dergoegge
2024-06-18
rpc: call IsInitialBlockDownload via miner interface
Sjors Provoost
2024-06-18
Validate oversized transaction
Lőrinc
2024-06-18
Validate transaction without inputs
Lőrinc
2024-06-18
Use SCRIPT_VERIFY_NONE instead of hard-coded 0 in transaction_tests
Lőrinc
2024-06-18
rpc: minize getTipHash() calls in gbt
Sjors Provoost
2024-06-18
rpc: call processNewBlock via miner interface
Sjors Provoost
2024-06-18
rpc: getTransactionsUpdated via miner interface
Sjors Provoost
2024-06-18
Always pass options to BlockAssembler constructor
Sjors Provoost
2024-06-18
rpc: call CreateNewBlock via miner interface
Sjors Provoost
2024-06-18
rpc: getblocktemplate getTipHash() via Miner interface
Sjors Provoost
[next]