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-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unit
Carl Dong
2022-06-28
mempool: Pass in -mempoolexpiry instead of referencing gArgs
Carl Dong
2022-06-28
init: Only determine maxmempool once
Carl Dong
2022-06-28
mempool: Make GetMinFee() with custom size protected
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-27
fuzz/rbf: Add missing TestingSetup
Carl Dong
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-22
ArgsMan: Add Get*Arg functions returning optional
Carl Dong
2022-06-20
Merge bitcoin/bitcoin#25388: refactor: move policy constants to policy
laanwj
2022-06-20
Merge bitcoin/bitcoin#25409: doc: fix typos
MacroFake
2022-06-20
refactor: move DEFAULT_*_LIMIT assertions from validation to policy
fanquake
2022-06-20
refactor: move EXTRA_DESCENDANT_TX_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: use braced initialization in policy/policy.h
fanquake
2022-06-20
scripted-diff: use static constexpr in policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_ANCESTOR_LIMIT to policy/policy.h
CAnon
2022-06-18
doc: typo fix
Marnix
2022-06-18
Merge bitcoin/bitcoin#25410: wallet: fix warning: "argument name 'feerate' in...
MacroFake
2022-06-18
wallet: fix warning: "argument name 'feerate' in comment does not match param...
furszy
2022-06-17
Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi...
Andrew Chow
2022-06-17
Merge bitcoin/bitcoin#25289: test: implement 'bech32m' mode for `getnewdestin...
laanwj
2022-06-17
Merge bitcoin/bitcoin#25360: build: SystemTap 4.7 (RISC-V support)
laanwj
2022-06-17
Merge bitcoin/bitcoin#25281: build: Remove unused `LIBBITCOIN_KERNEL` variable
laanwj
2022-06-17
Merge bitcoin/bitcoin#25299: doc: Correct comments re. units of constants
laanwj
2022-06-17
Merge bitcoin/bitcoin#25392: scripts: remove no-longer-needed ignored exports
laanwj
2022-06-16
Merge bitcoin/bitcoin#22380: build: add and use C_STANDARD and CXX_STANDARD i...
laanwj
2022-06-16
Merge bitcoin/bitcoin#24864: contrib: Use asmap for ASN lookup in makeseeds
laanwj
2022-06-16
Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external
Andrew Chow
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-16
Merge bitcoin/bitcoin#25215: [kernel 2d/n] Reduce CTxMemPool constructor call...
laanwj
2022-06-16
Merge bitcoin/bitcoin#25282: Bugfix: configure: Define default for use_libevent
laanwj
2022-06-16
build: add and use CXX_STANDARD in depends
fanquake
2022-06-16
build: add and use C_STANDARD in depends
fanquake
2022-06-16
scripts: remove no-longer-needed ignored exports
fanquake
2022-06-16
Merge bitcoin/bitcoin#25369: Unsubtree Univalue
MacroFake
2022-06-16
Merge bitcoin/bitcoin#25382: doc requirement that replacement must have highe...
fanquake
2022-06-15
bench/rpc_mempool: Create ChainTestingSetup, use its CTxMemPool
Carl Dong
2022-06-15
bench: Use existing CTxMemPool in TestingSetup
Carl Dong
2022-06-15
scripted-diff: test: Use CTxMemPool in TestingSetup
Carl Dong
2022-06-15
test/policyestimator: Use ChainTestingSetup's CTxMemPool
Carl Dong
2022-06-15
rest/getutxos: Don't construct empty mempool
Carl Dong
2022-06-15
[doc] RBF feerate rule
glozow
2022-06-15
Merge bitcoin/bitcoin#25368: doc: Update importaddress mention incompatibilit...
Andrew Chow
2022-06-15
Merge bitcoin/bitcoin#25358: test: passing a value below 5 MB to -maxmempool ...
MacroFake
2022-06-15
Merge bitcoin-core/gui#618: refactor: Add `transactionoverviewwidget.cpp` sou...
Hennadii Stepanov
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
[next]