Commit Graph

  • b4b6988eb0 Log when we use fee=0 for small inputs Duke Leto 2022-08-30 21:05:27 -04:00
  • 702c2163cd Log if we have no zsweepaddress or an invalid zsweepaddress Duke Leto 2022-08-30 21:05:09 -04:00
  • 1748f0f2a3 Improved logging and error checking in consolidation and sweeping Duke Leto 2022-08-27 22:31:40 -04:00
  • 0e3889c96a List z_sweepstatus in RPC list Duke Leto 2022-08-27 15:03:11 -04:00
  • 3730175971 Add some logging when skipping sweep/consolidation Duke Leto 2022-08-27 14:04:53 -04:00
  • 4eec81b191 Fix some issues in z_sweepstatus Duke Leto 2022-08-27 13:57:00 -04:00
  • 4aedeb557b Add z_sweepstatus RPC Jonathan "Duke" Leto 2022-08-27 10:35:08 -07:00
  • 02ef714901 Commit forgotten files Duke Leto 2022-08-25 09:26:10 -04:00
  • c6e5b07a59 You might be a king or a little street zsweeper, but sooner or later you will dance with the reaper Duke Leto 2022-08-24 23:38:19 -04:00
  • afd3f93e2e Throw error in wallet if ReadBlockFromDisk fails Duke Leto 2022-07-18 10:43:22 -04:00
  • 09e3c7c0fc Merge pull request 'fixed spacing in manpages' (#160) from jahway603/hush3:dev into dev Duke Leto 2022-07-17 13:07:34 +00:00
  • 2efa9652e2 fixed spacing in manpages jahway603 2022-07-15 22:21:41 -04:00
  • a571090c03 Merge pull request 'update build.sh, update CONTRIBUTING.md, and update libsodium source to gitea' (#158) from jahway603/hush3:dev into dev Duke Leto 2022-07-16 01:07:44 +00:00
  • b6ee6ba57e changed libsodium to gitea hosted version jahway603 2022-07-15 12:58:29 -04:00
  • ff37b7a1ec update build.sh and CONTRIBUTING.md jahway603 2022-07-15 11:43:05 -04:00
  • 45af3ff80b Merge pull request 'optimized IsBanned' (#152) from jahway603/hush3:dev into dev Duke Leto 2022-07-15 15:38:11 +00:00
  • 9806119366 optimized IsBanned() jahway603 2022-07-13 01:04:03 -04:00
  • a3258de217 less debug by default from IsInitialBlockDownload Duke Leto 2022-07-12 23:29:36 -04:00
  • 9bd41875d7 Return getinfo algo as a single key Duke Leto 2022-07-12 23:20:57 -04:00
  • 4e7c6cda86 Merge branch 'randomx' into dev Duke Leto 2022-07-12 22:13:00 -04:00
  • 7d2427074d Merge pull request 'migrated more from mcro' (#133) from jahway603/hush3:dev into dev Duke Leto 2022-07-12 23:27:00 +00:00
  • 398db65c0e NOW using special gitea file jahway603 2022-07-12 18:26:05 -04:00
  • d0da4d077e Merge pull request 'algo always displayed with getinfo RPC' (#147) from jahway603/hush3:randomx into randomx Duke Leto 2022-07-12 21:53:59 +00:00
  • 60759fdd09 Merge remote-tracking branch 'remotes/upstream/randomx' into randomx jahway603 2022-07-12 17:20:15 -04:00
  • f55b77f652 changed algo N & K to equihash N & K jahway603 2022-07-12 17:19:00 -04:00
  • b956945509 fixed utfcpp to use Hush gitea copy jahway603 2022-07-12 16:29:30 -04:00
  • 41b2a75e1f Merge remote-tracking branch 'remotes/upstream/dev' into dev jahway603 2022-07-12 16:26:45 -04:00
  • d440b7b98c Merge branch 'danger' into dev Duke Leto 2022-07-12 08:32:48 -04:00
  • 739fe4d1f3 Merge branch 'dev' into danger Duke Leto 2022-07-12 08:32:06 -04:00
  • dda7233536 Merge branch 'randomx' into dev Duke Leto 2022-07-12 08:31:26 -04:00
  • a70897966a Only print out randomx debug stuff when -debug=randomx Duke Leto 2022-07-11 18:33:10 -04:00
  • 66e9bd835a less debug Duke Leto 2022-07-08 09:42:54 -04:00
  • 4768d302fd added jahway603 to AUTHORS jahway603 2022-07-06 11:56:10 -04:00
  • e6ec40190c algo now reflects N & K if equihash jahway603 2022-07-06 11:50:39 -04:00
  • dfc3056ede algo twerking jahway603 2022-07-06 01:08:55 -04:00
  • 642ac9bda1 algo all day long jahway603 2022-07-06 00:12:13 -04:00
  • 8ca330dc68 cleanup Duke Leto 2022-07-04 01:45:05 -04:00
  • 7dfa3f9475 cleanup Duke Leto 2022-07-04 01:08:45 -04:00
  • 22f353cb61 Use the current block template as randomxInput Duke Leto 2022-07-03 13:20:13 -04:00
  • e0651983bc less debug Duke Leto 2022-07-02 11:11:51 -04:00
  • d078eed3cf reduce some debugging in non-randomx code Duke Leto 2022-07-02 11:04:28 -04:00
  • 5a742dfc9d Make our initial randomx key longer, at least 9 bytes of entropy Duke Leto 2022-07-02 10:57:01 -04:00
  • 42f75bd577 Make our randomx input longer with a variable prefix and suffix Duke Leto 2022-07-02 01:52:49 -04:00
  • 212f984459 Use -ac_name for initial randomx key and ASSETCHAINS_MAGIC for randomx input Duke Leto 2022-07-02 01:03:05 -04:00
  • 15d254af10 Ignore chain sync verification and relaying when -testnode=1 Duke Leto 2022-07-01 21:40:39 -04:00
  • 71a72c9c60 Prevent coredump when randomxBlockKey changes Duke Leto 2022-07-01 18:37:59 -04:00
  • 1864b83e99 oops, looks like I never added this test script Duke Leto 2022-07-01 18:04:04 -04:00
  • 26129a6339 Give the randomx block interval and block lag CLI options Duke Leto 2022-07-01 17:47:03 -04:00
  • 05cbc86a00 Fix bug where GetNextWorkRequired did not know about randomx Duke Leto 2022-07-01 13:43:51 -04:00
  • a45150eac4 yet more debug Duke Leto 2022-07-01 13:10:30 -04:00
  • 4988ce6f2e much debug such wow Duke Leto 2022-07-01 12:20:51 -04:00
  • 2353f1a433 even more debug Duke Leto 2022-06-30 09:18:58 -04:00
  • b99772e622 more debug Duke Leto 2022-06-30 09:05:20 -04:00
  • 5640d21e0e avoid coredump by hardcoding some things Duke Leto 2022-06-29 23:20:25 -04:00
  • 97dea10b2b more randomx debug Duke Leto 2022-06-29 22:18:05 -04:00
  • abaa623526 This file no longer exists Jonathan "Duke" Leto 2022-06-26 17:23:10 -07:00
  • 0ee1d068c1 These haven't existed for a long time Jonathan "Duke" Leto 2022-06-26 17:21:33 -07:00
  • 0a9abedc5d Return size in bytes of a tx from getrawtransaction Jonathan "Duke" Leto 2022-06-26 04:40:06 -07:00
  • 2b336dccc0 Fix ending height bug and check that ending height is larger than starting height Duke Leto 2022-06-09 06:41:09 -04:00
  • e0d22ee170 Enable z_anonsetblockdelta to calculate a delta for a block range; ignore coinbase txs as optimization Jonathan "Duke" Leto 2022-06-09 03:00:50 -07:00
  • cc61b19930 Make z_anonsettxdelta work on a tx that is not in our wallet and fix calculation Duke Leto 2022-06-07 23:56:25 -04:00
  • c218cf1c09 Fix compile errors Duke Leto 2022-06-07 23:19:06 -04:00
  • bdde67c359 Initial implementation of anonsettxdelta + z_anonsetblockdelta Jonathan "Duke" Leto 2022-06-07 20:05:49 -07:00
  • 064f850705 Update 'doc/config.md' Duke Leto 2022-06-06 18:22:57 +00:00
  • c683edf4f1 Update 'doc/config.md' Duke Leto 2022-06-06 18:20:56 +00:00
  • 8af089e5e7 Update 'doc/config.md' Duke Leto 2022-06-06 16:17:55 +00:00
  • db180a5b42 Update 'doc/config.md' Duke Leto 2022-06-06 16:17:03 +00:00
  • 609d59b3ad Update 'doc/config.md' Duke Leto 2022-06-06 16:15:46 +00:00
  • 37d8f0b860 Update 'doc/config.md' Duke Leto 2022-06-06 16:13:16 +00:00
  • 157bd7a38b Update 'doc/config.md' Duke Leto 2022-06-06 16:11:46 +00:00
  • 70eb3c39b9 Update 'doc/config.md' Duke Leto 2022-06-06 16:10:35 +00:00
  • 3431cee99e Update 'doc/config.md' Duke Leto 2022-06-06 16:10:20 +00:00
  • 3fd094b07f Update 'doc/config.md' Duke Leto 2022-06-06 16:00:33 +00:00
  • 394a7ba620 Delete 'config.md' Duke Leto 2022-06-06 15:57:49 +00:00
  • 481ba5c6fe Add 'doc/config.md' Duke Leto 2022-06-06 15:56:52 +00:00
  • ae10d0a02f Update 'config.md' Duke Leto 2022-06-06 15:55:25 +00:00
  • 057bbdd036 Update 'config.md' Duke Leto 2022-06-06 15:54:00 +00:00
  • bd41b3c848 Update 'doc/config.md' Duke Leto 2022-06-06 15:53:05 +00:00
  • 59fdc549b6 Add 'doc/config.md' Duke Leto 2022-06-06 15:49:39 +00:00
  • 90bb4ccc3b Get rid of old IP's in HUSH3.conf example Duke Leto 2022-06-06 15:48:31 +00:00
  • 09b5ce78e2 Update 'doc/files.md' Duke Leto 2022-06-06 15:47:34 +00:00
  • 421edc8979 Log txid for double spends and missing anchors Duke Leto 2022-06-02 21:43:10 -04:00
  • 967ad5b077 Merge branch 'dev' into danger Duke Leto 2022-06-01 10:04:37 -04:00
  • 58d3d21285 migrated more from mcro jahway603 2022-05-15 22:22:00 -04:00
  • 4e8798a28f Merge pull request 'updated libgmp to pull direct from FSF' (#132) from jahway603/hush3:dev into dev Duke Leto 2022-05-16 00:03:09 +00:00
  • 3325c946c4 updated libgmp to pull direct from FSF jahway603 2022-05-15 19:54:10 -04:00
  • 7859fdf7eb More debug Duke Leto 2022-04-23 10:00:35 -04:00
  • afe1cf153c Uncomment some dpow debugging Duke Leto 2022-04-21 22:35:21 -04:00
  • 193a1b2a97 Clarify that it is OP_RETURN data Duke Leto 2022-04-20 10:52:12 -04:00
  • 69cd4f7990 data key (OP_RETURN) is optional in createrawtransaction Duke Leto 2022-04-20 10:51:12 -04:00
  • 689a360b60 Allow notary addresses in sendmany, fixes #126 Duke Leto 2022-04-18 00:32:11 -04:00
  • 79a6f51c2d Update some comments and docs Duke Leto 2022-03-30 00:21:38 -04:00
  • 90bb8c7cf4 Fix incorrect comment Duke Leto 2022-03-29 10:29:54 -04:00
  • 04ac719da2 Merge remote-tracking branch 'origin/dev' into danger Duke Leto 2022-03-29 10:26:40 -04:00
  • 8b91f9e3bf Merge pull request 'fixing TSL acronym' (#124) from jahway603/hush3:dev into dev Duke Leto 2022-03-27 12:40:40 +00:00
  • ccfd17b3b2 minor change jahway603 2022-03-27 00:40:46 -04:00
  • ffcf773f6b Merge remote-tracking branch 'remotes/upstream/dev' into dev jahway603 2022-03-24 18:59:30 -04:00
  • dd8c6c6001 Update docs to non-legacy directory Duke Leto 2022-03-21 14:11:37 +00:00
  • fab401343f updated AUTHORS file jahway603 2022-03-18 14:43:14 -04:00
  • 7332c846e7 Merge pull request 'Mention z_viewtransaction in gettransaction and getrawtransaction RPC calls AND Document that '~' cannot be used in -datadir' (#119) from jahway603/hush3:dev into dev Duke Leto 2022-03-18 18:26:45 +00:00