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-05-23
p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()
Jon Atack
2024-05-23
rpc: Reword SighashFromStr error message
MarcoFalke
2024-05-23
rpc: move UniValue in blockToJSON
willcl-ark
2024-05-23
sign: don't assume we are parsing a sane Miniscript
Antoine Poinsot
2024-05-23
Fix #29767, set m_synced = true after Commit()
nanlour
2024-04-17
Throw error if invalid parameters passed to getnetworkhashps RPC endpoint
Jameson Lopp
2024-04-17
[rpc, bugfix] Enforce maximum value for setmocktime
dergoegge
2024-04-17
Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
Luke Dashjr
2024-03-07
fuzz: restrict fopencookie usage to Linux & FreeBSD
fanquake
2024-03-05
wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...
UdjinM6
2024-03-05
p2p: Don't consider blocks mutated if they don't connect to known prev block
Greg Sanders
2024-03-05
[test] IsBlockMutated unit tests
dergoegge
2024-03-05
[validation] Cache merkle root and witness commitment checks
dergoegge
2024-03-05
[net processing] Don't process mutated blocks
dergoegge
2024-03-05
[validation] Merkle root malleation should be caught by IsBlockMutated
dergoegge
2024-03-05
[validation] Introduce IsBlockMutated
dergoegge
2024-03-01
[refactor] Cleanup merkle root checks
dergoegge
2024-03-01
[validation] Isolate merkle root checks
dergoegge
2024-02-28
test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds
Hennadii Stepanov
2024-02-28
rpc: keep .cookie if it was not generated
Roman Zeyde
2024-02-16
qt: 26.1rc1 translations update
Hennadii Stepanov
2024-01-19
snapshots: don't core dump when running -checkblockindex after `loadtxoutset`
Mark Friedenbach
2024-01-19
[log] mempool loading
glozow
2024-01-19
net: create I2P sessions with both ECIES-X25519 and ElGamal encryption
Jon Atack
2024-01-19
[refactor] Add helper for iterating through mempool entries
stickies-v
2024-01-04
wallet: Fix use-after-free in WalletBatch::EraseRecords
MarcoFalke
2024-01-04
rpc: getwalletinfo, return wallet 'birthtime'
furszy
2024-01-04
wallet: fix legacy spkm default birth time
furszy
2024-01-04
wallet: birth time update during tx scanning
furszy
2024-01-04
refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTime
furszy
2024-01-04
fuzz: disable BnB when SFFO is enabled
furszy
2024-01-04
test: add coverage for BnB-SFFO restriction
furszy
2024-01-04
wallet: create tx, log resulting coin selection info
furszy
2024-01-04
wallet: skip BnB when SFFO is active
Murch
2024-01-04
rpc: fix getrawtransaction segfault
Martin Zumsande
2023-11-22
p2p: do not make automatic outbound connections to addnode peers
Jon Atack
2023-11-22
pool: change memusage_test to use int64_t, add allocation check
Martin Leitner-Ankerl
2023-11-22
pool: make sure PoolAllocator uses the correct alignment
Martin Leitner-Ankerl
2023-11-14
doc: rewrite explanation for -par=
fanquake
2023-11-01
gui: fix crash on selecting "Mask values" in transaction view
Sebastian Falbesoner
2023-10-31
assumeutxo, blockstorage: prevent core dump on invalid hash
pablomartin4btc
2023-10-31
[test] Test i2p private key constraints
Vasil Dimov
2023-10-31
[net] Check i2p private key constraints
dergoegge
2023-10-31
bugfix: Mark CNoDestination and PubKeyDestination constructor explicit
MarcoFalke
2023-10-31
qt: 26.0rc2 translations update
Hennadii Stepanov
2023-10-24
qt: 26.0rc1 translations update
Hennadii Stepanov
2023-10-23
Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...
Ryan Ofsky
2023-10-23
Merge bitcoin/bitcoin#28685: coinstats, assumeutxo: fix hash_serialized2 calc...
Andrew Chow
2023-10-23
Revert "gui: provide wallet controller context to wallet actions"
Hennadii Stepanov
2023-10-23
Merge bitcoin/bitcoin#28693: build: Include `config/bitcoin-config.h` explici...
fanquake
[next]