jl777
9ce0234ad4
Notary port -> 7775
6 years ago
jl777
88400a8aad
Merge branch 'dev' into jl777
6 years ago
jl777
6314922c7f
Merge pull request #1019 from jl777/jl777
Jl777
6 years ago
jl777
0d5cfda1de
Merge pull request #1018 from DeckerSU/sapling-prepare
Sapling activate in coins_7776 files (except ZILLA and OOT)
6 years ago
DeckerSU
fc7de82fd6
disable sapling for ZILLA
6 years ago
jl777
1f0e61fef9
Set asset chain txversion to 4, other than OOT and ZILLA
6 years ago
jl777
dbe25a3ee0
Set KMD to reversion 4
6 years ago
DeckerSU
535892b731
add sapling=1 in each coin_7776 except oot
to be ready for iguana when sapling is really activated on KMD and
all of assetchains.
6 years ago
jl777
3ba20c04bc
Merge pull request #1015 from jl777/jl777
Skip MoMoM for Ccid of 0
6 years ago
jl777
36920435c6
Skip MoMoM for Ccid of 0
6 years ago
jl777
237acee901
Merge pull request #1012 from jl777/jl777
Make function for small opreturn coins
6 years ago
jl777
b8187617dc
Make function for small opreturn coins
6 years ago
jl777
0e77faaa8e
Merge pull request #1008 from jl777/jl777
Activate MoMoM
6 years ago
jl777
50b1094629
Activate MoMoM
6 years ago
jl777
88e36dbdd7
Merge pull request #1007 from chainstrike/dev
Link against libsodium
6 years ago
Team ChainStrike
d51dae0a09
Link against libsodium
6 years ago
blackjok3r
5d1012a7dc
updte to LABS/LAB
6 years ago
jl777
5ce409729c
Merge pull request #999 from jl777/jl777
Jl777
6 years ago
jl777
a860ea9d7d
Merge pull request #1005 from DeckerSU/zex-fix
+ zex_7776 start in m_notary_run
6 years ago
DeckerSU
76883af37e
+ zex_7776 start in LANG=en_US git gui &
6 years ago
Mihail Fedorov
069f37ca83
Permission fix
6 years ago
jl777
c715f0aa4c
Merge pull request #1004 from Alrighttt/dev
Dev
6 years ago
Alrighttt
73de8b84ec
add ZEX
6 years ago
Alrighttt
67b73f45a6
Merge pull request #1 from jl777/dev
Dev
6 years ago
jl777
81fcd4587c
Merge pull request #1003 from DeckerSU/dev-decker-vrsc
fix splitfunds on sapling enabled coins (outputs buffer overflow fix)
6 years ago
DeckerSU
323af2e008
fix splitfunds on sapling enabled coins (outputs buffer overflow fix)
earlier we have fixed size buffer for outputs uint8_t outputs[1000]
(derived from markemaker source), and this causes problems when we
try to split over 22 duplicates, bcz in this case outputs array size
overflows 1000 bytes. now memory for array allocates dynamically,
depends on actual outputs size.
6 years ago
blackjok3r
b4c0f99b1d
fix
6 years ago
blackjok3r
b52214fc0a
=
6 years ago
blackjok3r
dddbef8848
coin name!
6 years ago
blackjok3r
11b0179038
Add is_STAKED function, set staked chains to suppress = 3.
6 years ago
jl777
9c845f16c0
Merge pull request #1002 from DeckerSU/dev
activate sapling for VRSC in vrsc_7776
6 years ago
DeckerSU
4e12d08d0f
activate sapling for VRSC in vrsc_7776
this should be merged after 227520 block (!)
6 years ago
jl777
71322406ec
Merge branch 'dev' into jl777
6 years ago
jl777
89728da7bc
Merge pull request #1001 from DeckerSU/dev-decker-vrsc
VRSC sapling compatibility for Iguana dpow and splitfunds
6 years ago
DeckerSU
84db92eaa4
Merge branch 'dev-decker-vrsc' of ssh://github.com/DeckerSU/SuperNET into dev-decker-vrsc
6 years ago
DeckerSU
739b67f0a6
sapling param added to json
- added sapling param in `struct iguana_info`
- each coin now have coin->sapling param (sapling=0 - sapling disabled, sapling !=0 - sapling enabled), we can set "sapling":1 in JSON when calling "addcoin" method.
- removed hardcoded "VRSC" and "VRSCTEST", now we should use "sapling" param in "addcoin" method
- removed unused zcash param in bitcoin_sigtxid
6 years ago
DeckerSU
fc33878df9
+ lsodium to linker
now iguana uses additional depependency libsodium (!) for calculating
BLAKE2b-256 hash in preimage, according to ZIP-0243
(https://github.com/zcash/zips/blob/master/zip-0243.rst ). On Ubuntu
based systems it can be easily installed via `sudo apt install libsodium-dev` .
6 years ago
DeckerSU
aeeacfc4dd
remove debug printouts
6 years ago
jl777
2555a061c7
-lsodium
6 years ago
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