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
2021-05-07
Merge bitcoin/bitcoin#21802: refactor: Avoid UB in util/asmap (advance a dere...
MarcoFalke
2021-05-07
Merge bitcoin/bitcoin#21845: net processing: Don't require locking cs_main be...
fanquake
2021-05-06
Merge bitcoin/bitcoin#21798: fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21681: validation: fix ActivateSnapshot to use hardcode...
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21817: refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21710: doc: update helps for addnode rpc and -addnode/-...
W. J. van der Laan
2021-05-05
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
W. J. van der Laan
2021-05-05
Merge bitcoin/bitcoin#21821: test: Add missing test for empty P2WSH redeem
W. J. van der Laan
2021-05-05
Merge bitcoin/bitcoin#21824: refactor: [index] Replace deprecated char with u...
fanquake
2021-05-04
Merge bitcoin/bitcoin#21849: fuzz: Limit toxic test globals to their respecti...
MarcoFalke
2021-05-04
[net processing] Add internal _RelayTransactions()
John Newbery
2021-05-04
Merge bitcoin/bitcoin#21825: net: add I2P hardcoded seeds
W. J. van der Laan
2021-05-04
fuzz: Limit toxic test globals to their respective scope
MarcoFalke
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-04
refactor: Avoid &foo[0] on C-Style arrays
MarcoFalke
2021-05-04
refactor: Use only one temporary buffer in CreateObfuscateKey
MarcoFalke
2021-05-04
refactor: Use CPubKey vector constructor where possible
MarcoFalke
2021-05-04
script: Replace address-of idiom with vector data() method
Guido Vranken
2021-05-04
Merge bitcoin/bitcoin#21840: test: Misc refactor to get rid of &foo[0] raw po...
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#21810: fuzz: Various RPC fuzzer follow-ups
MarcoFalke
2021-05-03
bench: Remove duplicate constants
MarcoFalke
2021-05-03
test: Use throwing variant accessor
MarcoFalke
2021-05-03
test: Use loop to register RPCs
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#21775: p2p: Limit m_block_inv_mutex
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#21750: net: remove unnecessary check of CNode::cs_vSend
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#20867: Support up to 20 keys for multisig under Segwit ...
fanquake
2021-05-02
net: add I2P seeds to chainparamsseeds
Jon Atack
2021-05-02
Merge bitcoin/bitcoin#21818: doc: fixup -coinstatsindex help, update bitcoin...
fanquake
2021-05-01
doc: fix -coinstatsindex help, and test/rpc touchups
Jon Atack
2021-05-01
refactor: [index] Replace deprecated char with uint8_t in serialization
MarcoFalke
2021-05-01
test: Add missing test for empty P2WSH redeem
MarcoFalke
2021-04-30
Merge bitcoin-core/gui#298: Peertableview alternating row colors
Hennadii Stepanov
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-30
Merge bitcoin-core/gui#300: Remove progress bar on modal overlay
MarcoFalke
2021-04-29
Merge bitcoin-core/gui#125: Enable changing the autoprune block space size in...
Hennadii Stepanov
2021-04-29
fuzz: Reduce maintenance requirements by allowing RPC annotations also for co...
practicalswift
2021-04-29
Merge bitcoin/bitcoin#21759: wallet: document coin selection code
fanquake
2021-04-29
refactor: Avoid sign-compare compiler warning in util/asmap
MarcoFalke
2021-04-28
Merge bitcoin/bitcoin#18847: compressor: use a prevector in CompressScript se...
MarcoFalke
2021-04-28
fuzz: Limit mocktime to MTP in tx_pool targets
MarcoFalke
2021-04-28
fuzz: Use correct variant of ConsumeRandomLengthString instead of hardcoding ...
MarcoFalke
2021-04-28
fuzz: Allow to pass min/max to ConsumeTime
MarcoFalke
2021-04-28
Merge bitcoin-core/gui#18: Add peertablesortproxy module
Hennadii Stepanov
2021-04-28
fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update list o...
practicalswift
2021-04-28
Merge bitcoin/bitcoin#20772: fuzz: bolster ExtractDestination(s) checks
MarcoFalke
2021-04-28
rpc/util: multisig: only check redeemScript size is <= 520 for P2SH
Antoine Poinsot
2021-04-28
script: allow up to 20 keys in wsh() descriptors
Antoine Poinsot
2021-04-28
script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
Antoine Poinsot
2021-04-28
Merge bitcoin/bitcoin#21169: fuzz: Add RPC interface fuzzing. Increase fuzzin...
MarcoFalke
[next]