Commit Graph

29706 Commits

Author SHA1 Message Date
Duke Leto
699b59037a Bump version to 3.3.2 2020-03-08 08:55:42 -04:00
Duke Leto
4f06ce726b Merge pull request #95 from MyHush/thread_notify
Thread notify upstream fixes
2020-03-08 05:14:40 -07:00
Duke Leto
13b59f00ce Clean up 2020-03-07 21:30:51 -05:00
Duke Leto
61c2090dd6 Make the compiler Elder Gods happy 2020-03-07 17:48:34 -05:00
Duke Leto
0f99a6ea3f Port Network upgrade detection back to our KMD flavor 2020-03-07 17:28:35 -05:00
Duke Leto
3d7bed74c1 Port more required code 2020-03-07 17:22:41 -05:00
Duke Leto
35c68602e7 Port the BlockFound signal and parts of ScriptForMining from ZEC upstream 2020-03-07 14:36:22 -05:00
Duke Leto
a2c8f752df Pull in validation interface changes from zcash commit 26a24da74503ae60cc9aa2d6e6ae0923ecd375fb 2020-03-07 13:58:22 -05:00
Duke Leto
a2b3316664 Port PR93 from @denioD 2020-03-07 13:55:12 -05:00
Duke Leto
64dfd18fa0 Merge pull request #94 from MyHush/sapcon_sietch
Untested sapling consolidation plus sietch outputs to reduce metadata leakage
2020-03-06 12:24:37 -08:00
Duke Leto
fad66953fb Cleanup 2020-03-06 15:22:50 -05:00
Duke Leto
9c72f4c2f5 Change consolidation fee to be the default instead of zero and require zinput arity to be inside [3,8] 2020-03-06 14:40:24 -05:00
Duke Leto
dc7525f12e Untested sapling consolidation plus sietch outputs to reduce metadata leakage 2020-03-04 09:17:05 -05:00
Duke Leto
21ec2e7260 Merge pull request #92 from DenioD/duke
add opretmintxfee from komodo upstream
2020-02-29 04:18:04 -08:00
DenioD
b2b76e82da Change KMD to Hush in opretMinFeeRate unit 2020-02-29 08:44:13 +01:00
ca333
2f891b0e14 add opretmintxfee 2020-02-29 08:39:09 +01:00
Duke Leto
9b0d986528 Document default of -consolidation and add comment about number of zouts 2020-02-27 18:20:14 -05:00
Duke Leto
cb004f5d57 Remove sprout code from z_exportwallet 2020-02-27 11:11:59 -05:00
Duke Leto
a7250280d0 Remove deprecated Sprout benchmarking RPCs 2020-02-27 11:06:58 -05:00
Duke Leto
a5515aa336 Fix z_validateaddress docs to remove sprout stuff and use a sapling address in examples 2020-02-26 14:31:35 -05:00
Duke Leto
08583ff269 Merge branch 'dev' into duke 2020-02-26 14:13:54 -05:00
Duke Leto
9e1c741905 Update convert params junk 2020-02-26 14:12:15 -05:00
Duke Leto
2152f4df6d Port getalldata from ZER sans sproutness 2020-02-26 09:51:09 -05:00
Duke Leto
b06bd5720a Add z_listreceivedbyaddress from ZER and refactor some stuff 2020-02-26 00:20:02 -05:00
Duke Leto
a338a974c7 Add z_listreceivedbyaddress from ZER 2020-02-25 23:49:49 -05:00
Duke Leto
3b4e5d727c Revert "cleanup unnecessary lines"
This reverts commit 49872e5fd7.
2020-02-25 23:49:16 -05:00
Duke Leto
90156a295b Merge pull request #85 from DenioD/duke
port z_listsentbyaddress and add memo field from c00e30b210
2020-02-25 08:43:00 -08:00
DenioD
49872e5fd7 cleanup unnecessary lines 2020-02-25 15:47:18 +01:00
DenioD
c984c2e8d5 port z_listsentbyaddress and add memo field from c00e30b210 2020-02-25 11:54:23 +01:00
Duke Leto
c1fa21cad1 Most Hush blocks have 2 coinbase, one for miner and one for FR; improves #82 2020-02-24 05:42:11 -05:00
Duke Leto
6a296f01d4 Update security-warnings.md 2020-02-18 09:19:56 -05:00
Duke Leto
f6a8303b49 Update security-warnings.md 2020-02-18 09:18:37 -05:00
Duke Leto
4a731fed47 Update security-warnings.md 2020-02-18 09:16:44 -05:00
Duke Leto
d3226b8a5c Update security-warnings.md 2020-02-18 09:15:42 -05:00
Duke Leto
71087fb24f Merge pull request #83 from DenioD/duke
resource friendly tx reorder ported from 58b05de90d
2020-02-18 03:05:49 -08:00
DenioD
8556f00d37 resource friendly tx reorder port from 58b05de90d 2020-02-17 21:36:17 +01:00
Denio
34318d07ff Merge pull request #1 from MyHush/duke
merge upstream
2020-02-17 20:52:06 +01:00
Duke Leto
ddbf53524e Merge pull request #80 from DenioD/dev
Hush witness rework, many thanks to @CryptoForge for this awesome cod…
2020-02-15 05:43:11 -08:00
DenioD
6c48397cf3 Hush witness rework, many thanks to @CryptoForge for this awesome code https://github.com/Cryptoforge-alt/pirate/tree/pirate_witness_rework 2020-02-15 14:14:39 +01:00
Duke Leto
7948bbf85f Merge pull request #73 from MyHush/desnark
Remove libsnark and various Sprout things
2020-01-25 10:39:15 -08:00
Duke Leto
499720c42b Do not anger the libgmp Elder Gods 2020-01-25 08:28:38 -05:00
Duke Leto
4c0aebd675 Add libgmp back 2020-01-25 08:18:40 -05:00
Duke Leto
f3affab178 Revert "We do not use any of these CCs, and we want to remove gmp as dependency, so convert them to use mini-gmp.h for now"
This reverts commit aeb30dd8fa.
2020-01-24 18:33:06 -05:00
Duke Leto
89bbd48eae More libsnark removal changes to various internals 2020-01-24 12:30:58 -05:00
Duke Leto
c6de8f850c Revert "Raw transaction updates"
This reverts commit 1f1e2ebf04.
2020-01-24 07:29:49 -05:00
Duke Leto
1f1e2ebf04 Raw transaction updates 2020-01-24 07:20:06 -05:00
Duke Leto
aeb30dd8fa We do not use any of these CCs, and we want to remove gmp as dependency, so convert them to use mini-gmp.h for now 2020-01-24 07:09:47 -05:00
Duke Leto
4d965f53eb A bunch more libsnark deletions/updates 2020-01-24 06:32:13 -05:00
Duke Leto
7e078e58c1 Remove more libsnark stuff from the build system 2020-01-24 05:48:43 -05:00
Duke Leto
4a3a7acc90 Remove more libsnark stuff 2020-01-24 05:43:11 -05:00