jl777
aaff962218
Revert freq 1 for KMDICE
6 years ago
Luke Childs
4d477f7d10
Set KMDICE freq to 2
6 years ago
jl777
873254bbd2
KMDICE freq:2
6 years ago
Mihail Fedorov
454688252b
madmax
6 years ago
DeckerSU
709c6dd2eb
+ amount field in dpow_vins
dpow_signrawtransaction used signrawtransaction RPC call to daemon
when obtain scriptSig for known notary vin. but signrawtransaction
RPC call in VRSC with activated sapling need to pass amount as required
parameter, otherwise it produced incorrect sig. spent many time
to understand this.
6 years ago
DeckerSU
fe981f4666
+ add debug printout when signing vins
6 years ago
DeckerSU
7973df7379
dpow_notarytx: correct sapling unsigned raw tx with usesigs=0
now we have correct format of unsigned rawtx with sapling support inside
dpow_notarytx and correct format of signed raw tx when usesigs=0.
but as we don't yet create sapling preimage - sigs are still incorrect,
and notary tx can't be broadcasted.
6 years ago
DeckerSU
5d80558a55
dpow_notarytx: start preparations for VRSC sapling
usesigs? when we should create unsignedrawtx and when preimage for signing?
6 years ago
webworker01
99655790c1
fix permissions and splitfund for dion
6 years ago
Jorian
2920e677b5
add kmdice files
6 years ago
Jorian
46b0d0d4c1
kmdice addition
6 years ago
DeckerSU
9df2ba32e1
+ test build iguana for linux (added libsodium)
on ubuntu-like systems libsodium can be easily installed by
`sudo apt install libsodium-dev`, but we can make download and
compile it from sources in additional bash script.
6 years ago
DeckerSU
30c61f0d1d
+ iguana_rwjoinsplit: add proof_size param
6 years ago
DeckerSU
4ae6fe951c
- remove debug printouts
6 years ago
DeckerSU
b280d0aa32
VRSC iguana sapling changes [part 2]
- bitcoin_sigtxid sapling tx sighash preimage changes (thx to @artemii235 )
now splitfunds for VRSC and VRSCTEST produce correct signed txes.
6 years ago
DeckerSU
ec6d3aae31
VRSC iguana sapling changes [part 1]
- already implemented unsigned raw tx creation (thx @artemii235 for mm codebase)
tested on iguana_utxoduplicates (dpow is still untested)
- todo: bitcoin_sigtxid implement signing for overwintered & sapling
- todo: check bitcoin_verifyvins
- todo: remove debug printouts
6 years ago
Artem Pikulin
b702b80364
#191 Hotfix. (uint32_t)strtol results in invalid value on win. Thanks to Decker.
6 years ago
Mihail Fedorov
cb48a4b847
IP
6 years ago
DeckerSU
a282cf9684
fix safecopy: %s too long 8 error on RPC with coins len(name) > 7
Added symbol_len in iguana_coinchoose. Here was a sizeof(symbol)
in safecopy call args, but sizeof(char *) always = 8 on 64-bit systems,
as a result if symbol have more than 7 letters, like "VRSCTEST"
safecopy returns an error.
6 years ago
Artem Pikulin
b007418ee0
#191 Remove unused code. Add comment for ZECTEST p2sh taddr hardcode.
6 years ago
Artem Pikulin
0ddac7c523
#191 Add MM_WIN_BUILD define to not break windows iguana build.
6 years ago
Artem Pikulin
7671a02dea
#191 Add sighash support for overwinter tx version 3.
6 years ago
Artem Pikulin
f4997bae39
#191 Use different zk proof size depending on tx version.
6 years ago
jl777
d789efa0f4
Passphrase and hexstr for opreturn
6 years ago
jl777
29b96e8beb
Opreturn to blast
6 years ago
Artem Pikulin
d18c319906
#191 Fix sapling tx sighash preimage. Made BEER/ZECTEST swap.
6 years ago
Mihail Fedorov
155070d45f
titomane
6 years ago
webworker01
d24e4994a0
DION
6 years ago
SHossain
d4d2d12c42
Update iguana_notary.c
6 years ago
SHossain
55447d74a9
Update m_splitfund
6 years ago
Mihail Fedorov
17f2548a52
PGT
6 years ago
Artem Pikulin
154950346c
#191 Add overwinter tx ser/de to iguana_rwmsgtx.
6 years ago
blackjok3r
56f30a4b56
fix double lockunspent function from merge some how
6 years ago
blackjok3r
c54fdfff07
first try
6 years ago
blackjok3r
a1898a1976
add start iguana scripts of mine
6 years ago
blackjok3r
cf930d2076
fix lock unspent crash, when KMD is not running and use src KMD instead
of dest BTC
6 years ago
blackjok3r
24c8a8db36
hmm
6 years ago
blackjok3r
0d60ab23ae
oops
6 years ago
blackjok3r
3b1ac738bd
Fixed finally
6 years ago
blackjok3r
d7b98b699c
;
6 years ago
blackjok3r
3871f42932
it didnt
6 years ago
blackjok3r
b6e8a26caf
might work
6 years ago
blackjok3r
9f7fe03d84
change prints
6 years ago
blackjok3r
abc2633b47
a
,
6 years ago
blackjok3r
2728db5020
some prints
6 years ago
blackjok3r
26a9a47ccd
try
6 years ago
blackjok3r
5cec066a26
make changes to normal branch to fix crash
6 years ago
jl777
5e7f13f3e9
Stricter condition for signing
6 years ago
jl777
816c568194
Test sig update
6 years ago
jl777
68581f5fee
Add back skipped coins to dpowassets
6 years ago