index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-23
test: add coverage for invalid parameters for `rescanblockchain`
brunoerg
2022-08-23
Add functions to construct locators without CChain
Pieter Wuille
2022-08-23
Add bitdeque, an std::deque<bool> analogue that does bit packing.
Pieter Wuille
2022-08-23
Add function to validate difficulty changes
Suhas Daftuar
2022-08-22
refactor: Move ChainstateManager options into m_options struct
Ryan Ofsky
2022-08-22
Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult
Andrew Chow
2022-08-22
Merge bitcoin/bitcoin#25902: fixups for BIP125 doc cleanup
MacroFake
2022-08-22
fixups for BIP125 doc cleanup
glozow
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-22
Merge bitcoin/bitcoin#23202: wallet: allow psbtbumpfee to work with txs with ...
fanquake
2022-08-22
Merge bitcoin/bitcoin#25883: doc: Security config warning
MacroFake
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-22
Merge bitcoin/bitcoin#25888: refactor: use `strprintf` for creating unknown-s...
MacroFake
2022-08-21
test: remove unused `norm_prv` parameter
w0xlt
2022-08-20
init: avoid unsetting service bits from `nLocalServices`
Sebastian Falbesoner
2022-08-20
refactor: use `strprintf` for creating unknown-service-flag string
Sebastian Falbesoner
2022-08-20
Update debug logging section in the developer notes
Jon Atack
2022-08-20
Update -debug and -debugexclude help docs for severity level logging
Jon Atack
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Unit test coverage for -loglevel configuration option
klementtan
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-20
Unit test coverage for log severity levels
klementtan
2022-08-20
Create BCLog::Logger::LogLevelsString() helper function
klementtan
2022-08-20
Update LogAcceptCategory() and unit tests with log severity levels
klementtan
2022-08-20
Add BCLog::Logger::SetLogLevel()/SetCategoryLogLevel() for string inputs
klementtan
2022-08-20
Add BCLog::Logger::m_category_log_levels data member and getter/setter
Jon Atack
2022-08-20
Add BCLog::Logger::m_log_level data member and getter/setter
Jon Atack
2022-08-20
Fix iwyu
MacroFake
2022-08-20
Fix issues when calling std::move(const&)
MacroFake
2022-08-20
Merge bitcoin/bitcoin#25878: tests: Use mocktime for wallet encryption timeout
MacroFake
2022-08-19
Security config warning
Robert Spigler
2022-08-19
wallet, tests: Test bumpfee's max input weight calculation
Andrew Chow
2022-08-19
Make DUMMY_CHECKER availble outside of script/sign.cpp
Andrew Chow
2022-08-19
test, bumpfee: Check that psbtbumpfee can bump txs with external inputs
Andrew Chow
2022-08-19
tests: Use mocktime for wallet encryption timeout
Andrew Chow
2022-08-19
Remove Join() helper only used in tests
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array
Andrew Chow
2022-08-19
bumpfee: be able to bump fee of a tx with external inputs
Andrew Chow
2022-08-19
bumpfee: Clear scriptSigs and scriptWitnesses before calculated max size
Andrew Chow
2022-08-19
bumpfee: extract weights of external inputs when bumping fee
Andrew Chow
2022-08-19
bumpfee: Calculate fee by looking up UTXOs
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25808: fs: work around u8path deprecated-declaration wa...
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25852: build: reorder CXXFLAGS in intrinsic checks
MacroFake
2022-08-19
fs: work around u8path deprecated-declaration warnings with libc++
fanquake
2022-08-19
Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...
fanquake
2022-08-18
Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.
Andrew Chow
2022-08-18
wallet: remove UNKNOWN type from OUTPUT_TYPES array
furszy
2022-08-18
tests: Test that external inputs of txs in wallet is handled correctly
Andrew Chow
[prev]
[next]