blackjok3rtt
768e621b11
Merge pull request #38 from jl777/jl777
...
Shift payments vouts to put change in vout0
2019-03-22 15:10:23 +08:00
jl777
350c8a72aa
Shift payments vouts to put change in vout0
2019-03-21 20:01:40 -11:00
blackjok3rtt
540720b50d
Merge pull request #36 from jl777/jl777
...
Jl777
2019-03-22 09:16:58 +08:00
DeckerSU
9cead95733
[fix] player lose focus, when call [i] inventory with MAXPACK (23) items
2019-03-21 22:51:40 +03:00
jl777
089f13299c
Validation comments
2019-03-21 06:36:19 -11:00
jl777
403ee2bb15
Numoprets > 1
2019-03-21 06:25:43 -11:00
jl777
423e04e0a4
+comment
2019-03-21 06:23:00 -11:00
jl777
e25929eb0d
-print
2019-03-21 06:22:29 -11:00
jl777
ee5fe11182
GetCCaddress1of2(cp,destaddr,Paymentspk,txidpk);
2019-03-21 06:19:47 -11:00
jl777
9894fad352
IsPaymentsvout fix
2019-03-21 06:12:47 -11:00
jl777
d6c1609dad
latestheight
2019-03-21 06:09:55 -11:00
jl777
33e35e4dd3
;
2019-03-21 06:08:55 -11:00
jl777
7f14b077b7
+print
2019-03-21 06:06:18 -11:00
jl777
90e3ffbcf0
Check lockedblocks
2019-03-21 05:55:38 -11:00
jl777
2f752ee6c9
(char *)params[0].get_str().c_str()
2019-03-21 05:12:21 -11:00
jl777
51f0cd7bdb
+prints
2019-03-21 05:05:04 -11:00
jl777
b7dd9a3685
All payments rpc to have one string arg
2019-03-21 04:56:23 -11:00
jl777
384ec464ed
-updateflag
2019-03-21 04:13:21 -11:00
jl777
578a977ca8
CCPayments.h
2019-03-21 03:46:05 -11:00
jl777
2bc975404e
Ouster
2019-03-21 03:41:53 -11:00
jl777
12c16f0dd7
ToString
2019-03-21 03:38:52 -11:00
jl777
d2fce5741f
.GetHex()
2019-03-21 03:37:53 -11:00
jl777
3e7e013503
Syntax
2019-03-21 03:34:20 -11:00
jl777
5ea0cc3c4d
Syntax
2019-03-21 03:26:26 -11:00
jl777
37100ff2c5
CC_MAXVINS
2019-03-21 03:21:52 -11:00
blackjok3rtt
b296b5da6b
Merge pull request #34 from jl777/dev
...
Dev
2019-03-21 22:21:50 +08:00
jl777
20c2d22056
Maxinputs
2019-03-21 03:18:48 -11:00
jl777
3fec69791a
utxos = (struct CC_utxo *)calloc(CC_MAXVINS,sizeof(*utxos));
2019-03-21 03:17:15 -11:00
jl777
ac5ec55126
Initial Payments CC without validation
2019-03-21 03:14:59 -11:00
jl777
d09c3c646d
Merge pull request #1344 from jl777/FSM
...
FSM
2019-03-21 02:43:05 -11:00
jl777
75e27ba2a5
Merge pull request #1343 from jl777/jl777
...
Jl777
2019-03-21 02:40:55 -11:00
Mihail «Kolo» Fedorov
5caf0cb306
fix rick & morty ( #1342 )
...
* RICK & MORTY
* fix
2019-03-21 01:36:40 -11:00
Mihail Fedorov
dc9bb80448
fix
2019-03-21 15:31:27 +03:00
Mihail Fedorov
b97ac5b82a
Merge remote-tracking branch 'origin/dev' into kolo
2019-03-21 15:30:10 +03:00
Mihail «Kolo» Fedorov
314b665139
RICK & MORTY ( #1341 )
2019-03-20 20:01:53 -11:00
Duke Leto
42200a4716
Fix z_listunspent RPC docs, which require different quoting that CLI function arguments ( #1339 )
2019-03-20 20:00:40 -11:00
Mihail Fedorov
2dd54beb1d
RICK & MORTY
2019-03-21 03:11:17 +03:00
DeckerSU
eb0db6b0be
Merge branch 'jl777' of https://github.com/jl777/komodo into patch-rogue-msvc
2019-03-21 00:00:15 +03: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
jl777
94adc14066
Revert "Morph static variables"
...
This reverts commit 0322f2d98c .
2019-03-20 06:30:28 -11:00
jl777
f8c3d42f9b
Revert "Const"
...
This reverts commit 02613880a1 .
2019-03-20 06:29:53 -11:00
jl777
02613880a1
Const
2019-03-19 01:38:15 -11:00
jl777
0322f2d98c
Morph static variables
2019-03-19 01:35:15 -11:00
jl777
f58655b1cd
Thresholding
2019-03-18 08:40:47 -11:00
jl777
e49b907580
Error print
2019-03-18 08:37:31 -11:00
blackjok3rtt
d8d7463ea0
Fix sendmany bug for Alright ( #1336 )
...
* fix sendmany bug, when sending to multiple address diffrent amounts would always use the first seen value.
* Possible fix for multi node musig. Needs to be tested. Was getting stuck at nonce stage, as reported by gcharang.
2019-03-17 20:22:20 -11:00
Duke Leto
2a3d132b55
Show foundersreward in getblocktemplate if ac_founders enabled ( #1334 )
2019-03-15 07:28:39 -11:00
jl777
89604d821d
Calc change properly
2019-03-15 03:13:27 -11:00
jl777
c9d83ebdb7
Dont issue change if not big enough
2019-03-15 03:11:05 -11:00
jl777
b07507de2e
Dont roundup
2019-03-14 21:35:46 -11:00