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
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
Merge #15335: Fix lack of warning of unrecognized section names
MarcoFalke
2019-03-02
Merge #15492: [rpc] remove deprecated generate method
MarcoFalke
2019-03-01
[rpc] deriveaddresses: add range to CRPCConvertParam
Sjors Provoost
2019-03-01
[wallet] remove unused GetScriptForMining
Sjors Provoost
2019-02-28
Make deriveaddresses use stop/[start,stop] notation for ranges
Pieter Wuille
2019-02-28
Use stop/[start,stop] notation in importmulti desc range
Pieter Wuille
2019-02-28
Add support for stop/[start,stop] ranges to scantxoutset
Pieter Wuille
2019-02-28
Support ranges arguments in RPC help
Pieter Wuille
2019-02-28
Add ParseRange function to parse args of the form int/[int,int]
Pieter Wuille
2019-02-27
[rpc] remove deprecated generate method
Sjors Provoost
2019-02-27
Merge #15477: doc: Remove misleading hint in getrawtransaction
Wladimir J. van der Laan
2019-02-27
Merge #15468: wallet: Use fsbridge::ifstream to fix Windows path issue
Wladimir J. van der Laan
2019-02-27
Merge #15462: gui: Fix async open wallet call order
Wladimir J. van der Laan
2019-02-26
Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warning
MarcoFalke
2019-02-25
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-25
rpc/gui: Remove 'Unknown block versions being mined' warning
Wladimir J. van der Laan
2019-02-25
Merge #15456: Enable PID file creation on WIN
Wladimir J. van der Laan
2019-02-25
Enable PID file creation on Windows
riordant
2019-02-25
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-23
wallet: Use fsbridge::ifstream to fix Windows path issue
Chun Kuan Lee
2019-02-23
gui: Fix async open wallet call order
João Barbosa
2019-02-22
Style cleanup.
Jim Posen
2019-02-22
flatfile: Unit tests for FlatFileSeq methods.
Jim Posen
2019-02-22
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-02-22
Move CDiskBlockPos from chain to flatfile.
Jim Posen
2019-02-22
validation: Refactor file flush logic into FlatFileSeq.
Jim Posen
2019-02-22
validation: Refactor block file pre-allocation into FlatFileSeq.
Jim Posen
2019-02-22
validation: Refactor OpenDiskFile into method on FlatFileSeq.
Jim Posen
2019-02-22
validation: Extract basic block file logic into FlatFileSeq class.
Jim Posen
2019-02-22
util: Move CheckDiskSpace to util.
Jim Posen
2019-02-22
Change brace formatting
Russell Yanofsky
2019-02-22
Merge #15435: rpc: Add missing #include
MarcoFalke
2019-02-22
Remove use of IsInitialBlockDownload in wallet code
Russell Yanofsky
2019-02-22
Remove use of uiInterface.LoadWallet in wallet code
Russell Yanofsky
2019-02-22
Remove use of AcceptToMemoryPool in wallet code
Russell Yanofsky
2019-02-22
Remove uses of InitMessage/Warning/Error in wallet code
Russell Yanofsky
2019-02-22
Remove uses of GetAdjustedTime in wallet code
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Remove uses of g_connman in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fPruneMode in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
Remove use of CalculateMemPoolAncestors in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetTransactionAncestry in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetCountWithDescendants in wallet code
Russell Yanofsky
2019-02-22
Remove use of IsRBFOptIn in wallet code
Russell Yanofsky
2019-02-22
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
[next]