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-01-05
RPC help documentation for addnode peerinfo.
Gregory Maxwell
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-22
Added missing colons in when running help command
Anditto Heristyo
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-14
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-08
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-05
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-04
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-25
Merge #9189: Always add default_witness_commitment with GBT client support
Wladimir J. van der Laan
2016-11-24
Correct help output for waitfor RPC commands
fanquake
2016-11-23
Merge #9025: getrawtransaction should take a bool for verbose
Wladimir J. van der Laan
2016-11-22
getrawtransaction should take a bool for verbose
jnewbery
2016-11-21
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-17
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-10
fix getnettotals RPC description about timemillis.
Masahiko Hyuga
2016-11-09
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-08
Revert "RPC: Give more details when "generate" fails"
Matt Corallo
2016-11-08
RPC: Give more details when "generate" fails
Jorge Timón
2016-11-07
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
Remove priority estimation
Alex Morcos
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-02
Merge #9042: [rpc] ParseHash: Fail when length is not 64
Wladimir J. van der Laan
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-10-31
[rpc] ParseHash: Fail when length is not 64
MarcoFalke
2016-10-31
Change all instance of 'GMT epoch' to 'Unix epoch'
matthias
2016-10-27
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-27
rpc: Add `getmemoryinfo` call
Wladimir J. van der Laan
2016-10-24
RPC/Net: Use boolean consistently for networkactive, and remove from getinfo
Luke Dashjr
2016-10-24
Overhaul network activity toggle
Jonas Schnelli
2016-10-24
RPC: Add "togglenetwork" method to toggle network activity temporarily
Jon Lund Steffensen
2016-10-20
Eliminating Inconsistencies in Textual Output
S. Matthew English
2016-10-20
Merge #7551: Add importmulti RPC call
Wladimir J. van der Laan
2016-10-19
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
Wladimir J. van der Laan
[next]