bandwidth test version - iguana for unix

pebwindkraft

New Member
Apr 15, 2016
8
6
yup, these went away, found another / similiar type conversion in:

iguana_txidfind.c:41:49:Warnung: Typkonvertierung in Zeiger von Ganzzahl anderer Breite [-Wint-to-pointer-cast]
int32_t i,tlen; struct iguana_txid *T = (void *)((long)ramchain->H.data + ramchain->H.da

^
I tried to look at the way you solved it in iguana_unspents.c, but couldn't cope with the approach.
Also I had some undef refs:
iguana_secp.o: In function `bitcoin_recoververify':
iguana_secp.c:138: undefined reference to `secp256k1_ecdsa_recoverable_signature_parse_compact'
iguana_secp.c:139: undefined reference to `secp256k1_ecdsa_recoverable_signature_convert'
iguana_secp.c:140: undefined reference to `secp256k1_ecdsa_recover'

Maybe this is not for the forum here... thinking for a better way to do "remote debugging" :)
 
  • Like
Reactions: ntto

jl777

Active Member
Feb 26, 2016
279
345
missed that assignment. pushed fix.

Also you needed to rebuild the libsecp256k1-zkp with new ./configure options, but then I realized how I can get rid of the multistep dependency and merged the code directly into the iguana tree.

I also removed the dependency on all other packages other than -lpthread and -lm

Make sure to rebuild in SuperNET/crypto777 and SuperNET/iguana