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
/
bench
Age
Commit message (
Expand
)
Author
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-04-28
test, bench: make prevector and checkqueue swap member functions noexcept
Jon Atack
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-20
Merge bitcoin/bitcoin#24909: refactor: Move and rename `pindexBestHeader`, `f...
MarcoFalke
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-18
bench: Add a benchmark for wallet loading
Andrew Chow
2022-04-17
bench: Adds a benchmark for HexStr
Martin Leitner-Ankerl
2022-04-06
refactor: Remove deduplication of data in rollingbloom bench
phyBrackets
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-25
bench: fix incorrect named args in coin_selection bench
fanquake
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
coinselection: Remove CInputCoin
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-23
Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when creati...
Andrew Chow
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-16
Merge bitcoin/bitcoin#18815: bench: Add logging benchmark
MarcoFalke
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-03-11
rpc: Move mempool RPCs to new file
MarcoFalke
2022-03-02
Use GetPathArg where possible
Pavol Rusnak
2022-02-17
bench: Avoid deprecated use of volatile +=
MarcoFalke
2022-02-04
bench: Represents paths with fs::path instead of std::string
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-11
bench: put addrman check ratio in a variable
Vasil Dimov
2022-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-15
bench: Add logging benchmark
MarcoFalke
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-12-09
Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...
W. J. van der Laan
2021-12-07
Merge bitcoin/bitcoin#23693: Revert "Fixes Bug in Transaction generation in C...
MarcoFalke
2021-12-07
Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark"
MarcoFalke
2021-12-07
Merge bitcoin/bitcoin#22856: test: Fix bug in transaction generation in Compl...
MarcoFalke
2021-12-05
Use SelectionResult in AttemptSelection
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-17
doc: Fix incorrect C++ named args
MarcoFalke
[next]