Commit Graph

29930 Commits

Author SHA1 Message Date
Jonathan "Duke" Leto
eae956cde9 Update docs 2020-07-30 09:01:29 -07:00
Duke Leto
bfbe4e9553 Tweak some logging 2020-07-28 11:38:16 -04:00
Duke Leto
c14e7102bf Reduce noise 2020-07-28 11:11:21 -04:00
Duke Leto
10c5809877 More z_sendmany debugging when -zdebug enabled 2020-07-28 11:00:20 -04:00
Duke Leto
b4e7f45826 Remove dead code 2020-07-28 00:44:57 -04:00
Duke Leto
79a4a48c38 Fix zaddr logging 2020-07-26 14:58:49 -04:00
Duke Leto
fd456ec146 Bump version to 3.5.0 and update unix man pages 2020-07-26 08:47:59 -04:00
Duke Leto
a59803c325 Merge branch 'sietch_dynamic' into danger 2020-07-26 08:29:45 -04:00
Duke Leto
6e40e2f1e2 NULL terminator considered important 2020-07-26 08:29:25 -04:00
Duke Leto
31983a9655 Correctly choose between dynamic or random sietch zdust addresses 2020-07-25 01:41:48 -04:00
Duke Leto
7e0c41977f Revert "Use dynamically generated zaddrs in sietch, which are not stored in wallet.dat"
This reverts commit 89532c4d7b.
2020-07-23 22:53:12 -04:00
Duke Leto
ee09f123c6 Bump version to a 3.5 pre-release 2020-07-23 10:27:07 -04:00
Duke Leto
5a1109ccf4 Allow z2z fork height to be specified on CLI for testing 2020-07-23 08:04:25 -04:00
Duke Leto
cf83dc135a Merge branch 'danger' into sietch_dynamic 2020-07-22 09:39:48 -04:00
Duke Leto
4401d484ef Merge branch 'duke' into danger 2020-07-22 09:34:40 -04:00
Duke Leto
fbb9a20de4 Merge branch 'danger' of github.com:MyHush/hush3 into danger 2020-07-22 09:34:34 -04:00
Duke Leto
47aaeea0c9 Merge branch 'dev' into duke 2020-07-22 09:34:15 -04:00
Duke Leto
9f8f24dc78 Merge pull request #126 from miodragpop/patch-1
malloc.h conditional inclusion
2020-07-22 02:04:33 -04:00
Miodrag Popović
33358740f4 malloc.h conditional inclusion
malloc.h header is also glibc specific
2020-07-21 10:26:42 +02:00
Jonathan "Duke" Leto
8c435331ee Merge branch 'duke' into danger 2020-07-20 06:26:11 -07:00
Jonathan "Duke" Leto
7227739733 Merge branch 'dev' into duke 2020-07-20 06:25:50 -07:00
Duke Leto
2452d4d3ec Merge pull request #123 from miodragpop/master-aarch64
Updates and tweaks which enable cross-building of 64bit arm binaries
2020-07-20 09:23:29 -04:00
Duke Leto
b094db7113 More debugspam for -zdebug; Fix bug where shielded spends where not tracked correctly 2020-07-17 15:35:28 -04:00
Duke Leto
3110898426 Catch errors early and exit, such as when best chain is still activating 2020-07-17 01:24:50 -04:00
miodragpop
f7ec886a3e build-cross-aarch64.sh script removed
for aarch64 cross-build use `HOST=aarch64-linux-gnu zcutil/build.sh` followed by optional parameters
2020-07-17 03:27:53 +02:00
miodragpop
2112a1ae04 ... and this one 2020-07-17 03:01:40 +02:00
miodragpop
57052a0e9f more typos fix 2020-07-17 02:58:33 +02:00
miodragpop
2213356028 whitespaces: changes undoed 2020-07-17 02:55:00 +02:00
miodragpop
29a06462cb more associative naming convention 2020-07-17 02:44:29 +02:00
miodragpop
fc409581f3 updated .gitignore with cc dynamic libs built for Win 2020-07-17 02:35:25 +02:00
miodragpop
534efcb65d malloc_trim is glibc specific 2020-07-17 02:28:27 +02:00
miodragpop
c0eb0631e2 rust reverted to version 1.32.0 2020-07-17 01:58:23 +02:00
Miodrag Popović
55f555fe2b Merge pull request #1 from miodragpop/no-amqp
proton lib removed
2020-07-16 23:38:18 +02:00
miodragpop
b1de0a7f86 proton lib removed 2020-07-16 23:35:43 +02:00
miodragpop
6017bdba79 cryptoconditions: ugly workaround to fix memory access issues on aarch64 2020-07-16 19:24:30 +02:00
Duke Leto
acead3ea3e Merge branch 'danger' of github.com:MyHush/hush3 into danger 2020-07-13 14:03:42 -04:00
Duke Leto
cbf0351e98 Show shielded spends in getchaintxstats output 2020-07-13 14:03:37 -04:00
Jonathan "Duke" Leto
802cfe5ebb Merge branch 'duke' into danger 2020-07-12 16:38:14 -07:00
Jonathan "Duke" Leto
95e7b30ece Merge branch 'dev' into duke 2020-07-12 16:37:50 -07:00
Duke Leto
be314a6123 Merge pull request #118 from crackfoo/patch-6
Update funcs.mk
2020-07-12 19:35:33 -04:00
miodragpop
c12ec78caf executable permissions on makecustom script 2020-07-12 13:35:31 +02:00
miodragpop
889f7ebf91 make crossbuild script executable 2020-07-12 12:55:58 +02:00
miodragpop
9544bd0ffc adjustments for cross build of aarch64 binaries on x86_64 linux 2020-07-12 11:47:00 +02:00
Duke Leto
40f0745fab Track shielded spends on disk so we can calculate anonset in real-time correctly 2020-07-11 11:11:14 -04:00
Duke Leto
d516a21d54 Create setter to modify blocktime consensus params at run-time 2020-07-11 11:10:15 -04:00
Duke Leto
55890a0543 Set various chain params when changing blocktime 2020-07-11 01:19:08 -04:00
Duke Leto
d4883bce7c More timedate changes from KMD 0.6 2020-07-09 10:31:12 -04:00
Duke Leto
e959ea9768 Timedata changes from KMD 0.6 2020-07-09 08:35:04 -04:00
Duke Leto
eb935e3c93 Set correct blocktime when disconnecting a block and rewinding before our block time halving 2020-07-09 07:22:33 -04:00
Duke Leto
bb6565d966 Block time halving at height 340000 2020-06-24 20:49:53 -04:00