jl777
9065c0ab47
Attempt to fix deckers 00 bug
6 years ago
DeckerSU
4eabde521e
possible heap corruption fix (revert this if i'm wrong)
we allocate bp via calloc earlier, but didn't free it at the end of proc.
6 years ago
DeckerSU
a588931d61
+bitcoin_address_ex in SuperNET_rosettajson (fix walletpassphrase output)
6 years ago
DeckerSU
303cb95f08
+bitcoin_address_ex in dpow_statemachinestart
6 years ago
DeckerSU
a06cdb0106
fix HUSH dpow start
before this commit we have error:
{"error":"source address or dest address has no privkey, importprivkey","tag":"10659764395713204969"}
on dpow start, bcz src coin (HUSH) address validate fails.
6 years ago
DeckerSU
d65ba531bb
bitcoin_addr2rmd160_ex -> iguana_funcs.h
6 years ago
DeckerSU
3ccea55958
First approach to make iguana work with 2 bytes prefix coins, like HUSH
Main additions:
+ bitcoin_address_ex
+ bitcoin_addr2rmd160_ex
These functions with support taddr param. For example, for HUSH prefix is
{ 0x1C, 0xB8 }, where is taddr = 0x1C and addrtype = 0xB8.
All functions that used bitcoin_address and bitcoin_addr2rmd160 should be
rewritten with new *_ex analogs. currently it's done only for functions
used in split funds.
Also, if we want to support other type of such coins, we should change
condition "if (strcmp(coin->chain->symbol, "HUSH") == 0)" on more universal.
For example we can taddr in struct iguana_chain, but this needs to rewrite
all logic, for example, init structures, init static struct iguana_chain Chains[]
array and other things.
Adding prefix byte causes global changes in iguana.
p.s. With these changes HUSH splitfund in iguana works fine, but we need
to test notarizations on testnet (!) first, and change these functions
calls:
bitcoin_address -> bitcoin_address_ex
bitcoin_addr2rmd160 -> bitcoin_addr2rmd160_ex
everywhere it used. This is not finished yet.
6 years ago
Mihail «Kolo» Fedorov
d8dd4fba9d
Merge pull request #965 from 3cl1ps/master
Update m_notary_run
6 years ago
3cl1ps
ae70f91481
Update m_notary_run
6 years ago
jl777
6ef074fe61
Merge pull request #890 from leto/dev
WIP hush_7776
6 years ago
Artem Pikulin
7e7e473bc5
#162 Check ETOMIC balance only when adding electrum server 1st time.
6 years ago
jl777
86a9e4fbfc
Merge pull request #161 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
7d9cdd7acf
Merge branch 'dev' into jl777
6 years ago
jl777
afef6945b8
Merge pull request #964 from blackjok3rtt/beta
Lock unspent testing. PR for discussion and improvement before merging in.
6 years ago
blackjok3r
0e3d6913b2
Add purge of lockunspent on m_notary_run
6 years ago
blackjok3r
daa2549ab5
fix unlock on utxo not locked, CHIPS got really angry
6 years ago
blackjok3r
3379129399
Lock UTXO code added for testing
6 years ago
blackjok3rtt
9eec234922
Merge pull request #25 from jl777/beta
Merge current BETA to mine here
6 years ago
DeckerSU
efd9eab3bd
fix win build of iguana: prevent winsock.h inclusion in dtls1.h
6 years ago
jl777
7ff947a500
Update balances
6 years ago
jl777
97090d73b5
Merge pull request #962 from jl777/beta
Beta
6 years ago
jl777
68e2f07f1e
Merge pull request #961 from jl777/dev
Dev
6 years ago
jl777
9957166880
Merge pull request #960 from jl777/kolo
CCL
6 years ago
Mihail Fedorov
ec698590e7
CCL
6 years ago
Mihail Fedorov
eec4a2a22f
CCL
6 years ago
jl777
85fa11b03a
Merge pull request #959 from jl777/kolo-new-ip
ip
6 years ago
Mihail Fedorov
d8a5e85b8d
ip
6 years ago
jl777
0af553413b
Merge pull request #958 from jl777/kolo-new-ip
new ip
6 years ago
Mihail Fedorov
2158b74d92
new ip
6 years ago
jl777
7568230f79
Merge pull request #957 from jl777/kolo-indenodes
indenodes_EU IP
6 years ago
Mihail Fedorov
abe8ffe336
indenodes_EU
6 years ago
jl777
2203c06680
Merge pull request #955 from Jaxkr/patch-2
added new jackson_AR node IP
6 years ago
Jackson R
9eab922478
added new jackson_AR node IP
6 years ago
jl777
331021d3cc
Merge branch 'dev' into jl777
6 years ago
jl777
dcf720215a
Merge pull request #953 from peer2cloud/add_ip_p2c_nodes
Added ip address for Peer2Group nodes
6 years ago
Oleg Gnezdilov
1df7222d76
Added ip address for Peer2Group nodes
6 years ago
jl777
f350447045
Merge pull request #140 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
473bc9bf15
Merge pull request #952 from jl777/jl777
10 minutes between gtc retry
6 years ago
jl777
93c88959c1
10 minutes between gtc retry
6 years ago
jl777
b0da51fa22
Merge pull request #139 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
781f2baa8c
Merge pull request #951 from jl777/jl777
Jl777
6 years ago
jl777
7adfb4eb5b
Suppress -9999 for gtc orders
6 years ago
jl777
becf635bc7
Merge branch 'dev' into jl777
6 years ago
jl777
0f7f349252
Merge pull request #950 from lukechilds/patch-4
Add lukechilds_AR IP to `m_notary_run`
6 years ago
Luke Childs
fe2c7775ed
Add lukechilds_AR IP to `m_notary_run`
6 years ago
jl777
cc1fe6060d
Allow single numerical digit wif
6 years ago
jl777
a06f9030a1
Merge pull request #137 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
3b666f48cb
Merge pull request #948 from jl777/jl777
Restore gtc
6 years ago
jl777
5a785784f9
Restore gtc
6 years ago
jl777
6daa9a5f6f
Merge pull request #136 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago