Commit Graph

  • 487fff149c Remove dead code related to invalid joinsplit sigs Duke 2023-06-12 07:59:53 -0700
  • 18f0689695 Avoid ztx validation during IBD if height is less than latest checkpoint Duke 2023-06-12 07:55:45 -0700
  • fc921eba57 Remove dead code Duke 2023-06-09 00:00:42 -0400
  • 04c28e3eef Disable run-time asserts in addrman Duke 2023-05-20 06:12:40 -0700
  • 4124633442 Merge pull request 'Fixes compilation failing with gcc13.x' (#298) from gcc13 into dev duke 2023-05-17 01:24:03 +0000
  • 121ec4b9d4 successfully built with gcc13.x jahway603 2023-05-16 17:29:13 -0400
  • c902701715 unfuxing to fix hush/hush3#293 jahway603 2023-05-15 13:55:20 -0400
  • b3a6c2bee1 Import RandomX from 040f4500a6 without audits/ directory jahway603 2023-05-15 13:47:05 -0400
  • 73a54682b8 ARM commit - have to squash these damn commits... jahway603 2023-04-28 12:24:06 -0400
  • 4524ca1ccb fixed script to fix Issue #294 jahway603 2023-04-27 23:02:36 -0400
  • 2b5d7a1779 Merge remote-tracking branch 'origin/dev' into jahway603 jahway603 2023-04-27 21:06:23 -0400
  • 12f746b391 build script to xcompile ARM64 (aarch64) jahway603 2023-04-27 21:06:10 -0400
  • 78978dfc45 Reverting to commit dd9be59e4 or current origin/dev branch jahway603 2023-04-27 16:27:25 -0400
  • 18eea5cb03 Merge branch 'duke' of https://git.hush.is/hush/hush3 into duke Duke 2023-04-27 07:10:08 -0400
  • 519743f704 Only log to stderr in CalculateNextWorkRequired and GetNextWorkRequired if -debug Duke 2023-04-23 07:03:05 -0700
  • d840a0ec62 Only log nbits in ContextualCheckBlockHeader if -debug Duke 2023-04-23 06:56:19 -0700
  • a6924bb061 Give a useful message if autoconf is not installed Duke 2023-04-23 06:29:48 -0700
  • 883fbe407f Revert "Add libleveldb-dev to build dependencies" Duke 2023-04-23 06:23:18 -0700
  • 9602e715ed Fix compile issue Duke 2023-04-23 09:13:21 -0400
  • b197c18ffc . Duke 2023-04-23 09:05:51 -0400
  • ca6a1c48bb Make GetBlockHash() calculate the blockhash if phashBlock is null Duke 2023-04-23 06:02:22 -0700
  • fbda7b8dec Fix compile issues Duke 2023-04-22 19:28:24 -0400
  • 7102d50a47 Try to prevent #266 Duke 2023-04-22 15:54:13 -0700
  • cf1274a42a Remove unnecessary consistency checks Duke 2023-04-20 04:47:20 -0700
  • 513ebc5bb4 Say which height we are at when we get an assertion from GetBlockHash Duke 2023-04-19 11:01:20 -0400
  • f8939d2fd9 Fix src/cc compile Duke 2023-04-19 10:38:21 -0400
  • bc1d6be55f Add leveldb/include header dir to src/Makefile.am Duke 2023-04-17 14:32:02 -0700
  • d181029d27 Include path for leveldb when compiling cc #290 Duke 2023-04-17 08:46:44 -0700
  • 4d6c451314 Try to fix #290 Duke 2023-04-17 08:38:30 -0700
  • fab9a7f51d Add libleveldb-dev to build dependencies onryo 2023-04-16 15:53:48 +0000
  • e8dc755f06 Reduce memory usage of CBlockIndex Duke 2023-04-13 23:30:23 -0400
  • 053e9156a7 Fix progress estimate for HUSH at startup Duke 2023-04-12 10:08:09 -0400
  • 852f747cbf Remove dead code Duke 2023-04-06 13:39:42 -0400
  • c1ec1b0e95 Remove dead code Duke 2023-04-06 13:31:07 -0400
  • fba0d4136d Remove code for unsupported chains Duke 2023-04-06 13:28:14 -0400
  • 533356ce63 Remove more dead code related to interest Duke 2023-04-06 13:22:20 -0400
  • e9036402ca build.sh change jahway603 2023-04-06 13:21:34 -0400
  • c69a47dd61 Remove dead code relating to interest Duke 2023-04-06 13:05:20 -0400
  • 15aaf4af44 Remove mempool p2p message #284 Duke 2023-04-06 12:59:31 -0400
  • f0ee52a94d Remove dead code Duke 2023-04-06 12:44:37 -0400
  • 4c5649454b Fix const-ness of ReadTxIndex Duke 2023-04-06 12:44:30 -0400
  • 8c8f451be8 Remove dead code from CheckTransaction() Duke 2023-04-06 12:37:10 -0400
  • b4be7aa19b malloc_trim does not seem to exist on FreeBSD Duke 2023-04-06 05:40:30 -0700
  • 784744b5b8 added to AUTHORS jahway603 2023-04-06 02:21:20 -0400
  • e572b2922e add missing aarch64 (ARM64) build dependency jahway603 2023-04-06 02:15:55 -0400
  • 51ee606547 changed make to for freebsd support jahway603 2023-04-05 23:44:04 -0400
  • 0b68ea2a20 Disable rust docs to speed up build times Duke 2023-04-05 19:31:15 -0700
  • 98ee2a6a4f Declare various CBlockTreeDB methods as const Duke 2023-04-05 19:24:30 -0700
  • f3c0cb73bb Merge branch 'dev' into duke Duke 2023-04-05 19:18:18 -0700
  • 75c42512ea more changes for freebsd support jahway603 2023-04-05 17:09:11 -0400
  • e0f27459b0 more changes for freebsd support jahway603 2023-04-05 16:51:36 -0400
  • 31ac51d58d added freebsd into build.sh jahway603 2023-04-05 16:39:15 -0400
  • dd9be59e4f Merge pull request 'Fixes compilation failing on Arch Linux (gcc/g++12) and Ubuntu 22.04 (gcc/g++11)' (#282) from jahway603 into dev jahway603 2023-04-04 18:58:54 +0000
  • 7eadeb860e Merge branch 'dev' into jahway603 jahway603 2023-04-04 18:58:08 +0000
  • e1d6f7dd0e successfully built in Arch Linux with gcc12 jahway603 2023-04-04 12:53:46 -0400
  • 7f09d37cd4 reverted deleted code jahway603 2023-04-04 09:34:16 -0400
  • bb7cb253c1 miodrag patches to help get gcc12 building hushd jahway603 2023-04-03 22:23:30 -0400
  • ca26403c4a Merge pull request 'merge conflicts blow goats' (#280) from jahway603 into dev jahway603 2023-04-03 23:37:22 +0000
  • ca36706001 merge conflicts blow goats jahway603 2023-04-03 19:35:38 -0400
  • 188384cf85 Merge branch 'jahway603' into dev jahway603 2023-04-03 23:30:32 +0000
  • 10eb871026 merging dev into jahway603 branch jahway603 2023-04-03 19:29:06 -0400
  • 8126e706c6 Optional OP_RETURN in z_sendmany Duke 2023-03-24 10:22:31 -0700
  • d1b649825a Merge branch 'duke' into dev Duke 2023-03-17 14:07:19 -0400
  • 63ad87f69b Ensure CNode::addrKnown immediately takes little memory when we disconnect the node Duke 2023-03-17 00:21:00 -0400
  • c1baab7b8a Rate limit incoming addr p2p messages Duke 2023-03-16 22:33:25 -0400
  • d134fcf988 removed unused function to resolve Issue #273 jahway603 2023-03-15 23:12:31 -0400
  • c9078060b6 Merge remote-tracking branch 'origin/dev' into jahway603 jahway603 2023-03-15 23:07:49 -0400
  • bde7273c9f Remove mapRequest tracking Duke 2023-03-14 15:54:28 -0400
  • 560f8e2f41 Remove unused GetRequestCount() Duke 2023-03-14 14:44:14 -0400
  • 71928fa228 Randomize order of processing messages from peers Duke 2023-03-14 14:42:39 -0400
  • 24b3f1f93b Merge branch 'dev' into duke Duke 2023-03-09 11:17:53 -0800
  • ac413ecb2e Adding Mac SDX paths fekt 2023-03-03 20:20:47 -0500
  • 883e598994 Fix for #270 to allow subnets fekt 2023-02-18 17:30:33 +0000
  • fb250487c8 Create sda_checkpoints.pl fekt 2023-02-16 23:07:46 -0500
  • a0d02cc3be Batch files for dragonx-cli and dragonxd Duke 2023-02-15 18:06:09 -0800
  • 30c919af25 Add dragonx scripts to linux binary releases Duke 2023-02-14 09:14:38 -0800
  • f44e44e7df Unify debian package scripts and add dragonx scripts Duke 2023-02-14 08:46:32 -0800
  • 5184b4483f Update release process v3.9.3 Duke 2023-02-11 19:30:56 -0500
  • f271e60e58 Update release process Duke 2023-02-11 19:29:39 -0500
  • 4a2361cdf6 Merge branch 'dev' Duke 2023-02-11 19:27:47 -0500
  • bec27a85e5 Update relnotes Duke 2023-02-11 19:23:55 -0500
  • 94500a6e39 Reduce stderr spam Duke 2023-02-10 11:27:11 -0500
  • 47c67e45db checkpoints Duke 2023-02-09 18:22:57 -0500
  • a07bf16b20 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2023-02-09 18:06:14 -0500
  • e033a2e6eb Update copyrights to 2023 Duke 2023-02-09 18:06:03 -0500
  • 606eb3dcce Update 'doc/release-process.md' duke 2023-02-09 23:05:44 +0000
  • 2c083978e0 update manpages Duke 2023-02-09 17:27:25 -0500
  • 1313d39a71 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2023-02-09 17:17:05 -0500
  • 2c9bd5dd18 abortrescan Duke 2023-02-09 17:17:00 -0500
  • 76f2f67da4 Update 'doc/release-process.md' duke 2023-02-09 22:10:25 +0000
  • be90d0e324 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2023-02-09 13:54:03 -0800
  • 537307a812 Bump version and protocol version Duke 2023-02-09 13:53:55 -0800
  • e598db4f79 Update 'README.md' duke 2023-02-09 21:48:40 +0000
  • b360a2395a Allow abortrescan to be called via RPC Duke 2023-02-09 13:45:45 -0800
  • 890d218180 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2023-02-09 13:43:23 -0800
  • 2f8e5f8144 bump year Duke 2023-02-09 13:43:17 -0800
  • 07505e311d Merge pull request 'correct ac_supply documented default' (#236) from jahway603 into dev duke 2023-02-09 21:16:00 +0000
  • bb9d1fcd32 Update 'doc/relnotes/README.md' duke 2023-02-09 12:32:55 +0000
  • 0eba871a6a Update 'doc/release-process.md' duke 2023-02-09 11:49:45 +0000
  • b29dfa0c93 Update 'doc/relnotes/README.md' duke 2023-02-09 11:25:38 +0000