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
/
node
Age
Commit message (
Expand
)
Author
2021-01-07
net: Add -natpmp command line option
Hennadii Stepanov
2021-01-07
net: Add flags for port mapping protocols
Hennadii Stepanov
2021-01-07
refactor: Move port mapping code to its own module
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-09
Merge #19910: net processing: Move peer_map to PeerManager
fanquake
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
[net processing] Move GetNodeStateStats into PeerManager
John Newbery
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-03
interface: remove unused estimateSmartFee method from node
Antoine Poinsot
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-24
Move ChainImpl from interfaces/chain.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-24
Move NodeImpl from interfaces/node.cpp to node/interfaces.cpp
Russell Yanofsky
2020-10-08
style and nits for fee-checking in BroadcastTransaction
gzhao408
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-09-16
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-05
Remove mempool global
MarcoFalke
2020-09-04
[BroadcastTransaction] Remove unsafe move operator
Amiti Uttarwar
2020-09-04
[mempool] Revert unbroadcast set to tracking just txid
Amiti Uttarwar
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-07-19
Add support for tx-relay via wtxid
Suhas Daftuar
2020-07-18
Add wtxid to mempool unbroadcast tracking
Amiti Uttarwar
2020-07-08
gui: Fix regression in GUI console
Hennadii Stepanov
2020-07-06
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-01
gui: change combiner for signals to optional_last_value
Cory Fields
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-22
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-19
refactor: Extract GetBogoSize function
Fabian Jahr
2020-06-15
refactor: Remove unused EnsureChainman
MarcoFalke
2020-05-26
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-22
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-21
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-27
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
Sjors Provoost
2020-03-02
doc: Correct spelling errors in comments
Ben Woosley
2020-03-02
Merge #18224: Make AnalyzePSBT next role calculation simple, correct
Samuel Dobson
[next]