Commit Graph

247 Commits

Author SHA1 Message Date
jl777
e73b2055c6 Merge branch 'beta' into mergemaster
# Conflicts:
#	src/main.cpp
2018-04-16 10:16:01 +03:00
jl777
8458c60b5b Add timestamp 2018-04-14 01:49:59 +03:00
jl777
49311c0553 Syntax fixes 2018-04-14 01:46:51 +03:00
jl777
20dfaa77f5 New notaries activate height 820000
Bugfix for 790833 bug
Performance improvements

If your node crashed, you should be able to just pull and rebuild and
it should startup. We are not seeing the need to resync on most nodes.

If you are mining, this is a must update right away
2018-04-14 01:30:23 +03: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
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
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
jl777
780c9ff180 minerids width param 2017-01-27 17:19:07 +02:00
jl777
3ced93646d Merge remote-tracking branch 'zcash/master' into dev
# Conflicts:
#	.gitignore
#	README.md
#	src/Makefile.gtest.include
#	src/gtest/test_checkblock.cpp
#	src/init.cpp
#	src/main.cpp
#	src/main.h
#	src/rpcserver.cpp
#	src/test/checkblock_tests.cpp
#	src/util.cpp
2017-01-25 09:26:28 +02:00
jl777
6b5cfbb4b0 signed KV 2017-01-22 13:45:34 +02:00