Commit Graph

74 Commits

Author SHA1 Message Date
blackjok3r
f8bbd607ea fix debug prints 2018-12-06 15:46:14 +08:00
blackjok3r
4b45ea8d96 fix 2018-12-06 14:49:25 +08:00
blackjok3r
128a02eb9b fix 2018-12-06 14:44:34 +08:00
blackjok3r
a78c87124a fix 2018-12-06 14:34:46 +08:00
blackjok3r
5acd49d9e6 _= 2018-12-06 14:26:08 +08:00
blackjok3r
f63a5470fb try 2018-12-06 14:24:57 +08:00
blackjok3r
905a829964 p 2018-12-01 14:08:51 +08:00
blackjok3r
3043dffcf5 fix getblocktemplate 2018-12-01 12:52:38 +08:00
blackjok3r
0fc3fd3de9 fix getblocktemplate 2018-12-01 12:18:44 +08:00
jl777
91f355fd69 4MB block size with sapling 2018-11-24 08:39:23 -11:00
miketout
b3b44e80e1 Latest Komodo changes 2018-11-17 17:28:45 -08:00
miketout
6e2a502b0e Merge of Komodo and Verus Technologies Post Sapling, Pre-VerusPoP with Support for Time locked coinbases 2018-11-14 16:40:10 -08:00
miketout
8a1e0d0d5f Add support for -zcashparamsdir parameter 2018-10-23 16:39:31 -07:00
miketout
d82a969a58 Remove retries on getBlockTemplate to fix pool flooding with calls 2018-10-21 14:54:19 -07:00
miketout
41e9e058e0 Additional null pindex checks 2018-10-14 01:31:58 -07:00
miketout
a8d2188651 Timeout adjustment 2018-10-11 22:47:07 -07:00
miketout
69fa3d0e00 Reduce lag timeouts 2018-10-11 22:28:37 -07:00
miketout
af2e212d7a Remove spurios opret in tx builder, don't wait forever for blocks before mining, add delay to getblocktemplate 2018-10-11 21:35:09 -07:00
miketout
58fbbfc32f Add staking control and reporting to getgenerate and setgenerate 2018-10-08 22:06:20 -07:00
miketout
5f63373eb9 Selectively reject Sapling transactions while synced below activation height. Add separate control of staking. 2018-10-08 21:15:21 -07:00
miketout
4b729ec577 Changes for most chain power rule 2018-09-28 01:38:14 -07:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Wladimir J. van der Laan
a9496b08b6 rpc: Register calls where they are defined
Split out methods to every module, apart from 'help' and 'stop' which
are implemented in rpcserver.cpp itself.

- This makes it easier to add or remove RPC commands - no longer everything that includes
    rpcserver.h has to be rebuilt when there's a change there.
- Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions.
- Removes most of the bitcoin-specific code from rpcserver.cpp and .h.

Continues #7307 for the non-wallet.
2018-07-18 11:07:18 -06:00
Daniel Cousens
4519a766b6 move rpc* to rpc/ 2018-07-18 11:07:16 -06:00