Commit Graph

169 Commits

Author SHA1 Message Date
Duke Leto
db702d6c55 The State Of Hush 2020-12-06 20:35:36 -05:00
Duke Leto
d38ae7d82c Hush little baby 2020-12-06 18:55:25 -05:00
Duke Leto
c737c0dfaf We call them Hush Smart Chains around here 2020-11-15 11:54:06 -05:00
Duke Leto
d02fdd4fe5 I originally wrote this function and we call it Hush DPoW around here 2020-11-15 07:34:43 -05:00
Duke Leto
8811b8633f Add src/cc upstream changes 2019-12-12 20:21:06 -05:00
Mihailo Milenkovic
6a51a00364 Fix oracles pubkey spoofing 2019-09-03 16:01:02 +02:00
Mihailo Milenkovic
a7204d9f85 CC fixes for nSPV and others (#30)
- Remove adding txfee inputs for gateways claim
- FULLNODE and SUPERLITE macros
- Filter SetCCtxids with txid from oprert
- Fix for nServices of fullnode
- Use SetCCtxids_nSPV for some more CCs
- Fix addnormalinputs and add checking if utxo spent in mempool
2019-08-12 14:16:46 +03:00
jl777
0454333ff8 Tristate KOMODO_NSPV 2019-07-30 05:11:57 -11:00
Mihailo Milenkovic
bc665882ed nSPV modifications for CC and other fixes (#29) 2019-07-24 16:33:03 +02:00
jl777
f8221a0c76 Prevent signing when not logged in 2019-07-23 05:23:51 -11:00
jl777
adc186390a nSPV mempool used by CC 2019-07-17 01:07:12 -11:00
jl777
8bc632b4e5 Egret 2019-07-12 06:09:46 -11:00
jl777
39fdf6130f Actually copy out privacy 2019-07-12 06:01:08 -11:00
jl777
c0d756c17b Test 2019-07-12 05:51:27 -11:00
jl777
1d42b6eee2 Syntax 2019-07-12 05:41:56 -11:00
jl777
3bcfaf37a6 Alt myprivkey method 2019-07-12 05:38:20 -11:00
jl777
c1243f1bea Add error check to getscriptaddress 2019-07-12 03:05:18 -11:00
jl777
ea155ad656 Merge branch 'FSM' into jl777 2019-07-08 17:56:27 -11:00
jl777
559c2cf8ff myprivkey 2019-07-06 03:38:51 -11:00
jl777
252f51adc5 Very partial CC signing support 2019-07-06 03:34:59 -11:00
Mihailo Milenkovic
1f013df156 Initial PegsCC implementation (#27) 2019-07-04 11:23:55 +02:00
blackjok3r
389da98eb8 revert labs exemption 2019-05-14 09:00:30 +08:00
blackjok3r
93c3712244 Try to fix allocations 2019-05-13 18:35:28 +08:00
blackjok3r
5a5945abd1 add check for scrptpubkey size 2019-05-07 20:07:53 +08:00
blackjok3r
0f6fe03990 fix 2019-05-06 12:08:53 +08:00
blackjok3r
0d47cda145 initial commit for payments merge RPC 2019-05-06 00:57:06 +08:00
blackjok3r
2a0ae73874 payments Airdrop. Working airdrop and syncs TESTHC chain. 2019-04-29 22:45:56 +08:00
blackjok3rtt
4762558067 Merge pull request #72 from jl777/jl777
Jl777
2019-04-25 10:07:21 +08:00
blackjok3r
451773dcc1 initial commit for -earlytxid use with ac_script and ccvout_opret 2019-04-22 00:00:01 +08:00
jl777
564da3c982 Change mapblockindex[] into function calls with guards 2019-04-21 02:33:31 -11:00
blackjok3r
82e6cd0f93 fix two bugs for Alright 2019-04-21 11:48:16 +08:00
blackjok3r
fea2b66581 add validation for OP_RETURN to payments CC. Enable ccvoutopret for payments fund. 2019-04-20 19:29:16 +08:00
dimxy
4add699cbb token migration moved to FSM 2019-04-19 14:41:46 +05:00
blackjok3r
997f9ce5fc initial commit to use CCopt for custom CC 2019-04-16 20:59:15 +08:00
jl777
06e57ee1ba Add boolean CCflag to all SetCCunspents/txids 2019-04-11 21:49:28 -11:00
Mihailo Milenkovic
2872c88795 Adding dual daemon import and gateway import. (#21) 2019-04-10 13:09:11 +02:00
blackjok3r
8e6f5a6a2d initial commit for backup release tx needs testing, i think it half works. 2019-03-26 20:59:31 +08:00
dimxy
de6828ec7c tokens blob support 2019-02-28 00:07:08 +05:00
dimxy
9eed81089b corr check for non-existing eval
in CCLogPrintStream -debug=cat-0 added

declr corrected

comment added to check for non supported eval

added check if eval not supported

СCLogPrintStream moved to CCutils.cpp
2019-02-12 15:05:52 +05:00
jl777
061384f356 Merge branch 'FSM' into jl777
# Conflicts:
#	src/cc/CCinclude.h
#	src/cc/CCtokens.cpp
#	src/cc/CCtx.cpp
#	src/wallet/rpcwallet.cpp
2019-02-11 13:56:09 -11:00
Mihailo Milenkovic
0edf474beb Multi coin support for GatewaysCC (#18)
- Added support for other cions
- New RPC for getting address for a pubkey on external chain and for dumping private key in external chain format
2019-02-11 16:37:28 +01: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
2fcf3f3f0f 1of2 signing 2019-02-05 21:29:18 -11:00
jl777
ff22a1aedb Priv2addr 2019-01-28 21:30:42 -11:00
jl777
bd35ed03ba Merge pull request #1193 from jl777/jl777
Jl777
2019-01-21 01:53:25 -11:00
jl777
3ad4ad82e2 Merge pull request #1192 from Mixa84/FSM
Channel close fix. Fix canceling partially filled orders by anyone.
2019-01-21 01:52:40 -11:00
Mihailo Milenkovic
a34fc26098 Fix canceling partially filled orders by anyone. (#11)
* Fix

* Fix
2019-01-21 11:57:52 +01:00
jl777
7bf38b4fdb Pass in height to cclib_validate 2019-01-20 06:54:59 -11:00
jl777
fc50652458 Change error handling 2019-01-20 06:24:55 -11:00