Skip to content

v3.4.1 - epicbox-Hotfix

Compare
Choose a tag to compare
@johanneshahn johanneshahn released this 01 Oct 19:46
· 63 commits to master since this release
a8be757

Highlighted Changes

  • Fix domain/port discernment for transfers routed through epicbox by @who-biz in #90

What's Changed

  • Update debian packaging for v3.4.0 by @who-biz in #84
  • updates the 'prettytable' dep to prevent crash on info command with rust 1.67.1 by @code-chronos in #83
  • Fix OwnerAPI v2 failure to retrieve epicbox config by @who-biz in #89
  • Gracefully handle invalid base58 encodings when calling 'send' cmd by @who-biz in #91
  • Fix domain/port discernment for transfers routed through epicbox by @who-biz in #90
  • Add GitHub Actions workflow for master branch by @who-biz in #92
  • Revert ebox port changes, fixes encrypted data parsing error by @who-biz in #93
  • [FIX] Improve epicbox address api calls by @blacktyger in #94

Upgrade Notice:

  • Starting with Ubuntu 22.x it uses openssl v3 and the wallet still requires openssl v1.1 so you need it separately.:

Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

System Requirements:

  • Windows - 10.x, 11.x
  • MacOs - 12.4 (Intel)
  • Linux/Ubuntu - 22.x

New Contributors

Full Changelog: v3.4.0...v3.4.1