Commit Graph

  • 47cc49bcc5 Change OP_RETURN fee requirements Duke 2024-09-27 08:44:14 -04:00
  • 93f6514d86 Disable absurd fee checks when adding to the mempool Duke 2024-09-26 11:13:07 -04:00
  • 13f6a3d432 Merge pull request 'Updated doc/release-process.md to resolve Issue #407' (#428) from jahway603 into dev jahway603 2024-09-26 17:08:55 +02:00
  • 7cb86b8aa6 Updated doc/release-process.md to resolve Issue #407 jahway603 2024-09-26 11:06:29 -04:00
  • 7be46396ab Merge pull request 'Added build.sh checks for as and ld to be installed' (#427) from build.sh_changes into dev jahway603 2024-09-26 16:42:23 +02:00
  • 8333810f0f Added build.sh checks for as and ld to be installed jahway603 2024-09-26 10:39:28 -04:00
  • ec07eb04fc Merge pull request 'updated Debian package copyright to resolve Issue #134' (#426) from jahway603 into dev jahway603 2024-09-26 16:23:28 +02:00
  • c245242e0f updated Debian package copyright to resolve Issue #134 jahway603 2024-09-26 10:21:20 -04:00
  • f144f8a0b9 Fix fatal error and the version flag option when compiling for windows onryo 2024-09-26 05:04:55 +02:00
  • 01f0c34661 We do not support coin imports Duke 2024-09-24 09:35:20 -04:00
  • bd5f0103a8 Remove more cc code Duke 2024-09-22 12:19:12 -04:00
  • b6bcacad20 We do not support coin imports Duke 2024-09-22 12:16:21 -04:00
  • f6b42fe3a3 We do not support coin imports Duke 2024-09-22 12:12:22 -04:00
  • 148ea35a98 Remove dead sprout code Duke 2024-09-22 11:56:12 -04:00
  • 380875906d Remove more CC stuff Duke 2024-09-22 09:40:37 -04:00
  • 26a341983a const some stuff Duke 2024-09-22 08:57:23 -04:00
  • 986d0d8b7d isStake is always zero Duke 2024-09-22 08:51:48 -04:00
  • 45de2584b9 ASSETCHAINS_STAKED is always zero Duke 2024-09-21 11:25:48 -04:00
  • 3fba035c01 const some stuff Duke 2024-09-21 11:04:25 -04:00
  • 40cf90b4ff Fix compile issue with missing cast to unsigned int Duke 2024-09-21 11:03:49 -04:00
  • 4538bf9e1e Add agorax.is onryo 2024-09-20 21:13:54 +02:00
  • 183cd81cf6 Small fix in README onryo 2024-09-20 20:50:51 +02:00
  • 2a740cb09d Merge branch 'duke' of https://git.hush.is/hush/hush3 into duke Duke 2024-09-20 13:43:15 -04:00
  • a53d8baeda Do not lock cs_main in mining code Duke 2024-09-20 13:35:38 -04:00
  • 792fec7689 Do not lock cs_main in mining code Duke 2024-09-20 13:35:38 -04:00
  • dfeccf6ce4 Make nBlockPrioritySize and nBlockMinSize consts Duke 2024-09-20 11:24:59 -04:00
  • 5a3c06e539 MAX_BLOCK_SIZE ignores height argument Duke 2024-09-20 11:17:16 -04:00
  • f3995fa1b7 Cleanup MAX_BLOCK_SIZE Duke 2024-09-18 18:12:01 -04:00
  • ad8a86a19b Merge branch 'dev' into duke Duke 2024-09-18 12:16:29 -04:00
  • d471af9ef5 IsPegsImport() is always false Duke 2024-09-18 12:13:37 -04:00
  • ffce5edda3 Remove commented out code Duke 2024-09-18 11:59:00 -04:00
  • 5e30079fcd IsPegsImport() always returns false Duke 2024-09-18 11:53:40 -04:00
  • 160802cddf Update relnotes Duke 2024-09-18 11:48:52 -04:00
  • fcc5c17628 Bump protocol version and client version Duke 2024-09-18 10:59:37 -04:00
  • d915fc38b7 Add some useful comments to the wolfssl package Duke 2024-09-18 10:53:28 -04:00
  • adbd47980c Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2024-09-18 10:50:42 -04:00
  • c567096aae Merge pull request 'wolfssl downgrade to 4.8.1' (#422) from wolfssldowngrade into dev duke 2024-09-18 16:48:29 +02:00
  • 27f72405b2 Also print address to stderr in hush_isnotaryvout Duke 2024-09-17 13:11:11 -04:00
  • bd967b7ac6 Exit out of TLSManager::waitFor() loop if shutdown requested Duke 2024-09-17 11:29:24 -04:00
  • 8adaa3641f Exit out of TLSManager::waitFor() loop if shutdown requested Duke 2024-09-17 11:29:24 -04:00
  • 6feea4cfd2 wolfssl downgrade to 4.8.1 test onryo 2024-09-17 09:25:58 +00:00
  • 49f303d804 Merge pull request 'Sync duke branch to dev' (#420) from duke into dev duke 2024-09-16 17:31:37 +02:00
  • 3f50dd988a Only use -rdynamic on debug builds Duke 2024-09-16 11:26:28 -04:00
  • bc20629b9f Revert "Fix memory DoS" Duke 2024-09-16 11:18:16 -04:00
  • fc5b0f38bd Revert "Memory DoS fixes" Duke 2024-09-16 11:17:56 -04:00
  • c5eeb74807 Simplify MAX_BLOCK_SIZE Duke 2024-09-16 11:06:31 -04:00
  • 6a5f0eafde Memory DoS fixes fekt 2024-09-15 01:20:06 -04:00
  • 912942f2a8 Delete more CC stuff Duke 2024-09-13 18:50:28 -04:00
  • 4f4a72da8e Go back to taking both main+wallet lock in DecrementWitnesses Duke 2024-09-13 09:28:59 -04:00
  • f5cae3b403 getinfo rpc needs a cs_wallet lock Duke 2024-09-13 04:37:48 -04:00
  • 6845fcd93a This rpc can only be used on non z2z chains Duke 2024-09-13 04:22:28 -04:00
  • be3641158a Only take cs_main lock in GetSaplingSpendDepth Duke 2024-09-13 04:11:38 -04:00
  • 72c530d281 SMART_CHAIN_SYMBOL is always defined Duke 2024-09-13 03:50:07 -04:00
  • 84377caae7 Fix memory DoS fekt 2024-09-13 04:22:08 +00:00
  • 7e486538c9 SMART_CHAIN_SYMBOL is always set, so we can remove these checks Duke 2024-09-12 20:12:26 -04:00
  • 215d0b7db4 Remove commented out code Duke 2024-09-12 20:02:10 -04:00
  • 8b0c0493ac Ensure cs_main lock is held when TestBlockValidity() is called Duke 2024-09-12 19:47:42 -04:00
  • 04165e161a Explain more details about the burn address Duke 2024-09-12 13:40:30 -04:00
  • d3cfecc425 Revert "Add burn address to the notary list" onryo 2024-09-12 19:28:30 +02:00
  • 25dc60e6b5 Revert "Add season 8" onryo 2024-09-12 19:26:51 +02:00
  • f8e7df37a1 Delete commented out code Duke 2024-09-12 12:12:59 -04:00
  • 7f9878cf0c Take a lock on cs_main in DecrementNoteWitnesses Duke 2024-09-12 11:47:58 -04:00
  • e104a33f2a Add season 8 onryo 2024-09-12 17:42:42 +02:00
  • aab240e3b3 Temporary change to add -rdynamic to build flags Duke 2024-09-12 11:21:46 -04:00
  • 4fcb3e6ed5 Add burn address to the notary list onryo 2024-09-12 16:21:29 +02:00
  • 243c726243 Update checkpoints for Hush and DragonX onryo 2024-09-12 15:38:57 +02:00
  • c9470f29b7 Update checkpoints for Hush and DragonX onryo 2024-09-12 15:19:01 +02:00
  • ed86f2dd1d Sleep for 200us before each ActivateBestChainStep call Duke 2024-09-12 00:21:56 -04:00
  • b4e083ae56 Add what seems to be missing locks in mining code Duke 2024-09-11 23:59:57 -04:00
  • b71d95bdd4 Delete disabled code Duke 2024-09-11 23:32:46 -04:00
  • aa75877cd6 Print stacktrace when asserting a lock is held Duke 2024-09-11 23:31:44 -04:00
  • 726191cad4 Merge branch 'dev' into duke Duke 2024-09-11 22:27:33 -04:00
  • 2a910549ba Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev Duke 2024-09-11 14:53:58 -04:00
  • 25f2ccb30e Document exactly what the RD6GgnrMpPaTSMn8vai6yiGA7mN4QGPVMY address is and how it is derived Duke 2024-09-11 14:53:33 -04:00
  • 1965ad23c9 Merge pull request 'Sync duke to dev' (#415) from duke into dev duke 2024-08-11 19:01:17 +02:00
  • 1e892f23e6 Remove dead nVersion code Duke 2024-08-07 07:18:08 -07:00
  • 7f27489224 Speed up compile by disabling libevent sample code, originally f38c051048 Duke 2024-08-07 07:11:13 -07:00
  • 379e419aad Convenience script for doing a debug build while autodecting correct OS build script Duke 2024-06-12 13:12:20 -04:00
  • 8d2380a31d Record value of DEBUG_LOCKORDER in debug.log Duke 2024-06-09 12:10:59 -04:00
  • 4f928513c1 Revert "Fix bug when using build-mac.sh and remove cryptoconditions from mac+win build scripts" Duke 2024-06-09 11:25:37 -04:00
  • 8a997b04f3 Check if the node should stop when processing thread interrupts and exceptions, in hopes of stopping before a deadlock occurs Duke 2024-06-09 11:22:21 -04:00
  • cc4b0750d8 Merge branch 'dev' into duke Duke 2024-06-08 07:33:58 -07:00
  • 46c738500f Fix bug when using build-mac.sh and remove cryptoconditions from mac+win build scripts Duke 2024-06-08 07:16:37 -07:00
  • 1526a754d2 Merge pull request 'Prevent communication between HUSH3 nodes and DRAGONX nodes in both directions' (#410) from hushutils into dev duke 2024-05-22 13:11:15 +02:00
  • 07054fc346 Prevent communication between HUSH3 nodes and DRAGONX nodes in both directions onryo 2024-05-16 19:07:29 +02:00
  • 142c9e140e Merge pull request 'Updated urgency tags in contrib/debian/changelog' (#408) from jahway603 into dev jahway603 2024-05-09 16:44:44 +02:00
  • 006804d6ca Updated urgency tags in contrib/debian/changelog jahway603 2024-05-09 10:43:34 -04:00
  • 060acceea8 Merge pull request 'Updated Debian package changelog to resolve Issue #405' (#406) from jahway603 into dev jahway603 2024-05-09 16:16:47 +02:00
  • 41e7d602c8 Added changelog to Debian package building script jahway603 2024-05-09 10:12:44 -04:00
  • 535d78595e Updated Debian package changelog to resolve Issue #405 jahway603 2024-05-09 09:43:56 -04:00
  • 5273f4be9e Give Hush mainnet a dedicated minimum protocol version #345 Duke 2024-05-06 08:42:26 -07:00
  • ba86196409 This document is bitrotten and not useful Duke 2024-05-06 08:33:20 -07:00
  • e42b534036 Keybase is no longer used Duke 2024-05-06 08:29:24 -07:00
  • 18e3364bc2 Make docs for addnode/disconnectnode correct for HACs #376 Duke 2024-04-19 07:32:12 -04:00
  • 0d0a7e9587 Fix 'writing 1 byte into region of size 0' Duke 2024-04-18 06:41:25 -07:00
  • b9d4dbbbd6 Merge pull request 'Update readme' (#402) from onryo/hush3:dev into dev jahway603 2024-04-03 20:46:37 +00:00
  • f8481013a7 Update README onryo 2024-04-03 19:01:21 +00:00
  • d3b6af2c0b Add image onryo 2024-04-03 18:46:12 +00:00
  • 5e52b706e2 Update README onryo 2024-04-03 18:45:31 +00:00
  • e91cbff565 Merge pull request 'Move README to dev from master' (#401) from master into dev jahway603 2024-04-03 13:06:44 +00:00