v3.4.1 - epicbox-Hotfix
Highlighted Changes
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
- @code-chronos made their first contribution in #83
Full Changelog: v3.4.0...v3.4.1