437 Commits (d3ef66b9fcfe93ba392172639826aadc26b23039)

Author SHA1 Message Date
Pieter Wuille 605e8473a7 BIP143: Signing logic 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Johnson Lau 7c4bf779e8 [RPC] Return witness data in blockchain RPCs 8 years ago
Pieter Wuille 3dd410294d BIP143: Verification logic 8 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 8 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Pieter Wuille 449f9b8deb BIP141: Witness program 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
Daniel Kraft 9fce0629b4 [c++11] Use std::unique_ptr for block creation. 8 years ago
Pieter Wuille 1111b80df8 Rework addnode behaviour 8 years ago
Suhas Daftuar 7f6eda8043 Add ancestor statistics to mempool entry RPC output 8 years ago
Suhas Daftuar b09b8135ae Add getmempoolentry RPC call 8 years ago
Suhas Daftuar 0dfd86956d Add getmempooldescendants RPC call 8 years ago
Jonas Schnelli 6fa950a573
[RPC] Fix createrawtx sequence number unsigned int parsing 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 8 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 8 years ago
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 9 years ago
Jonas Schnelli a946bb6b18
[RPC] createrawtransaction: add option to set the sequence number per input 9 years ago
Andrew f90efbfeef Create signmessagewithprivkey rpc 9 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