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
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2021-03-18
Merge #20861: BIP 350: Implement Bech32m and use it for v1+ segwit addresses
Wladimir J. van der Laan
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-17
Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...
Samuel Dobson
2021-03-16
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-03-16
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-16
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-15
Implement Bech32m encoding/decoding
Pieter Wuille
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-03-01
Merge #21170: bench: Add benchmark to write JSON into a string
Wladimir J. van der Laan
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-02-13
Add benchmark to write JSON into a string
Martin Ankerl
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-02
Merge #21059: Drop boost/preprocessor dependencies
Wladimir J. van der Laan
2021-02-01
Drop boost/preprocessor dependencies
Hennadii Stepanov
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2021-01-31
refactor: init vectors via std::{begin,end} to avoid pointer arithmetic
Sebastian Falbesoner
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-24
Fix BlockToJsonVerbose benchmark
Martin Ankerl
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-04
doc: fix various typos
Ikko Ashimine
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
Remove CDataStream::Init in favor of C++11 member initialization
MarcoFalke
2020-12-21
bench: Add Muhash benchmarks
Fabian Jahr
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-16
Merge #20575: Do not run functions with necessary side-effects in assert()
Wladimir J. van der Laan
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-06
Do not run functions with necessary side-effects in assert()
practicalswift
2020-11-25
Drop noop gcc version checks
Hennadii Stepanov
2020-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-02
Move OutputGroup positive only filtering into Insert
Andrew Chow
2020-09-29
Move GroupOutputs into SelectCoinsMinConf
Andrew Chow
2020-09-29
Remove OutputGroup non-default constructors
Andrew Chow
2020-09-29
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-09-24
bench: Use CCheckQueue local thread pool
Hennadii Stepanov
2020-09-06
Add SHA3 benchmark
Pieter Wuille
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-08-31
Merge #19710: bench: Prevent thread oversubscription and decreases the varian...
MarcoFalke
2020-08-26
bench: Prevent thread oversubscription
Hennadii Stepanov
2020-08-14
bench: Allow skip benchmark
Hennadii Stepanov
2020-08-12
util: make EncodeBase58Check consume Spans
Sebastian Falbesoner
2020-08-12
util: make EncodeBase58 consume Spans
Sebastian Falbesoner
[next]