jl777
bdd8ae814c
Merge branch 'dev' into jl777
6 years ago
jl777
aaff962218
Revert freq 1 for KMDICE
6 years ago
jl777
d45cb3a69d
Merge pull request #1000 from lukechilds/patch-5
Set KMDICE freq to 2
6 years ago
Luke Childs
4d477f7d10
Set KMDICE freq to 2
6 years ago
jl777
873254bbd2
KMDICE freq:2
6 years ago
jl777
6c177e5626
Merge branch 'dev' into jl777
6 years ago
Mihail «Kolo» Fedorov
52683b26dc
Merge pull request #997 from jl777/kolo
madmax ip
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
a93ced75e2
+ ISNOTARYNODE and LIQUIDITY_PROVIDER for Windows build
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
jl777
318a8ec1e3
Merge pull request #207 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
470e4229ba
Merge pull request #996 from dionpay/dev
fix permissions and splitfund for dion
6 years ago
webworker01
99655790c1
fix permissions and splitfund for dion
6 years ago
jl777
f468a549ff
Merge pull request #994 from dionpay/dev
DION dPoW
6 years ago
DIONPAY-Devs
19db787b08
Merge branch 'dev' into dev
6 years ago
jl777
52028f4c6a
Merge pull request #995 from chainmakers/dev
add KMDICE
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
2800a2c6a2
+ libsodium.lib for Windows, iguana needed BLAKE2b-256 calc for preimage
before build iguana under Windows you should download and compile
libsodium.lib & libsodium.dll by using iguana_build_depends.cmd .
in marketmaker this accomplished by using cmake, but iguana didn't use
cmake build.
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
jl777
94d548965f
Merge pull request #993 from artemii235/master
Hotfix. (uint32_t)strtol results in invalid value on win.
6 years ago
Artem Pikulin
b702b80364
#191 Hotfix. (uint32_t)strtol results in invalid value on win. Thanks to Decker.
6 years ago
jl777
646facc434
Merge pull request #992 from jl777/kolo
IP
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
jl777
4244eeb102
Merge pull request #202 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
3fd767233a
Merge pull request #991 from artemii235/master
Add overwinter/sapling tx ser/de format support to MM.
6 years ago
Artem Pikulin
397bb7854b
Merge pull request #201 from artemii235/issue-191
Add overwinter/sapling tx ser/de format support to MM.
6 years ago
Artem Pikulin
1c29108390
Merge remote-tracking branch 'origin/issue-191' into issue-191
6 years ago
Artem Pikulin
b007418ee0
#191 Remove unused code. Add comment for ZECTEST p2sh taddr hardcode.
6 years ago
Artem Pikulin
8db4dfa53f
Merge remote-tracking branch 'origin/issue-191' into issue-191
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
Artem Pikulin
474a7f2ba4
#191 Fix win build.
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
jl777
be7856cb02
Merge pull request #200 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
Mihail «Kolo» Fedorov
f93d9841e9
Merge pull request #990 from jl777/kolo
titomane
6 years ago
Mihail Fedorov
155070d45f
titomane
6 years ago
webworker01
d24e4994a0
DION
6 years ago
jl777
8bfb3da2ce
Merge pull request #989 from himu007/patch-7
Update iguana_notary.c
6 years ago