101 Commits (5d5862a85e806f5e12c3da9f5a516839fb4c17a0)

Author SHA1 Message Date
Larry 5d5862a85e bitcore 7 years ago
Kent Sommer 6a531923b2 1.0.13 Dev Rollup 7 years ago
Jay Graber c16528495c s/zcash/Zcash 7 years ago
Bruno Arueira d2c1e4a807 Removes out bitcoin mention in favor for zcash 8 years ago
Ross Nicoll 091b2116a0
Rationalize currency unit to "BTC" 9 years ago
Simon 7d3b152897 Closes #2186. RPC getblock now accepts height or hash. 7 years ago
Pavel Janík 30c163d99d
Implement REST mempool API, add test and documentation. 9 years ago
Pieter Wuille bde5c8b0f1
Implement accurate memory accounting for mempool 9 years ago
Jack Grigg 0bc1e2c431
Add anchor to output of getblock 7 years ago
Jonas Schnelli 81eb80d841
[REST] add JSON support for /rest/headers/ 10 years ago
Jack Grigg 0352b37bff
Adjust blockheaderToJSON() for Zcash block header 7 years ago
Peter Todd d3d5483eef
Add getblockheader RPC call 9 years ago
Wladimir J. van der Laan a0455eca11
rpc: make `gettxoutsettinfo` run lock-free 10 years ago
Jonas Schnelli a10a6e2a0e
[Univalue] add univalue over subtree 9 years ago
Jack Grigg 0d37ae3a59
Migrate Zcash-specific code to UniValue 8 years ago
Jonas Schnelli b47f3aea36
fix missing univalue types during constructing 9 years ago
Jonas Schnelli d014114d67
Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 851f58f94e
remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 38fc4b7090
expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 9756b7bd29
extend conversion to UniValue 9 years ago
Jeff Garzik ed21d5bd4b
Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Jack Grigg 5d6e1aa60f
Add total number of commitments to getblockchaininfo 8 years ago
Simon 805344dcf4 Refactor: replace calls to GetTxid() with GetHash() 8 years ago
Jack Grigg f50e8313f5 Remove accidental double-semicolon (harmless but odd) 8 years ago
Jack Grigg 333ea3c426 Remove testnet-only difficulty rules 8 years ago
Jack Grigg 695a7a8826 Separate concepts of block difficulty and network difficulty in RPC 8 years ago
Jack Grigg e1dde421c3 Output Equihash solution in RPC results as a hex string 8 years ago
Simon 10d2c57c0d Replace calls to GetHash() with GetTxid() for transaction objects. 8 years ago
aniemerg 24809b16b6 Update GetDifficulty() to use consensus.powLimit from consensus parameters. Fixes #1032. 8 years ago
Jack Grigg fdda3c5085 Use Equihash for Proof-of-Work 8 years ago
Peter Todd 6af25b0f64
Add BIP65 to getblockchaininfo softforks list 9 years ago
Wladimir J. van der Laan ba1da90b33 Show softfork status in getblockchaininfo 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 9 years ago
Chris Arnesen 803f51efe4 Typo in GetRawMemPool RPC method help: "]" --> "}" 9 years ago
Jonas Schnelli 03c56872b5 appropriate response when trying to get a block in pruned mode 9 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 9 years ago
Jonas Schnelli 1b2e555593 add autoprune information to RPC "getblockchaininfo" 9 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Jonas Schnelli 932ef50f77 [REST] JSON output: remove block infos from tx details if it is nested in block 10 years ago
Jonas Schnelli 73351c3686 [REST] /rest/block response with full tx details 10 years ago
Pieter Wuille 32b93a1bc2 Extra explanation for getchaintips 10 years ago
Pieter Wuille 1b91be49f5 Report status of chain tips 10 years ago
Pieter Wuille 9b0a8d3152 Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago
Pieter Wuille 798faec3ea Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago
Pieter Wuille 51ce901aa3 Improve chainstate/blockindex disk writing policy 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Philip Kaufmann 771d500283 minor cleanup: include orders, end comments etc. 10 years ago