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
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
2020-02-28
Make AnalyzePSBT next role calculation simple, correct
Gregory Sanders
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-10
Get rid of VARINT default argument
Pieter Wuille
2020-01-29
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-06
psbt: check output index is within bounds before accessing
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-10
Don't calculate tx fees for PSBTs with invalid money values
Andrew Chow
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-11-19
Mark PSBTs spending unspendable outputs as invalid in analysis
Andrew Chow
2019-11-19
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-06
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-05
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-05
Merge #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
2019-11-05
coinstats: add coins_count
James O'Beirne
2019-11-04
doc: Fix some misspellings
randymcmillan
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
[next]