Commit Graph

2925 Commits

Author SHA1 Message Date
Duke Leto
4c0ac5734a Unbreak things by undoing a line accidentally deleted from LoadBlockIndex, derp 2019-10-27 10:18:06 -04:00
Duke Leto
7b8fa48dba meh 2019-10-26 07:52:24 -04:00
Duke Leto
36cb2d26c2 fixes 2019-10-26 06:50:56 -04:00
Duke Leto
a4f827faeb remove zindex stuff that should not be on this branch 2019-10-25 18:23:15 -04:00
Duke Leto
b00cda1c09 Fix lots of little things that were undone by migrating Hush to KMD source code 2019-10-25 10:17:30 -04:00
Jonathan "Duke" Leto
ced4d38255 Bunch of little things 2019-10-22 19:21:23 -07:00
Jonathan "Duke" Leto
02bdc9d657 Fix mempool bug where fees are mis-calculated when fSkipExpiry is used 2019-10-22 18:14:35 -07:00
Jonathan "Duke" Leto
52c716e625 Look in /usr/share/hush for sapling params 2019-10-18 10:58:27 -07:00
Duke Leto
a93763aadc Merge remote-tracking branch 'origin/duke' into duke 2019-10-18 00:34:56 -04:00
Jonathan "Duke" Leto
3657b91025 Port mempool coredump fix from blackjoker 2019-10-15 21:33:19 -07:00
ca333
6b79766999 Merge pull request #205 from KomodoPlatform/fix_PING
fix PING/REJECT attack [CVE-2019-17048, CVE-2019-16930]
2019-10-06 00:38:09 +02:00
ca333
85aad4be5d fix PING attack [CVE-2019-17048] 2019-10-02 21:53:47 +02:00
Jonathan "Duke" Leto
80c0a3b039 Merge remote-tracking branch 'jl777/FSM' into duke
Conflicts:
	README.md
	src/cc/gateways.cpp
2019-08-26 13:48:58 -07:00
jl777
9fac123016 Don't change adaptivepow to default on: -ADAPTIVEPOW_CHANGETO_DEFAULTON 2019-08-26 02:32:24 -11:00
Jonathan "Duke" Leto
d0d6a9cea9 Merge remote-tracking branch 'jl777/FSM' into duke
Conflicts:
	README.md
2019-08-22 05:23:03 -07:00
Duke Leto
2390a7e499 Merge pull request #27 from MyHush/ztxstats
Add shielded stats to getchaintxstats via zindex
2019-08-22 08:19:06 -04:00
Jonathan "Duke" Leto
3b49c1d256 Improve ntz detection and serialize to disk 2019-08-21 06:43:41 -07:00
Jonathan "Duke" Leto
d03d774c18 Fix zindex flag detection 2019-08-20 20:19:24 -07:00
Jonathan "Duke" Leto
b2c03c82a5 Explain about changing heuristics + on-disk data 2019-08-19 05:25:25 -07:00
Jonathan "Duke" Leto
44f34a22e7 more -zindex 2019-08-19 05:07:34 -07:00
Jonathan "Duke" Leto
5c310aa048 Define -zindex 2019-08-18 18:55:34 -07:00
Jonathan "Duke" Leto
5365d15e69 Correct various stats and add block height to response 2019-08-18 18:06:12 -07:00
Jonathan "Duke" Leto
3f94feb836 Shielding+deshielding payments in z-only section 2019-08-17 22:08:17 -07:00
Jonathan "Duke" Leto
2b3023444d Properly serialize/deserialize new blockindex with zstats 2019-08-17 12:46:40 -07:00
Jonathan "Duke" Leto
1a6c19dc81 Also calc shielded stats on index load 2019-08-17 06:26:13 -07:00
Jonathan "Duke" Leto
c9b00ef093 Add chain payments 2019-08-17 06:15:03 -07:00
Jonathan "Duke" Leto
22c0a22926 Compiles, RPC gives back some shielded stats, which have bugs 2019-08-17 05:56:07 -07:00
jl777
1b3e4d46d4 Merge pull request #1684 from Mixa84/nSPV
CC fixes for nSPV and others (#30)
2019-08-12 00:24:20 -11:00
Mihailo Milenkovic
a7204d9f85 CC fixes for nSPV and others (#30)
- Remove adding txfee inputs for gateways claim
- FULLNODE and SUPERLITE macros
- Filter SetCCtxids with txid from oprert
- Fix for nServices of fullnode
- Use SetCCtxids_nSPV for some more CCs
- Fix addnormalinputs and add checking if utxo spent in mempool
2019-08-12 14:16:46 +03:00
jl777
0c680e0dbc -insync test for getNSPV 2019-08-11 23:29:46 -11:00
Jonathan "Duke" Leto
6ddcdc2497 Various improvements to shielded transaction and payment stats gathering 2019-08-10 22:00:14 -07:00
Jonathan "Duke" Leto
8db846da67 Improve calculation of shielded stats 2019-08-08 22:15:00 -07:00
Jonathan "Duke" Leto
188b44937b Clean up and improve some definitions of shielded stats; fix some compiler issues 2019-08-08 16:47:46 -07:00
Duke Leto
4831ec41ec Merge remote-tracking branch 'origin/ztxstats' into ztxstats 2019-08-08 13:27:47 -04:00
Duke Leto
bfe058f29b Keep track of more zxtn stats 2019-08-08 13:27:27 -04:00
Jonathan "Duke" Leto
65109fba53 Merge branch 'duke' into ztxstats 2019-08-07 21:05:40 -07:00
Duke Leto
5c519f9665 Start teaching hushd to track various stats about shielded xtns 2019-08-07 10:15:35 -04:00
jl777
f9a3889961 Merge pull request #1668 from jl777/nSPV
NSPV
2019-08-02 23:09:28 -11:00
jl777
3cf10af4ee Tet 2019-08-02 05:01:38 -11:00
blackjok3r
4509efcc63 fix NSPV addressindex 2019-08-02 23:22:20 +08:00
jl777
23ca86df3a Zawys new algo
1) FTL 4 seconds
2) MTP from 11 -> 1
3) must calc MAX(diff[I]) for past 11 blocks
4) bnTarget *= mult*mult
5) bnTarget.nBits -> onchain
2019-08-01 09:14:07 -11:00
jl777
1cefd54af1 Fix zawy attack, thanks zawy! 2019-08-01 00:38:59 -11:00
jl777
81eb5548c6 <3000 2019-07-31 19:45:26 -11:00
jl777
733949c4f9 <2000 2019-07-31 19:38:14 -11:00
jl777
4f64b197d2 Fix 2019-07-31 19:32:41 -11:00
jl777
199d8db019 Fix zawy attack 2019-07-31 19:02:44 -11:00
jl777
0454333ff8 Tristate KOMODO_NSPV 2019-07-30 05:11:57 -11:00
Mihailo Milenkovic
bc665882ed nSPV modifications for CC and other fixes (#29) 2019-07-24 16:33:03 +02:00
jl777
3ba7d72856 -msg print 2019-07-19 06:02:31 -11:00
jl777
9e55b41979 -print 2019-07-19 05:51:56 -11:00