index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Delete double semicolon in wallet.cpp and misc.cpp
Matteo Sumberaz
2018-07-02
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #13480: Avoid copies in range-for loops and add a warning to detect them
Wladimir J. van der Laan
2018-06-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-15
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock
Jonas Schnelli
2018-06-19
1
-7
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
rpc: Avoid "duplicate" return value for invalid submitblock
MarcoFalke
2018-06-11
1
-7
/
+6
*
|
|
|
|
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-15
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-06-11
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-06-13
1
-0
/
+4
|
/
/
/
/
*
|
|
|
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
2018-06-11
1
-1
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[wallet] [rpc] Remove getlabeladdress RPC
John Newbery
2018-05-16
1
-1
/
+0
*
|
|
|
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-30
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-06-05
3
-18
/
+7
|
\
\
\
\
|
*
|
|
|
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-20
3
-18
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-18
1
-2
/
+2
|
|
/
/
*
|
|
Merge #13063: Use shared pointer to retain wallet instance
Wladimir J. van der Laan
2018-05-24
1
-1
/
+2
|
\
\
\
|
*
|
|
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-22
1
-1
/
+2
|
|
/
/
*
|
|
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-23
2
-11
/
+303
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
RPC: Introduce getblockstats
Jorge Timón
2018-05-22
2
-0
/
+283
|
*
|
Refactor: RPC: Separate GetBlockChecked() from getblock()
Jorge Timón
2018-05-07
1
-11
/
+20
*
|
|
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
1
-0
/
+1
|
\
\
\
|
*
|
|
Add assertion to guide static analyzers. Clang Static Analyzer needs this gui...
practicalswift
2018-04-12
1
-0
/
+1
*
|
|
|
Merge #13116: Add Clang thread safety annotations for variables guarded by cs...
MarcoFalke
2018-05-14
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
practicalswift
2018-04-29
1
-3
/
+3
*
|
|
|
|
Merge #12560: [wallet] Upgrade path for non-HD wallets to HD
Wladimir J. van der Laan
2018-05-14
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-05-12
1
-0
/
+1
*
|
|
|
|
|
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
1
-4
/
+4
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-05
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
6
-70
/
+70
*
|
|
|
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
1
-1
/
+1
*
|
|
|
Merge #12954: util: Refactor logging code into a global object
Pieter Wuille
2018-04-30
1
-18
/
+19
|
\
\
\
\
|
*
|
|
|
util: Refactor GetLogCategory.
Jim Posen
2018-04-29
1
-9
/
+8
|
*
|
|
|
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
1
-14
/
+16
|
|
/
/
/
*
/
/
/
nit: fix typo for entry description string
mryandao
2018-04-30
1
-1
/
+1
|
/
/
/
*
|
|
rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved section
Wladimir J. van der Laan
2018-04-27
1
-1
/
+3
*
|
|
Remove Safe mode
Andrew Chow
2018-04-26
3
-31
/
+0
*
|
|
Merge #12321: p2wsh and p2sh-p2wsh address in decodescript
Wladimir J. van der Laan
2018-04-26
1
-0
/
+32
|
\
\
\
|
*
|
|
list the types of scripts we should consider for a witness program
fivepiece
2018-04-08
1
-1
/
+1
|
*
|
|
p2wpkh, p2wsh and p2sh-nested scripts in decodescript
fivepiece
2018-03-06
1
-0
/
+32
*
|
|
|
Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...
Wladimir J. van der Laan
2018-04-26
1
-4
/
+17
|
\
\
\
\
|
*
|
|
|
Add new fee structure with all sub-fields denominated in BTC
mryandao
2018-04-18
1
-4
/
+17
*
|
|
|
|
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
2
-9
/
+23
*
|
|
|
|
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-25
1
-3
/
+4
*
|
|
|
|
Merge #12448: Interrupt block generation on shutdown request
Wladimir J. van der Laan
2018-04-23
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
rpc: Interrupt block generation on shutdown request
João Barbosa
2018-02-16
1
-1
/
+1
*
|
|
|
|
|
wallet: Add HasWallets
João Barbosa
2018-04-18
1
-1
/
+1
*
|
|
|
|
|
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Expose a transaction's weight via RPC
Matt Corallo
2018-04-13
1
-0
/
+2
*
|
|
|
|
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-12
1
-3
/
+3
|
\
\
\
\
\
[prev]
[next]