jl777
152c86ce84
Fix MAXERAS crash (split array overflow)
2019-07-12 16:39:33 -11:00
Jonathan "Duke" Leto
d9617c68fd
Add fiat script
2019-07-12 11:22:42 -07:00
Jonathan "Duke" Leto
7d5af48914
Remove duplicate ac_supply and add ac_perc
2019-07-12 11:20:52 -07:00
Jonathan "Duke" Leto
8f5cbc8af2
Missing comma
2019-07-12 11:20:52 -07:00
Jonathan "Duke" Leto
9b474d4447
Add HUSH3 to assetchains.(old|json)
2019-07-12 11:20:40 -07:00
Jonathan "Duke" Leto
f0398720dd
Add hush convenience scripts
2019-07-12 11:20:40 -07:00
Duke Leto
3806409294
Optimize check for HUSH3 in komodo_commission
2019-07-12 11:20:26 -07:00
Duke Leto
7d8928c5e9
Use strncmp correctly
2019-07-12 11:20:17 -07:00
Jonathan "Duke" Leto
6024c775ac
Initial port of Hush supply curve to KMD
2019-07-12 11:20:09 -07:00
jl777
eb1bc0cc0c
Test ASSETCHAINS_MAX_ERAS+1
2019-07-12 05:21:05 -11:00
jl777
540e859b5b
Merge branch 'beta' into dev
2019-07-11 23:25:08 -11:00
Alrighttt
5b7afedaec
fix ac_cbmaturity=100 case
2019-07-12 03:52:05 +02:00
Alrighttt
a273e8fded
remove extra whitespace
2019-07-12 03:52:05 +02:00
Alrighttt
c7ecffc934
syntax, remove misplaced \
2019-07-12 03:52:05 +02:00
Alrighttt
51c4411446
add ac_cbmaturity
2019-07-12 03:52:05 +02:00
Alrighttt
bb6d8b7b99
fix ac_cbmaturity magic without other params
2019-07-12 03:52:05 +02:00
Alrighttt
3f3f80723c
jokers payments fix
2019-07-12 03:52:05 +02:00
jl777
04710fdf01
-const in CBlockIndexWorkComparator
...
https://github.com/jl777/komodo/issues/1606
2019-07-11 13:55:33 -11:00
jl777
f929a85510
Merge pull request #1586 from jl777/dev
...
Dev
2019-07-08 01:51:03 -11:00
jl777
0238f38686
txid
2019-07-02 08:07:34 -11:00
jl777
7937138085
Merge pull request #1578 from Alrighttt/jl777
...
change max ac_eras to 7
2019-07-02 08:07:12 -11:00
Alrighttt
73626347e2
change max ac_eras to 7
2019-07-02 20:05:29 +02:00
jl777
64b6a3664b
Merge branch 'FSM' into jl777
2019-07-01 18:36:54 -11:00
Mihail Fedorov
f4a001d2a2
ip
2019-07-02 08:26:22 +03: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
jl777
fc18cda522
Merge pull request #1574 from jl777/dev
...
Dev
2019-07-01 03:11:28 -11:00
Alrighttt
896b6fee53
fix createrawtransaction curl example
2019-06-30 15:38:27 +02:00
DeckerSU
f357d9eb1c
add convertpassphrase RPC method (convert Agama passphrases to WIF)
2019-06-24 16:00:34 +03:00
jl777
ed9ff35e7a
Misc syntax tweaks
2019-06-23 22:12:56 -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
6ec800b58a
Merge pull request #1562 from Metaphilibert/beta
...
Cosmetics for legacy view
2019-06-16 19:59:30 -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
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
Mihailo Milenkovic
40ec8b3bac
Add oraclessample rpc to get data for txid.
2019-06-15 15:36:04 +02: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
Metaphilibert
b21eb99956
Cosmetics for legacy view
2019-06-14 03:12:01 +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
jl777
d2015647d0
undo constraint
2019-06-12 14:52:51 -11:00
Mihail Fedorov
2984a80f2e
dev
2019-06-12 15:46:57 +03:00
jl777
ce787171b9
Merge branch 'FSM' into jl777
2019-06-11 18:32:35 -11:00