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
/
test
Age
Commit message (
Expand
)
Author
2022-04-06
Merge bitcoin/bitcoin#24732: Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-04-06
Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l...
MarcoFalke
2022-04-05
Merge bitcoin/bitcoin#24147: Miniscript integration
laanwj
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-04-01
Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-03-31
test: fix incorrect named args in txpackage tests
fanquake
2022-03-31
Merge bitcoin/bitcoin#24673: refactor: followup of remove -deprecatedrpc=addr...
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume
MarcoFalke
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2022-03-30
util/check: stop using lambda for Assert/Assume
Anthony Towns
2022-03-30
Merge bitcoin/bitcoin#24692: refactoring: [Net Processing] Follow-ups to #21160
fanquake
2022-03-29
[fuzz] Assert that Peer.m_tx_relay.m_relay_txs has been set correctly
John Newbery
2022-03-29
Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78
laanwj
2022-03-25
Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...
fanquake
2022-03-24
Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co...
MarcoFalke
2022-03-23
Merge bitcoin/bitcoin#24462: For descriptor pubkey parse errors, include cont...
MarcoFalke
2022-03-21
build: Fix Boost.Process test for Boost 1.78
Hennadii Stepanov
2022-03-21
test: Limit scope of id global which is shared between subtests
MarcoFalke
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-03-17
fuzz: add a fuzz target for Miniscript decoding from Script
Antoine Poinsot
2022-03-17
Miniscript: ops limit and stack size computation
Pieter Wuille
2022-03-17
Miniscript: conversion from script
Pieter Wuille
2022-03-17
Miniscript: type system, script creation, text notation, tests
Pieter Wuille
2022-03-17
Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engine
MarcoFalke
2022-03-17
fuzz: execute each file in dir without fuzz engine
Anthony Towns
2022-03-16
Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHash a...
MarcoFalke
2022-03-14
Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags
MarcoFalke
2022-03-10
Merge bitcoin/bitcoin#24469: test: Correctly decode UTF-8 literal string paths
MarcoFalke
2022-03-10
Add GetQueryParameter helper function
stickies-v
2022-03-10
Handle query string when parsing data format
stickies-v
2022-03-10
Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsize
MarcoFalke
2022-03-09
Merge bitcoin/bitcoin#24498: qt: Avoid crash on startup if int specified in s...
Andrew Chow
2022-03-09
Merge bitcoin/bitcoin#24138: index: Commit MuHash and best block together for...
MarcoFalke
2022-03-07
qt: Avoid crash on startup if int specified in settings.json
Ryan Ofsky
2022-03-07
test: Add tests for GetArg methods / settings.json type coercion
Ryan Ofsky
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24299: validation, refactor: UnloadBlockIndex and Chain...
laanwj
2022-03-07
Merge bitcoin/bitcoin#24306: util: Make ArgsManager::GetPathArg more widely u...
MarcoFalke
2022-03-04
Merge bitcoin/bitcoin#24441: fuzz: Limit script_format to 100kB
fanquake
2022-03-03
test: Correctly decode UTF-8 literal string paths
Ryan Ofsky
2022-03-03
For descriptor pubkey parse errors, include context information
Ben Woosley
2022-03-02
net: fix GetListenPort() to derive the proper port
Vasil Dimov
2022-03-02
timedata: make it possible to reset the state
Vasil Dimov
2022-03-02
Merge bitcoin/bitcoin#24375: Do not use `LocalTestingSetup` in getarg_tests t...
MarcoFalke
2022-03-02
util: Add GetPathArg default path argument
Ryan Ofsky
2022-03-02
Merge bitcoin/bitcoin#24165: p2p: extend inbound eviction protection by netwo...
laanwj
2022-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-03-01
test: add CJDNS to LimitedAndReachable_Network unit tests
Jon Atack
[next]