266 Commits (eed816af6c68c0c67f5fc05472a3927db62f8a18)

Author SHA1 Message Date
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Jonas Nick bd0f413877 Reduce unnecessary hashing in signrawtransaction 8 years ago
Gregory Maxwell c769c4af11 Avoid counting failed connect attempts when probably offline. 8 years ago
Alex Morcos 4dc94d1036 Refactor CreateNewBlock to be a method of the BlockAssembler class 8 years ago
Suhas Daftuar 8f7b5dc4af Add getmempoolancestors RPC call 8 years ago
Suhas Daftuar 5ec0cde371 Refactor logic for converting mempool entries to JSON 8 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 years ago
Wladimir J. van der Laan 1ab1dc3140 rpc: Add `relaytxes` flag to `getnetworkinfo` 8 years ago
Cory Fields 8b8f87714d net: make Ban/Unban/ClearBan functionality consistent 8 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 8 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 8 years ago
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr 8 years ago
Jonas Schnelli a946bb6b18
[RPC] createrawtransaction: add option to set the sequence number per input 8 years ago
Andrew f90efbfeef Create signmessagewithprivkey rpc 8 years ago
instagibbs 9c0bcb617b push back getaddednodeinfo dead value 9 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 9 years ago
mrbandrews 87049e832d Speed up getchaintips. 9 years ago
Chris Moore fc95f6ecb6 fix typo in help text 9 years ago
Wladimir J. van der Laan 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 9 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 9 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 9 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 9 years ago
Pavel Janík 62a6486058 RPC: do not print ping info in getpeerinfo when no ping received yet, fix help 9 years ago
mruddy 92107d574d RPC: add versionHex in getblock and getblockheader JSON results; expand data in getblockchaininfo bip9_softforks field. 9 years ago
mruddy 60361ca481 RPC: fix generatetoaddress failing to parse address and add unit test 9 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
instagibbs 7eb702954e Add importprunedfunds rpc call 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 9 years ago
Pieter Wuille 65751a3cf2 Add CHECKSEQUENCEVERIFY softfork through BIP9 9 years ago
Pieter Wuille d23f6c6a0d Softfork status report in RPC 9 years ago
Pavel Vasin a6ee0caa4e use cached block hash in blockToJSON() 9 years ago
Luv Khemani ce7413fcb7 Add autocomplete to bitcoin-qt's console window. 9 years ago
Pieter Wuille 8a253b342c Make the generate RPC call function for non-regtest 9 years ago
Leviathn 8d1de43f0c Remove internal miner 9 years ago
instagibbs 993d089e82 Changed getnetworkhps value to double to avoid overflow. 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
Daniel Cousens d13f65ebac rpc: update inline comments to refer to new file paths 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago