Commit Graph

164 Commits

Author SHA1 Message Date
jl777
b0009ecca2 Update 2019-03-22 00:48:24 -11:00
jl777
5af957ff13 Test 2019-03-21 21:37:19 -11:00
jl777
5560b8574b Test 2019-03-21 21:25:51 -11:00
jl777
857b9f650c +print 2019-03-21 21:20:56 -11:00
jl777
9d91bd4827 +print 2019-03-21 21:17:06 -11:00
jl777
8af62a7e2a -% 2019-03-21 21:11:12 -11:00
jl777
1df9808b0c +print 2019-03-21 21:09:22 -11: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
Mihailo Milenkovic
bd8e9da786 Fix memory leak in FinalizeCCTx (#1329) 2019-03-12 01:18:16 -11:00
jl777
7a761304c5 -print 2019-03-01 02:47:51 -11:00
jl777
50acda6640 +prot 2019-02-28 20:28:06 -11:00
jl777
973124163e Lockflag 2019-02-28 20:14:38 -11:00
Mihailo Milenkovic
2056d59c7e Fix token vout number for Gateways 2019-02-28 19:05:44 +01:00
dimxy
de6828ec7c tokens blob support 2019-02-28 00:07:08 +05:00
jl777
5a8b054ede Map R 2019-02-11 15:27:49 -11:00
jl777
4ceb869bef Test 2019-02-11 15:20:54 -11:00
jl777
ad65f834dd +print 2019-02-11 15:15:51 -11:00
jl777
43f0a2ba92 Hardcode address 2019-02-10 05:03:39 -11:00
jl777
73a696f008 Test 2019-02-10 04:23:23 -11:00
jl777
366ade08a0 Merge nonfungible 2019-02-10 02:28:14 -11:00
jl777
0a87322d84 Merge branch 'FSM' into jl777
# Conflicts:
#	src/cc/CCinclude.h
#	src/cc/CCtokens.cpp
#	src/cc/CCtx.cpp
#	src/wallet/rpcwallet.cpp
2019-02-10 02:24:24 -11:00
dimxy
14f1da959c non-fungible tokens support (three-eval token vouts) added in CCtokens (additional opret data)
non-fungible tokens support added in assets
logging changed in CCtokens.cpp for bitcon LogPrintStr with -debug=<category> support
2019-02-10 17:04:55 +05:00
jl777
e5198d57b2 -print 2019-02-07 07:31:00 -11:00
jl777
b70e482448 Fix condCC2 2019-02-06 07:51:16 -11:00
jl777
da2b3e31f8 +print 2019-02-06 07:45:01 -11:00
jl777
fdec90dc57 condCC2 2019-02-06 07:41:13 -11:00
jl777
2fcf3f3f0f 1of2 signing 2019-02-05 21:29:18 -11:00
jl777
dd8f2697b7 Many changes 2019-02-05 19:25:32 -11:00
jl777
f3a93ed84b CC_MAXVINS 2019-01-31 09:18:28 -11:00
jl777
6d4d25ca10 Test 2019-01-31 09:15:14 -11:00
Mihailo Milenkovic
38c2c93509 Gateways validation (#16)
- Validation implemented and enabled
- Fixed partial sign spending marker
- OracleFeed fixes
2019-01-31 18:44:36 +01:00
jl777
1aefc8dbff Default validation for sudoku 2019-01-29 02:05:22 -11:00
jl777
9de5df85e8 Use mypk 2019-01-29 01:59:32 -11:00
jl777
1a7fbca0da Test 2019-01-29 01:55:20 -11:00
Mihailo Milenkovic
463caf96ec Gateways with new TokensCC (#15)
- Adapting Gateways to new Tokens
- Making withdraws serialized until solution for parallel is made
2019-01-28 13:54:21 +01:00
Mihailo Milenkovic
59c67afa11 Fixing FinalizeCCTx to return error if not possible to sign vin. 2019-01-28 13:22:29 +01:00
jl777
62322eb589 struct CCcontract_info 2019-01-19 23:31:12 -11:00
jl777
10528424f9 CC_info * 2019-01-19 22:48:46 -11:00
jl777
8aa8284e61 Merge branch 'FSM' into jl777
# Conflicts:
#	src/cc/CCtx.cpp
2019-01-17 20:24:28 -11:00
dimxy
4b71e62557 disabled debug loggin in FinalizeCCtx 2019-01-18 01:10:58 +05:00
dimxy
29052b0790 corr 'x' validation code
corr logging in FinalizeCCtx
2019-01-18 01:10:49 +05:00
dimxy
457b9aff54 more corr othertokenscond, set cp->unspendable 2019-01-18 01:10:36 +05:00
dimxy
a16e80dac4 more corr in tokensunspendable 2019-01-18 01:10:35 +05:00
dimxy
4903298fc3 corr tokesnunspenable priv and pk 2019-01-18 01:10:34 +05:00
dimxy
a7833f272f added othertokenscond to FinalizeCCtx 2019-01-18 01:10:32 +05:00
dimxy
ee848abde9 corr mysingletokenscond in FinalizeCCtx
(corr err message in rpc call)
2019-01-18 01:10:32 +05:00
dimxy
ffba12b55b added single-eval token cond to FinalizeCCtx 2019-01-18 01:10:28 +05:00
dimxy
8d8b253138 first time changed eval usage and MakeTokenCCcond.. for assets 2019-01-18 01:08:35 +05:00