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-04-20
Merge #21694: build: Use XLIFF file to provide more context to Transifex tran...
W. J. van der Laan
2021-04-20
Add bitcoin_en.xlf intermediate translation file to the repo
Hennadii Stepanov
2021-04-20
qt [experimental]: Add a translation comment and a disambiguation string
Hennadii Stepanov
2021-04-20
build: Use XLIFF file to provide more context to Transifex translators
Hennadii Stepanov
2021-04-20
Merge #21595: cli: create -addrinfo
W. J. van der Laan
2021-04-20
cli: use C++17 std::array class template argument deduction (CTAD)
Jon Atack
2021-04-20
doc: Fix doxygen comment silent merge conflict in descriptor.cpp
W. J. van der Laan
2021-04-20
Merge #21238: A few descriptor improvements to prepare for Taproot support
W. J. van der Laan
2021-04-20
Merge bitcoin/bitcoin#21691: test: Check that no versionbits are re-used
MarcoFalke
2021-04-20
Merge #21244: Move GetDataDir to ArgsManager
fanquake
2021-04-20
Merge #21728: remove executable flag for src/net_processing.cpp
fanquake
2021-04-19
Merge bitcoin-core/gui#276: Elide long strings in their middle in the Peers tab
Hennadii Stepanov
2021-04-19
Merge bitcoin/bitcoin#21280: test: bug fix in transaction_tests
MarcoFalke
2021-04-19
remove executable flag for src/net_processing.cpp
Sebastian Falbesoner
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-19
Merge #21713: Refactor ProcessNewBlock to reduce code duplication
MarcoFalke
2021-04-19
Merge #21718: rpc: Improve error message for getblock invalid datatype.
fanquake
2021-04-18
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
Kiminuo
2021-04-18
Change GetBlocksDir() to ArgsManager.GetBlocksDirPath().
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2021-04-18
scripted-diff: Replace m_args with m_local_args in getarg_tests.cpp
Kiminuo
2021-04-18
BasicTestingSetup: Add ArgsManager.
Kiminuo
2021-04-18
Modify "util_datadir" unit test to not use gArgs.
Kiminuo
2021-04-18
rpc: Improve getblock error message for invalid data type.
klementtan
2021-04-17
Move GetDataDir(fNetSpecific) implementation to ArgsManager.
Kiminuo
2021-04-17
Move StripRedundantLastElementsOfPath before ArgsManager class.
Kiminuo
2021-04-17
Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules
MarcoFalke
2021-04-17
Merge bitcoin-core/gui#277: Do not use QClipboard::Selection on Windows and m...
MarcoFalke
2021-04-17
test: Run versionbits_sanity for all chains
MarcoFalke
2021-04-17
Merge #21689: test: Remove intermittently failing and not very meaningful `BO...
MarcoFalke
2021-04-17
Refactor ProcessNewBlock to reduce code duplication
R E Broadley
2021-04-17
test: Address outstanding versionbits_test feedback
MarcoFalke
2021-04-17
test: Check that no versionbits are re-used
MarcoFalke
2021-04-17
rpc: Check default value type againts argument type
João Barbosa
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-15
Merge #21630: fuzz: split FuzzedSock interface and implementation
MarcoFalke
2021-04-15
Merge #21686: Speedy trial activation parameters for Taproot
MarcoFalke
2021-04-15
Merge #21676: test: Use mocktime to avoid intermittent failure in rpc_tests
MarcoFalke
2021-04-15
fuzz: use ConsumeBool() instead of !ConsumeBool()
Vasil Dimov
2021-04-15
fuzz: split FuzzedSock interface and implementation
Vasil Dimov
2021-04-15
fuzz: make FuzzedSock::Wait() sometimes simulate an occurred event
Vasil Dimov
2021-04-15
fuzz: set errno from FuzzedSock::Wait() if it simulates a failure
Vasil Dimov
2021-04-15
style: remove extra white space
Vasil Dimov
2021-04-15
test: Remove intermittently failing and not very meaningful `BOOST_CHECK` in ...
practicalswift
2021-04-15
Merge #21677: fuzz: Avoid use of low file descriptor ids (which may be in use...
MarcoFalke
2021-04-14
Add mainnet and testnet taproot activation params
Andrew Chow
2021-04-15
Merge #21377: Speedy trial support for versionbits
fanquake
2021-04-14
Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...
practicalswift
2021-04-14
test: Reset mocktime in the common setup
MarcoFalke
2021-04-14
rpc/rest: Take and reuse local Chain/ChainState obj
Carl Dong
[next]