jl777
2e0280962f
Merge pull request #1009 from jl777/dev
Dev
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
Artem Pikulin
808a52b462
Fix travis.yml.
6 years ago
Artem Pikulin
9194555173
Add debug build for linux platform with additional output.
6 years ago
Artem Pikulin
14097b0bcc
Fix mem leak caused by electrum_txhistory_loop.
6 years ago
jl777
da1ef5f71e
Merge pull request #227 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
6 years ago
jl777
839f68b8e2
Merge pull request #1006 from jl777/dev
Dev
6 years ago
jl777
5ce409729c
Merge pull request #999 from jl777/jl777
Jl777
6 years ago
jl777
4041f96e38
Merge pull request #225 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
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
Artem Pikulin
5b3e6d4968
Set clone_depth: 5 for appveyor, we don't need all history.
6 years ago
Artem Pikulin
17b555ccf3
Update cpp-ethereum submodule to speed up initial build.
6 years ago
Artem Pikulin
abc79a5acb
Fix tx history crash for BTC/LTC. Disable support for QTUM, BTX, CRW.
6 years ago
Artem Pikulin
a3e045b473
Fix windows build. Use precompiled libsodium.
6 years ago
Artem Pikulin
0a78c100df
Merge remote-tracking branch 'origin/master'
6 years ago
Artem Pikulin
d205788777
#213 Add tx history cache for ETH/ERC20 (getting from Etherscan).
6 years ago
Artem Pikulin
a4ff8b4d90
Allocate buffer for Sapling outputs dynamically. Thx Decker.
6 years ago
Artem Pikulin
7b601e016c
Remove debug printf.
6 years ago
Artem Pikulin
f9e60660f0
#213 Cache address tx history for listtransactions RPC call.
6 years ago
jl777
333be5becc
Merge pull request #221 from jl777/dev
Update from upstream repo jl777/SuperNET@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
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
d7dbda5d13
Merge pull request #217 from jl777/dev
Update from upstream repo jl777/SuperNET@dev
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