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
/
rpc
Age
Commit message (
Expand
)
Author
2017-03-14
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-09
[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06
practicalswift
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-09
Merge #9575: Remove unused, non-working RPC PostCommand signal
Wladimir J. van der Laan
2017-03-09
Remove unreachable code (g_rpcSignals.PostCommand)
practicalswift
2017-03-08
Add commenting around JSON error codes
John Newbery
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-07
Return correct error codes in setban().
John Newbery
2017-03-07
Return correct error codes in blockchain.cpp.
John Newbery
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
[rpc] Remove priority information from mempool RPC calls
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-03-01
remove 'label' filter for rpc command help
Gregory Sanders
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-27
[rpc] sendrawtransaction no longer bypasses minRelayTxFee
Alex Morcos
2017-02-27
[rpc] Remove estimatepriority and estimatesmartpriority.
Alex Morcos
2017-02-26
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-23
Trivial: Rephrase the definition of difficulty in the code.
Karl-Johan Alm
2017-02-22
Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()
Wladimir J. van der Laan
2017-02-22
Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction
Wladimir J. van der Laan
2017-02-21
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-20
Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segw...
Wladimir J. van der Laan
2017-02-18
Merge #9696: [trivial] Fix recently introduced typos in comments
MarcoFalke
2017-02-17
boost: remove iostreams includes
Cory Fields
2017-02-16
Add two hour buffer to manual pruning
Alex Morcos
2017-02-14
[trivial] Fix recently introduced typos in comments
practicalswift
2017-02-10
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
Add test to check new importmulti "now" value
Russell Yanofsky
2017-02-07
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-02
Better handle invalid parameters to signrawtransaction
Matt Corallo
2017-02-02
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-02-02
Merge #9556: Remove redundant semicolons
Wladimir J. van der Laan
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-26
Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks
Wladimir J. van der Laan
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-20
[rpc] Add incremental relay fee to getnetworkinfo
Alex Morcos
2017-01-19
Merge #8456: [RPC] Simplified bumpfee command.
Wladimir J. van der Laan
2017-01-19
[RPC] bumpfee
mrbandrews
2017-01-19
[wallet] Add include_unsafe argument to listunspent RPC
Russell Yanofsky
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
[next]