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
2022-08-04
extended keys: fail to derive too large depth instead of wrapping around
Antoine Poinsot
2022-08-04
descriptor: don't assert success of extended key derivation
Antoine Poinsot
2022-08-04
(pubk)key: mark Derive() as nodiscard
Antoine Poinsot
2022-08-04
descriptor: never ignore the return value when deriving an extended key
Antoine Poinsot
2022-08-03
Change mapWallet to be a std::unordered_map
Andrew Chow
2022-08-03
Change getWalletTxs to return a set instead of a vector
Andrew Chow
2022-08-03
Change mapTxSpends to be a std::unordered_multimap
Andrew Chow
2022-08-03
wallet: Cache SigningProviders
Andrew Chow
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Check for uint32 overflow in setup_bytes
Carl Dong
2022-08-03
validationcaches: Abolish arbitrary limit
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
tests: Reduce calls to InitS*Cache()
Carl Dong
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-08-03
test: Add missing static to IsStandardTx helper
MacroFake
2022-08-03
Merge bitcoin/bitcoin#25648: refactor: Remove all policy globals
glozow
2022-08-03
Remove unused SetTip(nullptr) code
MacroFake
2022-08-02
Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s...
Andrew Chow
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2022-08-02
Combine datacarrier globals into one
MacroFake
2022-08-02
Remove ::GetVirtualTransactionSize() alias
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
test: Remove unused cs_main
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-08-02
Return optional error from ApplyArgsManOptions
MacroFake
2022-08-02
Merge bitcoin/bitcoin#25736: univalue: Remove unused and confusing set*() ret...
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25651: refactor: make all NodeImpl/ChainImpl/ExternalSi...
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25663: tracing: do not use `coin` after move in `CCoins...
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25739: Update leveldb subtree
fanquake
2022-07-30
Merge bitcoin/bitcoin#25709: script: actually trigger the optimization in Bui...
MacroFake
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
2022-07-29
refactor: remove unneeded temporaries in node/interfaces, simplify code
Jon Atack
2022-07-29
refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public
Jon Atack
2022-07-29
wallet: Use CalculateMaximumSignedInputSize to indicate solvability
Andrew Chow
2022-07-29
Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...
fanquake
2022-07-29
Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...
MacroFake
2022-07-29
Update leveldb-subtree subtree to latest upstream
fanquake
2022-07-29
univalue: Remove unused and confusing set*() return value
MacroFake
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-28
Merge bitcoin/bitcoin#25674: add unit tests for RBF rules in isolation
glozow
2022-07-28
[unit tests] individual RBF Rules in isolation
glozow
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
[prev]
[next]