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-10-05
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-03
[rpc] throw JSONRPCError when utxo set can not be read
MarcoFalke
2016-09-26
Remove createwitnessaddress
Johnson Lau
2016-09-21
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-09-21
document return value of networkhashps for getmininginfo RPC endpoint
Jameson Lopp
2016-09-21
various typos
leijurv
2016-09-21
Corrected JSON typo on setban of net.cpp
Sev
2016-08-10
Bugfix: Use pre-BIP141 sigops until segwit activates
Luke Dashjr
2016-07-19
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-09
[Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress
Jonas Schnelli
2016-06-28
The bit field is shown only when status is "started"
Pavel JanÃk
2016-06-27
Merge #8258: RPC: Hide softfork if timeout is 0
Wladimir J. van der Laan
2016-06-25
Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool
Wladimir J. van der Laan
2016-06-25
RPC: Hide softfork if timeout is 0
jl2012
2016-06-23
remove unnecessary LOCK(cs_main)
Daniel Cousens
2016-06-22
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
[RPC] Add wallet support for witness transactions (using P2SH)
Pieter Wuille
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
[RPC] Return witness data in blockchain RPCs
Johnson Lau
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-16
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsing
Wladimir J. van der Laan
2016-06-13
Rework addnode behaviour
Pieter Wuille
2016-06-13
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
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
[RPC] Fix createrawtx sequence number unsigned int parsing
Jonas Schnelli
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
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
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
[next]