Dynex v.2.2.2-20231220-(#non-privacy).d30c774

20.12.2023

Dynex "non-privacy" core and wallet package containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Important Notes

  • CLI/GUI/walletd wallets: transactions and balances remain unchanged; since 12/15/23 only non-privacy tx are accepted
  • dynexd nodes: synchronization data remains unchanged; since 12/15/23 only non-privacy tx are accepted
  • All transactions performed with the updated version are containing wallet address and amounts
  • Up until 12/15/23, legacy nodes and wallets had been supported
  • Since 12/15/23, nodes ceased to accept privacy transactions

Release file checksums (sha)

  • Dynex-main-d30c774-macos-11.zip: e923fa63a7292017f01177e7372386a1255d7b49
  • Dynex-main-d30c774-macos-12.zip: 07d95945148867410e09a12051173c4ed341d1e8
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-core-avx2.zip: 750eb750bc4e9676ee315f6b19536b521dff2f6d
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-core2.zip: a6bf70b10d6590925bb48cdf865791a32a7310c5
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-nocona.zip: c83dadd5aebd3b7d3ad5dbe8907fa36b63f73116
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-core-avx2.zip: c96f53640bf972f8e166941fc5369aad877acbdc
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-core2.zip: 97ac2dd894e2e97d353ac721aff5d214c19e078f
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-nocona.zip: 13a1e2998ae55748bbf91d9454b9b46f2421e036
  • Dynex-main-d30c774-windows.zip: 5a1bcf3ce2bf4addb4c6ea9fa1cadebccdbafa2e
  • Dynex-main-d30c774-windows-WalletGui.zip: 12649a8454c0706b99f04cd1a554d7bf6f10ee98

Release notes d30c774 - Node performance update

  • reduced check_non_privacy() cpu usage
  • use check_non_privacy() from blockchain in core (single cache)
  • optimized peerlist processing (send only new ones)
  • reduced host blocking to 1h on wrong network
  • significantly improved block auth response time
  • fixed upnp mapping with external port specified
  • removed some unused code

Release notes 94fc2d7

  • removed legacy networkID
  • removed support for legacy nodes
  • removed switching mechanics, pure non-privacy
  • blocking of legacy nodes at first attempt
  • performance improvements

Release notes 9287d78

  • added post non-privacy checkpoint

Release notes v.2.2.2-20231211

  • full support for offline signatures (cold storage, hardware wallets, etc.)
  • full supports for Dynex Amazon AWS cloud backends
  • updated checkpoints
  • improved version switch functionality for 12/15/2023 non-privacy
  • GUI wallet updates: RPC consolidation fix
  • GUI wallet updates: added fusion & optimize
  • GUI wallet updates: disabled sending if not synced
  • GUI wallet updates: shutdown fix (fast startup without index rebuild)
  • GUI wallet updates: zero fee fix (rare cases)
  • GUI wallet updates: log file creation fix
  • GUI wallet updates: new wallet creation on startup fix
  • GUI wallet updates: icon for cancelled transactions

Release notes v.2.2.2-20231121 (#non-privacy)

  • changed DNX from privacy to non-privacy token
  • transparent input/output wallet addresses
  • transparent input/output amounts
  • added wallet input/output data & amounts to node RPC request "gettransaction" (and derivates)
  • added node RPC request "gettransactionsbyaddress" (returns json with all transactions belonging to an address)
  • added node RPC request "getbalanceofaddress" (returns balances as well as wallet type legacy/non-private)
  • added node RPC request "validatetransaction" (returns json with all addresses and amounts = transaction proof)
  • updated CLI wallet to support non-privacy transactions
  • updated GUI wallet to support non-privacy transactions
  • updated wallet service to support non-privacy transactions
  • updated Dynex blockchain explorer to support search for wallets
  • updated Dynex blockchain explorer to include input/output wallets in transactions and wallet lookup
  • Node RPC functions
  • walletd RPC functions