jl777
9c7d2832f1
Test
2018-02-13 22:54:45 +02:00
jl777
85ef725a7d
Test
2018-02-13 22:52:45 +02:00
Ashley Holman
e328fa32b3
TxMemPool: Change mapTx to a boost::multi_index_container
...
Indexes on:
- Tx Hash
- Fee Rate (fee-per-kb)
2018-02-09 18:35:25 +00:00
Jack Grigg
e319633435
Add Sprout value pool to getblock and getblockchaininfo
2017-12-14 22:06:15 +00:00
jl777
fa09a600b8
Test
2017-11-10 19:17:16 +02:00
jl777
7c130297c2
KOMODO_ASSETCHAIN_MAXLEN -> 65
2017-11-10 19:07:36 +02:00
jl777
2934460ce3
Test
2017-10-09 17:41:16 +03:00
ca333
34017212c7
333
2017-10-09 16:18:22 +02:00
ca333
9d36579649
uni3
2017-10-09 11:45:49 +02:00
Jay Graber
c16528495c
s/zcash/Zcash
2017-10-04 17:06:51 -07:00
Bruno Arueira
d2c1e4a807
Removes out bitcoin mention in favor for zcash
...
Bitcoin Core => Zcash
bitcoin address => Zcash address
bitcoinaddress => zcashaddress
Closes #1756
2017-10-04 17:05:30 -07:00
jl777
40daca68fd
Test
2017-09-28 22:25:48 +03:00
jl777
a6df99fc9c
Getchaintips error checks
2017-09-28 22:08:32 +03:00
jl777
9e602ac220
Remove pax prints
2017-09-06 18:09:39 +02:00
Ross Nicoll
091b2116a0
Rationalize currency unit to "BTC"
...
Previously various user-facing strings have used inconsistent currency units "BTC",
"btc" and "bitcoins". This adds a single constant and uses it for each reference to
the currency unit.
Also adds a description of the unit for --maxtxfee, and adds the missing "amount"
field description to the (deprecated) move RPC command.
2017-08-03 16:32:41 +01:00
jl777
31dd13ad40
Test
2017-06-27 17:36:24 +03:00
jl777
ebbbc9345b
Test
2017-03-30 05:28:40 +03:00
jl777
0e8cbf3ba1
Test
2017-03-30 05:26:43 +03:00
jl777
1cca98997f
Test
2017-03-30 05:25:03 +03:00
jl777
14f3daa65f
Test
2017-03-30 05:22:38 +03:00
jl777
f8402b5dd9
Test
2017-03-30 05:18:17 +03:00
jl777
945f015d80
Initial merge
2017-03-30 04:35:16 +03:00
zkbot
23f792c2f5
Auto merge of #2187 - bitcartel:1.0.7_getblock_by_height, r=bitcartel
...
Closes #2186 . RPC getblock now accepts height or hash.
2017-03-24 02:55:27 +00:00
Simon
7d3b152897
Closes #2186 . RPC getblock now accepts height or hash.
2017-03-23 19:25:04 -07:00
zkbot
7d9bf65501
Auto merge of #2168 - str4d:2164-getblock-anchor, r=daira
...
Add anchor to output of getblock
Closes #2164 .
2017-03-23 18:21:10 +00:00
jl777
83da1e16c3
Test
2017-03-22 17:12:40 +02:00
jl777
99dd545baa
Test
2017-03-21 19:55:42 +02:00
jl777
67a128db46
Test
2017-03-21 18:56:59 +02:00
jl777
6a4a0c4727
Test
2017-03-21 18:55:26 +02:00
jl777
a821c7eb0b
Test
2017-03-21 18:48:50 +02:00
jl777
e18b06ed5f
Test
2017-03-21 18:47:16 +02:00
jl777
4050a4cecf
Test
2017-03-21 18:16:57 +02:00
jl777
5c0287f259
Test
2017-03-21 18:15:36 +02:00
Pavel Janík
30c163d99d
Implement REST mempool API, add test and documentation.
2017-03-14 13:52:06 +13:00
Pieter Wuille
bde5c8b0f1
Implement accurate memory accounting for mempool
2017-03-14 13:44:39 +13:00
jl777
f55023c83d
Test
2017-03-12 13:09:57 +02:00
jl777
f67f5e98b9
Test
2017-03-12 12:56:36 +02:00
Jack Grigg
0bc1e2c431
Add anchor to output of getblock
...
Closes #2164 .
2017-03-10 20:09:40 +13:00
Jonas Schnelli
81eb80d841
[REST] add JSON support for /rest/headers/
2017-03-02 13:23:03 -08:00
Jack Grigg
0352b37bff
Adjust blockheaderToJSON() for Zcash block header
2017-03-02 13:23:03 -08:00
Peter Todd
d3d5483eef
Add getblockheader RPC call
...
Alternative to getblock that works even when the block itself has been
pruned, returning all available information.
2017-03-02 13:23:03 -08:00
Wladimir J. van der Laan
a0455eca11
rpc: make gettxoutsettinfo run lock-free
...
For leveldb "An iterator operates on a snapshot of the database taken
when the iterator is created". This means that it is unnecessary to
lock out other threads while computing statistics, and neither to hold
cs_main for the whole time. Let the thread run free.
2017-03-02 13:23:03 -08:00
Jonas Schnelli
a10a6e2a0e
[Univalue] add univalue over subtree
...
similar to secp256k1 include and compile univalue over a subtree
2017-02-10 02:18:51 +00:00
Jack Grigg
0d37ae3a59
Migrate Zcash-specific code to UniValue
2017-02-10 00:52:57 +00:00
Jonas Schnelli
b47f3aea36
fix missing univalue types during constructing
2017-02-10 00:35:24 +00:00
Jonas Schnelli
d014114d67
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
...
- implement find_value() function for UniValue
- replace all Array/Value/Object types with UniValues, remove JSON Spirit to UniValue wrapper
- remove JSON Spirit sources
2017-02-10 00:35:24 +00:00
Jonas Schnelli
851f58f94e
remove JSON Spirit UniValue wrapper
2017-02-10 00:35:24 +00:00
Jonas Schnelli
38fc4b7090
expicit set UniValue type to avoid empty values
2017-02-10 00:35:24 +00:00
Jonas Schnelli
9756b7bd29
extend conversion to UniValue
2017-02-10 00:35:24 +00:00
Jeff Garzik
ed21d5bd4b
Convert tree to using univalue. Eliminate all json_spirit uses.
2017-02-10 00:35:24 +00:00