Dynex v.2.2.2-20231211-(#non-privacy).9287d78

16 dic 2023

Dynex "non-privacy" core and wallet update 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-9287d78-macos-11.zip: cbbb5f11e4326ea9b8e67cf8f81096e52d255b0b
  • Dynex-main-9287d78-macos-12.zip: 760c7fc7be7166ab722fe64d60b2c1076f6d2b8f
  • Dynex-main-9287d78-ubuntu-20.04-linux-x64-core-avx2.zip: ffebc8c5e5e758f8a6fb4adc992de4cb6d628f15
  • Dynex-main-9287d78-ubuntu-20.04-linux-x64-core2.zip: 492165589ca558c6a2cae451e899052d00b3fe92
  • Dynex-main-9287d78-ubuntu-20.04-linux-x64-nocona.zip: 888d5c1f8231d217549982c82800d72452cb6543
  • Dynex-main-9287d78-ubuntu-22.04-linux-x64-core-avx2.zip: f5957b70352b1362c4b9dcb3bded745e985c25e6
  • Dynex-main-9287d78-ubuntu-22.04-linux-x64-core2.zip: 86948821b9f86619713f9b4bd7ee27fd2cf1bc69
  • Dynex-main-9287d78-ubuntu-22.04-linux-x64-nocona.zip: bc9a2d267128d2c50cace2dfe3820b339a13dc3e
  • Dynex-main-9287d78-windows-WalletGui.zip: 36e5655093958030a914630993702000f18a7784
  • Dynex-main-9287d78-windows.zip: 97bee2a628a5b662659a1a5cec1c595c98a3482c

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