jl777
d15bfa2bd3
Stub messages
2019-07-02 04:58:27 -11:00
jl777
a0990a8c06
+prints
2019-07-02 04:10:48 -11:00
jl777
e7cd541cf1
nServices bits NODE_ADDRINDEX and NODE_SPENTINDEX
2019-07-02 03:32:24 -11:00
jl777
17552a08e5
pcoinsTip = new CCoinsViewCache(pcoinscatcher);
2019-07-02 02:36:11 -11:00
jl777
710c0fc9ff
InitBlockIndex();
2019-07-02 02:16:44 -11:00
jl777
41ded8b887
SetRPCWarmupFinished(); uiInterface.InitMessage(_("Done loading"));
2019-07-02 02:04:11 -11:00
jl777
119a7e825b
Make nSPV disable wallet
2019-07-02 01:54:11 -11:00
jl777
57394a34c0
KOMODO_NSPV init bypass
2019-07-02 01:21:07 -11:00
blackjok3r
b5910e55c7
.
2019-05-02 23:35:22 +08:00
blackjok3r
8703305e7a
game commit
2019-05-02 18:42:40 +08:00
phm87
35ad4a6bc3
init.cpp : move help message -whitelistaddress=
...
Move the help message of -whitelistaddress= to the section related to "Wallet options:"
2019-04-14 19:24:29 +02:00
phm87
f7e94b113e
init.cpp : Help message for -whitelistaddress=
...
Few days ago, on discord, blackjok3r said that he hopes that somebody will add a help message for -whitelistaddress=
2019-04-14 18:29:28 +02:00
blackjok3r
76e3a7f283
skip dpow check on everything but ProcessNewBlock.
2019-04-12 13:55:06 +08:00
Jonathan "Duke" Leto
d725af022e
Client name is not a consensus-related option, it can be configured by any node
2019-04-02 06:44:09 -07:00
Duke Leto
d61784c949
Custom asset chain client names ( #1338 )
...
* Allow setting client name via cli
* Add util.h for GetArg
2019-03-20 09:03:41 -11:00
Duke Leto
c4e7d1f436
Add help docs for all -ac_* params of komodod ( #1313 )
2019-03-06 02:10:01 -11:00
blackjok3r
142744f22d
verushashv1_1, fix walletdb.h, proto version, cleanwallettransactions add
2019-02-26 17:35:07 +08:00
blackjok3r
d69be73aec
Change eras activation code. Fix reindex with ac_notarypay!
2019-02-11 17:25:51 +08:00
blackjok3r
2c3247e8f1
Enable -ac_algo=verushash11
2019-01-22 00:12:05 +08:00
jl777
0ea9ae3c05
Update copyright to 2019
2018-12-31 21:41:05 -11:00
jl777
5488101f95
Rename shutoff process
2018-12-18 05:22:38 -11:00
blackjok3r
2d725d91fc
Fix setgenerate and genproclimit
2018-12-17 00:18:15 +08:00
jl777
78d607d361
Default experimental mode
2018-12-05 01:36:52 -11:00
jl777
9ad8bfa16e
Prevent spurious reindexing
2018-11-29 03:02:27 -11:00
jl777
89296c979c
Fix lwmapos crash
2018-11-24 09:17:34 -11:00
jl777
77cad1396f
+print
2018-11-22 01:43:58 -11: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
3613db08b4
Fix build error
2018-11-01 19:25:27 -07:00
miketout
73b4d69673
Return more stake outputs, including those thought to be change, fix cheatcatcher error reporting
2018-11-01 19:23:23 -07:00
miketout
a8a4e37b5f
extern
2018-10-28 16:11:56 -07:00
miketout
76a77528ab
Allow mint=1 to be a VRSC.conf parameter
2018-10-28 13:40:09 -07:00
miketout
99aeab28f9
Integrate latest Zcash fixes and update for non-latin user names
2018-10-27 20:29:03 -07:00
Jack Grigg
ee3fa7020e
Pass parameter paths as native strings to librustzcash
2018-10-27 19:19:02 +13:00
Michael Toutonghi
a5d8fff5e5
Auto rescan if note witnesses are off
2018-10-12 19:15:38 -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
Michael Toutonghi
0c8fa56a02
All latest updates, smart contracts, including oracle from KMD/jl777
2018-09-13 13:00:13 -07:00
Jack Grigg
c58dae6cda
init: Generate a new HD seed on startup
2018-09-03 10:45:37 +01:00
jl777
810f63668c
Channelsopen
2018-08-28 02:18:04 -11:00
jl777
37b14d06b5
Test
2018-08-21 07:46:25 -11:00
jl777
f95a5d69d4
Bools
2018-08-21 07:40:28 -11:00
jl777
6cdb334320
Test
2018-08-21 07:39:35 -11:00
Homu
40f320e0ee
Auto merge of #3443 - daira:testnet-rollback, r=str4d
...
Support testnet rollback.
Part of #1302 . Closes #2905 .
2018-08-08 05:28:08 -07:00
Michael Toutonghi
5034d1c134
Sync with latest Komodo changes
2018-08-06 12:52:22 -07:00
Sean Bowe
198dfd3c36
Switch to use the official Sapling parameters.
2018-08-04 16:28:39 -06:00
Daira Hopwood
66856b2b3c
Support testnet rollback.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2018-08-02 23:10:30 +01:00
Sean Bowe
d9ef8f622e
Check the hash of the (Sapling+) zk-SNARK parameters during initialization.
2018-08-02 12:18:13 -06: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