jl777
93bba030ee
Merge branch 'FSM' into jl777
2019-05-19 16:33:25 -11:00
jl777
1ea6df970b
Merge pull request #1489 from Alrighttt/FSM
...
change oraclessamples output to obj
2019-05-19 16:33:11 -11:00
jl777
8dd6f2ae96
Default bind
2019-05-19 11:29:45 -11:00
Alrighttt
5c77b99a66
remove print, remove unused obj
2019-05-19 23:10:20 +02:00
Alrighttt
c39133405e
change oraclessamples to obj
2019-05-19 23:04:18 +02:00
Alrighttt
e3eb2de3ee
Merge pull request #1 from jl777/FSM
...
Fsm
2019-05-19 22:22:31 +02:00
blackjok3rtt
4bf7e2ac91
Merge pull request #114 from blackjok3rtt/jl777
...
try fix
2019-05-19 00:51:30 +08:00
blackjok3r
e90ac44dde
try fix
2019-05-19 00:48:24 +08:00
blackjok3rtt
8800fd4c60
Merge pull request #113 from blackjok3rtt/jl777
...
fix erase expired tx on wallet load
2019-05-19 00:22:25 +08:00
blackjok3r
d4aac39f75
fix erase expired tx on wallet load
2019-05-19 00:21:36 +08:00
blackjok3rtt
add8b29e32
Merge pull request #112 from blackjok3rtt/jl777
...
fix erase expired tx on wallet load
2019-05-19 00:17:40 +08:00
blackjok3r
c0bc4dc7f8
fix erase expired tx on wallet load
2019-05-19 00:16:31 +08:00
blackjok3rtt
60d582482f
Merge pull request #111 from blackjok3rtt/jl777
...
KMD seasons change test / bug fix
2019-05-18 23:50:41 +08:00
blackjok3r
02a3f08894
fix staking wallet fix.
2019-05-18 23:38:49 +08:00
blackjok3r
1583446b47
change notary pubkey activation code.
2019-05-18 22:53:16 +08:00
jl777
8eb4baf3ff
Merge pull request #1488 from himu007/patch-2
...
Update README.md
2019-05-17 06:30:46 -11:00
SHossain
1970e04175
Update README.md
2019-05-17 17:33:43 +01:00
blackjok3r
c1df6fc05a
fix
2019-05-17 12:04:33 +08:00
blackjok3r
027f9a58f1
revert build things for start.sh
2019-05-17 10:30:56 +08:00
blackjok3rtt
1b1cb6ef5f
Merge pull request #110 from blackjok3rtt/jl777
...
merge paymentsCC updates down. staker bug fixes
2019-05-17 10:14:37 +08:00
jl777
f093390948
-extern
2019-05-16 06:06:33 -11:00
blackjok3r
a7dd3b3235
add address to txidopret
2019-05-17 00:27:07 +08:00
blackjok3r
e655736b9f
try staker fix
2019-05-16 21:47:03 +08:00
jl777
c7f0f89c94
Merge pull request #1487 from blackjok3rtt/beta
...
bug fixes
2019-05-16 02:39:35 -11:00
jl777
35d34e6bc6
Merge pull request #1486 from MyHush/zsync2
...
Prevent creation of shielded transactions when chain is not synced up
2019-05-16 02:38:58 -11:00
blackjok3r
34a57ceb4a
fix
2019-05-16 20:31:55 +08:00
blackjok3rtt
a1d78fa74d
Merge pull request #84 from jl777/beta
...
Beta
2019-05-16 20:27:54 +08:00
Jonathan "Duke" Leto
3275b435de
Add synced key to getinfo+getblockchaininfo
...
This addresses #3 of upstream issue
https://github.com/zcash/zcash/issues/3996 .
Any software that creates a transaction outside of the RPC interface
MUST check if synced==true beforehand, otherwise metadata leakage which
leads to linkability analysis is possible.
The z_sendmany, z_shieldcoinbase and z_mergetoaddress RPCs have their
own synced checks, so it's not needed to look at this new synced value
when using those RPCs.
2019-05-16 05:24:27 -07:00
Jonathan "Duke" Leto
8b57ca63b8
Prevent linkability analysis on out-of-sync nodes
...
This addresses upstream issue https://github.com/zcash/zcash/issues/3996
by preventing z_sendmany, z_mergecoinbase and z_shieldcoinbase from
making shielded transactions if the node is out of sync. This prevents
metadata leakage which can be used in blockchain analysis.
2019-05-16 05:24:17 -07:00
blackjok3r
bbd24399a2
bit safer
2019-05-16 19:46:47 +08:00
blackjok3r
7df6ab444d
fix
2019-05-16 19:37:05 +08:00
blackjok3r
c2261146d9
Fix KMD lockup on pools, try new fix electrum crash.
2019-05-16 19:33:05 +08:00
blackjok3r
edc1a411e5
Test staking preformance improvement
2019-05-16 16:33:14 +08:00
blackjok3rtt
334efb719c
Merge pull request #82 from jl777/jl777
...
Jl777
2019-05-16 15:50:28 +08:00
blackjok3r
bb83deb084
fix crash
2019-05-16 14:48:39 +08:00
Jonathan "Duke" Leto
fc6869e3af
Add synced key to getinfo+getblockchaininfo
...
This addresses #3 of upstream issue
https://github.com/zcash/zcash/issues/3996 .
Any software that creates a transaction outside of the RPC interface
MUST check if synced==true beforehand, otherwise metadata leakage which
leads to linkability analysis is possible.
The z_sendmany, z_shieldcoinbase and z_mergetoaddress RPCs have their
own synced checks, so it's not needed to look at this new synced value
when using those RPCs.
2019-05-15 22:07:09 -07:00
Jonathan "Duke" Leto
cde23ca5dc
Prevent linkability analysis on out-of-sync nodes
...
This addresses upstream issue https://github.com/zcash/zcash/issues/3996
by preventing z_sendmany, z_mergecoinbase and z_shieldcoinbase from
making shielded transactions if the node is out of sync. This prevents
metadata leakage which can be used in blockchain analysis.
2019-05-15 21:27:05 -07:00
jl777
31c8388abe
Merge pull request #1485 from jl777/kolo
...
remove MGNX coin
2019-05-15 17:09:09 -11:00
Mihail Fedorov
c2d469d6f9
remove MGNX coin
2019-05-16 04:47:55 +03:00
jl777
d9db048074
Merge pull request #1484 from jl777/jl777
...
Jl777
2019-05-15 06:55:15 -11:00
jl777
4b47cd338d
Merge pull request #1483 from blackjok3rtt/jl777
...
payments merge bug fix
2019-05-15 06:15:41 -11:00
blackjok3r
aa919f3847
fix paymentsmerge
2019-05-16 01:06:56 +08:00
jl777
46f062eec3
Merge pull request #1482 from jl777/jl777
...
Jl777
2019-05-15 05:37:41 -11:00
jl777
06ed5c0525
Merge branch 'FSM' into jl777
2019-05-15 05:36:48 -11:00
Jonathan "Duke" Leto
c0e98c1b64
Merge branch 'stuck' into duke
2019-05-15 09:32:43 -07:00
Jonathan "Duke" Leto
58533e7e56
Merge remote-tracking branch 'jl777/FSM' into duke
2019-05-15 09:32:35 -07:00
jl777
69450cc680
Merge pull request #1481 from blackjok3rtt/jl777
...
fix payments balance
2019-05-15 05:31:21 -11:00
blackjok3r
46d00eced0
fix payments balance
2019-05-15 23:47:53 +08:00
jl777
a033c87173
-debug
2019-05-15 01:47:15 -11:00
jl777
6f2903addf
Verbose
2019-05-15 01:44:43 -11:00