Commit Graph

  • 45a5d25230 Update next consensus hardfork to be block 1605555 on Dec 16th 2023 Duke 2023-11-22 08:00:26 -0500
  • 5f5983ad86 Update production devtax data Duke 2023-11-22 07:51:00 -0500
  • ad653d6271 added stratum server options jahway603 2023-11-21 22:24:00 -0500
  • 37cff3924d Fix #346 Duke 2023-11-20 17:05:42 -0800
  • b4c60c5f4e Update relnotes Duke 2023-11-20 10:21:17 -0500
  • cb62670581 Add memoStr to z_listunspent output Duke 2023-11-20 09:40:15 -0500
  • cb60ecaef9 Update to take an optional file of addresses Duke 2023-11-19 08:32:23 -0500
  • 11593da7f2 Merge branch 'dev' into danger Duke 2023-11-18 08:12:29 -0500
  • e695340133 Update RPC help for z_listreceivedaddress Duke 2023-11-15 07:54:30 -0500
  • f442823963 Fix unoptimized libraries in depends Duke 2023-11-13 19:44:28 -0800
  • 9a8d9f4cba Merge branch 'dev' into danger Duke 2023-11-13 10:26:19 -0500
  • 94a48329ad Return help output if no address is given to z_listreceivedaddress Duke 2023-11-13 10:22:04 -0500
  • 06876b1cc9 Bump version to 3.10.0 Duke 2023-11-13 08:40:04 -0500
  • 4570277b52 Bump protocol version Duke 2023-11-12 14:30:52 -0500
  • 999c73169b Add nullifier info and fix params check witness_cache Duke 2023-11-12 14:27:57 -0500
  • afd2953c62 Add z_getwitnesscachestats RPC to get various stats about the witness cache Duke 2023-11-12 04:43:22 -0500
  • 2d638e5fcc Update 'doc/relnotes/README.md' duke 2023-11-12 05:45:21 +0000
  • 51aa8e1afd Update 'doc/relnotes/README.md' duke 2023-11-12 05:29:55 +0000
  • 034002f2e9 Update 'doc/relnotes/README.md' duke 2023-11-12 05:23:34 +0000
  • 0ed63ecdad Update 'doc/release-process.md' duke 2023-11-12 04:27:28 +0000
  • 7a58a3ae33 Fix compile issue related to std::optional only being in c++17 Duke 2023-11-09 12:13:24 -0500
  • a4ca400aa4 Attempt to port UpdateSpentHeightAndMaybePruneWitnesses Duke 2023-11-09 07:39:13 -0800
  • e0c1b133b4 Add spentHeight to SaplingNoteData Duke 2023-11-08 15:21:21 -0800
  • 1f5fb24985 Revert to our custom RandomX config options Duke 2023-11-07 09:32:45 -0500
  • 6029b3d571 Update to RandomX v1.2.1 Duke 2023-11-07 09:09:48 -0500
  • 6f78cad0be Merge branch 'duke' into dev Duke 2023-11-07 07:51:14 -0500
  • 0936d4c2c2 Add option to disable automatic resending of txs Duke 2023-11-06 11:53:59 -0500
  • a554377225 Clean up Duke 2023-10-31 10:30:18 -0400
  • 7eb9d75b94 Support * or ANY_ZADDR in z_mergetoaddress Duke 2023-10-30 09:31:48 -0400
  • f0395196ec Do not resend wallet txs during IBD, rescan or loading blocks Duke 2023-10-29 21:45:30 -0400
  • b73297f1f5 More debugging when resending txs Duke 2023-10-25 13:17:10 -0400
  • f48181a120 Add help for -consolidationinterval which was missing Duke 2023-10-25 13:16:47 -0400
  • d922526642 Merge remote-tracking branch 'origin/dev' into danger Duke 2023-10-25 12:44:18 -0400
  • ac315bcb0d Merge remote-tracking branch 'origin/dev' into duke Duke 2023-10-25 12:44:00 -0400
  • 95b4371aa4 Merge pull request 'Reduce memory usage' (#332) from reduce_memory into dev duke 2023-10-25 15:11:51 +0000
  • d99ab44bfb Fix implementation of GetBlockHash in CBlockIndex and CDiskBlockIndex #332 Duke 2023-10-23 22:41:29 -0400
  • 4642a35f06 Stop building witnesses if abortrescan is called #331 Duke 2023-10-23 10:47:12 -0400
  • ae0ff73548 Stop building witnesses if shutdown requested, fixes #330 Duke 2023-10-23 09:49:50 -0400
  • 41d6d037d8 Log number of SpendDescriptions and note value if an invalid sapling spend happens Duke 2023-10-23 09:43:40 -0400
  • a1cf2ef976 Log txid being relayed to stdout Duke 2023-10-23 09:43:01 -0400
  • 1dc4920186 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2023-10-17 14:18:20 -0400
  • e03582e856 Fix shell quoting of dragonx-cli Duke 2023-10-17 14:18:14 -0400
  • 30a436dcd1 Merge pull request 'Upgrade curl to 8.4.0' (#328) from jahway603 into dev duke 2023-10-17 12:18:34 +0000
  • be92d4ce42 Merge branch 'dev' into jahway603 #328 jahway603 2023-10-16 21:17:00 +0000
  • 4256e7d835 Suppress 'Ignoring nbits' debug Duke 2023-10-16 10:36:57 -0400
  • 31a6b72caf Merge branch 'dev' into reduce_memory Duke 2023-10-16 06:04:56 -0400
  • b92cc1efbb Upgraded curl to 8.4.0 to resolve Issue #325 jahway603 2023-10-14 22:47:27 -0400
  • 12b87365bf Merge branch 'dev' into jahway603 jahway603 2023-10-14 22:19:07 -0400
  • 5cf38dd5db Merge branch 'dev' into danger Duke 2023-10-13 09:27:38 -0400
  • fb5563d06a Merge pull request 'Reject ztxs with duplicate zkproofs' (#327) from duplicate_proofs into dev duke 2023-10-13 11:58:00 +0000
  • a9cbc8fa09 Merge branch 'dev' into ramhash Duke 2023-10-13 04:34:44 -0700
  • 14d3ae1785 Reject ztxs with duplicate zkproofs #327 Duke 2023-10-13 04:22:24 -0700
  • 70fa319fd9 Merge pull request 'Fix randomx mining memleak' (#326) from memleak into dev duke 2023-10-13 11:18:29 +0000
  • 80bd3f262c Verbosify randomx debug logging in case that helps debug mismatched height coinbase issue #326 Duke 2023-10-12 10:01:01 -0400
  • fc6745129d Fix randomx memory leak but create some mining errors Duke 2023-10-11 12:07:40 -0400
  • 963ce1e444 Release randomx dataset+cache when mining is interrupted or errors Duke 2023-10-10 22:04:15 -0400
  • 7db6745056 s/zouts/zins/ in debug log Duke 2023-10-10 12:05:53 -0400
  • b200dcb2c7 Update test_antispam Duke 2023-10-10 12:03:41 -0400
  • 38699a7d47 Merge pull request 'Antispam defenses' (#322) from antispam into dev duke 2023-10-10 15:55:11 +0000
  • 84a0c2c35e antispam test #322 Duke 2023-10-07 14:16:59 -0400
  • b386cd1acf Scripts to test this branch Duke 2023-10-07 14:15:12 -0400
  • c8a88e1168 Check null randomx dataset before calling randomx_dataset_item_count Duke 2023-10-07 14:07:34 -0400
  • 00ea085746 Merge branch 'dev' into z_signmessage z_signmessage Duke 2023-09-24 23:41:36 -0400
  • aa5cbee69c Remove dead code Duke 2023-09-18 20:57:47 -0400
  • d7cbdcab28 Always log when skipping a zaddr during z_importwallet Duke 2023-09-18 20:44:16 -0400
  • 2308db22ee Antispam defenses Duke 2023-09-18 12:58:03 -0400
  • 09555fbee2 Allow abortrescan during RPC warmup Duke 2023-09-18 12:43:27 -0400
  • f2ae9a354a Merge pull request 'z_getstats RPC' (#321) from z_getstats into dev duke 2023-09-09 15:08:52 +0000
  • 7c45e66fbe Also return start and ending height in z_getstats json #321 Duke 2023-09-08 08:28:14 -0400
  • 4aca3493e3 Even more zstats Duke 2023-09-05 11:30:27 -0400
  • ff7a597032 Lots of more data for z_getstats Duke 2023-09-05 00:35:11 -0400
  • 7ea88bb303 Return total zins+zouts in json Duke 2023-09-04 09:03:06 -0400
  • 8eaba566fd Force avg zins/zouts to be a double Duke 2023-09-04 08:57:23 -0400
  • 0f4956dcd5 Initialize variables in z_getstats correctly Duke 2023-09-04 08:50:05 -0400
  • 96ae2d61ca z_getstats RPC that calculates various stats about ztxs in a block range Duke 2023-09-04 08:22:12 -0400
  • 1c45a71b05 Remove dead code Duke 2023-09-03 08:52:28 -0400
  • e2521ac2fa Remove unused sproutfunds argument Duke 2023-09-03 08:48:06 -0400
  • bd38a12512 Remove useless sprout key from coinsupply RPC Duke 2023-09-03 08:40:06 -0400
  • bacc08e817 Remove sprout data from valuePools Duke 2023-09-03 08:37:19 -0400
  • a90f03ce6d Fix build-debian-package.sh docs and document how to make an aarch64 deb Duke 2023-08-16 10:37:23 -0400
  • f335fb539f We are calling it ramhash not memhash Duke 2023-08-16 10:17:13 -0400
  • b40a6f6d34 Start implementing MemhashMiner Duke 2023-08-09 02:36:41 -0400
  • f89cd61fce Add a new memhash option to ASSETCHAINS_ALGORITHMS Duke 2023-08-08 23:49:18 -0400
  • c6859b676e Update 'doc/developer-notes.md' duke 2023-08-09 00:05:00 +0000
  • 4d3d880036 Add docs for adding a new PoW algo Duke 2023-08-08 15:40:52 -0400
  • e5cac26f5e WIP p2p privacy p2p_privacy Duke 2023-08-06 10:08:58 -0400
  • a634a0ad33 Restrict self-advertisements with privacy networks to avoid fingerprinting #316 Duke 2023-08-05 19:53:28 -0400
  • 982b902c2e Fix compile z_importwallet Duke 2023-07-23 11:15:38 -0400
  • b6186acfd0 Check wallet export file size and determine if it is a symlink vs other special files Duke 2023-07-16 11:28:09 -0700
  • 2bb05486db Start z_importwallet improvements #194 Duke 2023-07-16 06:44:33 -0700
  • e53220b5f1 Save checkpoints as individual .json files fekt 2023-07-09 11:49:55 -0400
  • 803e1d0f21 Use older version of cURL for Windows fekt 2023-07-05 13:29:36 -0400
  • 8969a9d8fe Put binaries into a properly named subdirectory, fixes #311 Duke 2023-07-04 11:14:56 -0400
  • 1535073393 Merge branch 'dev' v3.9.4 fekt 2023-07-02 11:29:37 -0400
  • 2ba2122b26 Update relnotes fekt 2023-07-02 11:26:54 -0400
  • 7017d8e06c Add info about DRAGONX checkpoints to release process Duke 2023-06-30 06:42:33 -0400
  • d3cc17e9bd Update relnotes for 3.9.4 Duke 2023-06-30 06:37:37 -0400
  • 0ee828805e Update README fekt 2023-06-29 23:39:33 -0400
  • 20ee425ece Updated checkpoints fekt 2023-06-29 23:31:53 -0400
  • e86d43a813 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev fekt 2023-06-29 22:28:49 -0400