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
2016-06-09
Merge #7292: [RPC] Expose ancestor/descendant information over RPC
Pieter Wuille
2016-06-09
Add ancestor statistics to mempool entry RPC output
Suhas Daftuar
2016-06-09
Add getmempoolentry RPC call
Suhas Daftuar
2016-06-09
Add getmempooldescendants RPC call
Suhas Daftuar
2016-06-08
Merge #7935: Versionbits: GBT support
Pieter Wuille
2016-06-08
Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB
Wladimir J. van der Laan
2016-06-08
Merge #8065: Addrman offline attempts
Wladimir J. van der Laan
2016-06-07
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number
Wladimir J. van der Laan
2016-06-07
Merge #8118: Reduce unnecessary hashing in signrawtransaction
Wladimir J. van der Laan
2016-06-07
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-06-06
getblocktemplate: Use version/force mutation to support pre-BIP9 clients
Luke Dashjr
2016-06-06
getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...
Luke Dashjr
2016-06-06
Implement BIP 9 GBT changes
Luke Dashjr
2016-05-30
Merge #7896: fix typo in help text
Wladimir J. van der Laan
2016-05-30
Reduce unnecessary hashing in signrawtransaction
Jonas Nick
2016-05-26
Merge #8049: Expose information on whether transaction relay is enabled in `g...
Pieter Wuille
2016-05-26
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-05-18
Merge #7906: net: prerequisites for p2p encapsulation changes
Wladimir J. van der Laan
2016-05-17
Add getmempoolancestors RPC call
Suhas Daftuar
2016-05-17
Refactor logic for converting mempool entries to JSON
Suhas Daftuar
2016-05-16
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-05-12
rpc: Add `relaytxes` flag to `getnetworkinfo`
Wladimir J. van der Laan
2016-05-10
net: make Ban/Unban/ClearBan functionality consistent
Cory Fields
2016-05-09
Rename ReconsiderBlock func to reflect real behavior
instagibbs
2016-05-06
Remove state arg from ReconsiderBlock
instagibbs
2016-05-05
Merge #7953: Create signmessagewithprivkey rpc
Wladimir J. van der Laan
2016-05-02
Merge #7964: Minor changes for c++11 consistency
Wladimir J. van der Laan
2016-04-28
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-04-27
[RPC] createrawtransaction: add option to set the sequence number per input
Jonas Schnelli
2016-04-27
Create signmessagewithprivkey rpc
Andrew
2016-04-22
push back getaddednodeinfo dead value
instagibbs
2016-04-21
Merge #7916: Explicitly pass CChainParams& to DisconnectTip()
Wladimir J. van der Laan
2016-04-19
Pass CChainParams to DisconnectTip()
face
2016-04-19
Merge #7827: Speed up getchaintips.
Wladimir J. van der Laan
2016-04-18
Speed up getchaintips.
mrbandrews
2016-04-16
fix typo in help text
Chris Moore
2016-04-15
rpc: make sure `gettxoutsetinfo` hash has txids
Wladimir J. van der Laan
2016-04-15
Merge #7756: Add cursor to iterate over utxo set, use this in `gettxoutsetinfo`
Wladimir J. van der Laan
2016-04-15
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2016-04-15
Add strict flag to RPCTypeCheckObj
João Barbosa
2016-04-14
Merge #7842: RPC: do not print minping time in getpeerinfo when no ping recei...
Wladimir J. van der Laan
2016-04-13
getblockchaininfo: make bip9_softforks an object, not an array.
Rusty Russell
2016-04-09
RPC: do not print ping info in getpeerinfo when no ping received yet, fix help
Pavel Janík
2016-04-05
Merge #7793: [doxygen] Fix member comments
Wladimir J. van der Laan
2016-04-04
RPC: add versionHex in getblock and getblockheader JSON results; expand data ...
mruddy
2016-04-03
RPC: fix generatetoaddress failing to parse address and add unit test
mruddy
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-03-31
Merge #7766: rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-30
Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113
Wladimir J. van der Laan
[next]