Alrighttt
29a2c5ba50
fix ac_cbmaturity=100 case
2019-07-05 23:39:32 +02:00
Alrighttt
8d0870e2c0
remove extra whitespace
2019-07-05 23:14:37 +02:00
Alrighttt
91330fe9a0
syntax, remove misplaced \
2019-07-05 23:13:15 +02:00
Alrighttt
169f9280f1
add ac_cbmaturity
2019-07-05 23:02:18 +02:00
Alrighttt
73626347e2
change max ac_eras to 7
2019-07-02 20:05:29 +02:00
Alrighttt
abc90c501b
typo, sorry
2019-07-01 21:41:53 +02:00
Alrighttt
8a958a275e
fix importprivkey help message
2019-07-01 21:21:46 +02:00
Alrighttt
89874a01ce
fix CKey declaration
2019-07-01 21:06:36 +02:00
Alrighttt
5e6737fc38
add additional param to importprivkey for other WIF formats
2019-07-01 19:03:52 +02:00
Alrighttt
896b6fee53
fix createrawtransaction curl example
2019-06-30 15:38:27 +02:00
Alrighttt
e408454183
Merge pull request #4 from jl777/jl777
...
Jl777
2019-06-29 23:39:17 +02:00
jl777
ed9ff35e7a
Misc syntax tweaks
2019-06-23 22:12:56 -11:00
jl777
95a629d292
Merge branch 'FSM' into jl777
2019-06-18 22:45:27 -11:00
jl777
65a92e20bf
Merge pull request #1568 from blackjok3rtt/FSM
...
various bug fixes
2019-06-18 04:26:50 -11:00
blackjok3r
42c0630807
fix eval code
2019-06-18 22:28:45 +08:00
blackjok3r
eca62bb4f3
fix crash/lockup on KMD with mining pools when an old utxo makes IsFinalTx fail in TestBlockValidity.
2019-06-18 21:49:56 +08:00
blackjok3r
ba20fdc252
fix non determinate acccactivateht bug
2019-06-18 21:15:23 +08:00
jl777
15c7241f33
Merge pull request #1567 from dimxy/cclib-rpc-json-parse-fix
...
support for passing json param as object in cclib rpc
2019-06-16 19:59:11 -11:00
dimxy
958376b579
convert vobj to string in cclib rpc to allow passing json param as vobj
2019-06-17 11:28:01 +05:00
jl777
2a4c7cab14
Merge pull request #1566 from DeckerSU/patch-loadblockindexdb
...
LoadBlockIndexDB speed-up for non-LWMAPOS chains (x5 perfomance boost)
2019-06-15 22:15:19 -11:00
DeckerSU
103bca1ba7
LoadBlockIndexDB speed-up for non-LWMAPOS chains (x5 perfomance boost)
...
seems we had CChainPower classes compare here from Verus, it's slow, bcz of hard
arith_uint256 math in bool operator<(const CChainPower &p1, const CChainPower &p2),
this slows down setBlockIndexCandidates.insert operations in LoadBlockIndexDB(),
so, for faster block index db loading we will use check from Verus only for LWMAPOS
enabled chains.
perfomance test (daemon load time from start):
without fix - 3m42sec
with fix - 39sec
2019-06-16 12:07:35 +03:00
jl777
21882605e1
Merge pull request #1565 from Mixa84/FSM
...
Add oraclessample rpc to get data for txid.
2019-06-15 20:59:44 -11:00
Mihailo Milenkovic
40ec8b3bac
Add oraclessample rpc to get data for txid.
2019-06-15 15:36:04 +02:00
jl777
2acb4fb5c5
Merge branch 'FSM' into jl777
2019-06-14 02:12:32 -11:00
jl777
9f07adc526
Merge branch 'dev' into FSM
2019-06-14 02:11:03 -11:00
jl777
dff05f9bca
Merge branch 'beta' into dev
2019-06-14 02:10:29 -11:00
jl777
0d0fd8f068
Merge pull request #1564 from Alrighttt/beta
...
add heir CC to CCL exception
2019-06-14 02:09:27 -11:00
Alrighttt
d33d83ee73
remove whitespace
2019-06-14 14:46:49 +02:00
Alrighttt
caaca06a8f
leave Heir CC activated on CCL
2019-06-14 14:41:04 +02:00
Alrighttt
ada1e20346
Merge pull request #3 from jl777/beta
...
Beta
2019-06-14 14:33:25 +02:00
blackjok3r
288074439a
fix settting IS_KOMODO_NOTARY
2019-06-14 02:54:14 +08:00
blackjok3r
f2645aed1b
better fix
2019-06-14 01:53:17 +08:00
blackjok3r
0d7c2f33fc
try fix for chickenpool
2019-06-14 01:16:59 +08:00
blackjok3r
3c41ff9a17
fix oracles crash?
2019-06-14 01:08:07 +08:00
blackjok3rtt
10f80ed4b1
Merge pull request #107 from jl777/FSM
...
Fsm
2019-06-14 00:59:21 +08:00
jl777
2cb1643c78
Merge branch 'FSM' into jl777
2019-06-12 14:55:54 -11:00
jl777
56f7127d9d
Merge branch 'dev' into FSM
2019-06-12 14:55:11 -11:00
jl777
01995176e7
Merge branch 'FSM' into jl777
2019-06-12 14:54:23 -11:00
jl777
5bf69b173f
Merge pull request #1561 from jl777/dev
...
undo constraint
2019-06-12 14:53:34 -11:00
jl777
d2015647d0
undo constraint
2019-06-12 14:52:51 -11:00
jl777
96f4c3ac2f
Merge pull request #1559 from jl777/dev
...
Dev
2019-06-12 01:59:01 -11:00
jl777
494e6d26d7
Merge branch 'beta' into dev
2019-06-12 01:57:20 -11:00
jl777
b8382256eb
Merge pull request #1558 from jl777/FSM
...
FSM
2019-06-12 01:54:25 -11:00
jl777
5fcd794959
Merge pull request #1557 from jl777/jl777
...
Jl777
2019-06-12 01:53:37 -11:00
jl777
83df0ac891
Merge pull request #1556 from jl777/kolo-jl
...
dev
2019-06-12 01:52:55 -11:00
Mihail Fedorov
2984a80f2e
dev
2019-06-12 15:46:57 +03:00
jl777
be8d76f793
Merge pull request #1555 from pungotoken/beta
...
pungocloud: new pubkeys for AR&SH NNs
2019-06-11 22:48:25 -11:00
pungotoken
79e06a9d85
pungocloud: new pubkeys for AR&SH NNs
2019-06-12 12:40:25 +03:00
jl777
ce787171b9
Merge branch 'FSM' into jl777
2019-06-11 18:32:35 -11:00
jl777
de88148df9
Merge branch 'dev' into FSM
2019-06-11 18:32:14 -11:00