Skip to content

Releases: EpicCash/epic-wallet

3.6.0

28 Feb 21:59
03fc494
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

For users on Ubuntu 22.04 Jammy and later, you will need to install libssl1.1.1f from our website. Steps below:

dpkg -l | grep libssl

If it lists 1.1.1g you will need to remove those with:
sudo dpkg -r libssl1.1:amd64

and maybe
sudo dpkg -r libssl-dev:amd64 (first if it's installed too)

then install 1.1.1f
https://epiccash.com/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb


Please check the following sha256sums against your downloaded files:

epic-wallet-3.6.0-linux-amd64.tar.gz
878769a45525116b918bcc5e3e59439fa1a620a7dd821aa498013ca2b412ed05

epic-wallet_3.6.0_amd64.deb
3450cbf924b8e678aa336b89aa4e86239a009196da1af8ade5e62b39d64b63ca

MacOS-Intel_v3.6.0.zip
bf82e422cf04db0f857a57caee8a0bac927dbda34fa1edd0811e4491e1a9eefb

Windows_v3.6.0.zip
4f371321652e7c60420096db4d10959e54e9d723f3bb85685da30d62d98996f9

3.5.1

19 Dec 08:06
0fce73c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

3.5.0

22 Nov 13:29
ccac570
Compare
Choose a tag to compare

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
  • Update dependencies. by @johanneshahn in #95
  • Fix where epicbox listener stop receiving txs. by @johanneshahn in #96
  • fix bug where get_kernel send the wrong format to node api by @johanneshahn in #97
  • Don't panic on re-subscribe error, remove 'expect' usage by @who-biz in #98
  • push to release 3.5.0 by @johanneshahn in #99

New Contributors

Full Changelog: v3.4.0...v3.5.0

Fix where epicbox listener stop receiving txs.

18 Nov 09:30
Compare
Choose a tag to compare

This fix solves the problem, where the epicbox listener does not refresh his subscription and blocks connection with the epicbox server.

Full Changelog: v3.4.1...v3.4.2

v3.4.1 - epicbox-Hotfix

01 Oct 19:46
a8be757
Compare
Choose a tag to compare

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

v3.4.0

12 Jun 07:39
f814f5c
Compare
Choose a tag to compare

Release v3.4.0

Highlighted Changes

  • New Transaction method "epixbox" with public epic address
  • Update ring to 0.16.x
  • Fix bug, where owner_api threads are not closed

What's Changed

Note Regarding Debian Package

  • Please note, debian package was created after the initial releases were posted.
  • Therefore the epic-wallet binary packaged into epic-wallet_3.4.0_amd64.deb include commits up to: c5d01a2
  • This includes no changes to source files, strictly debian/rules, debian/changelog, and debian/control files used in packaging process.

Upgrade Notice:

  • Please change your wallet config (epic-wallet.toml) to support epicbox address transaction protocol

add:

#########################################
### EPICBOX CONFIGURATION ###
#########################################
[epicbox]
epicbox_domain = "epicbox.epic.tech"
epicbox_port = 443
epicbox_protocol_unsecure = false

Cli usage Notice:

Send Tx: ./epic-wallet send -m epicbox -d [email protected] 5
Receive Tx: ./epic-wallet listen -m "epicbox"

Listener must be started before send tx. The epicbox listener can run parallel to the http listener.

System Requirements:

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

New Contributors

Full Changelog: v3.3.2...v3.4.0

Release v3.3.2

23 Jan 18:03
a323ae6
Compare
Choose a tag to compare

Highlighted Changes

  • Fix on tests
    • Changed requests port
  • Fix for issue #26 (Wallet Tx Details lost Output/s)
  • Fix to issue #20 (Wallet CLI shows wrong balance after recovery)
  • Emoji transaction
  • Fix for Rust warnings
  • New readme
  • LMDB to SQLite interface

More information about the highlighted changes can be found on our Wiki: Epic Wallet - v3.3.2

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.3.2

Release v3.0.0

19 Dec 12:22
Compare
Choose a tag to compare

Highlighted Changes

  • Fix proof version and package url
  • Reusing the BlockFees structure from epic core
  • Update epic_util crate

What's Changed

New Contributors

Full Changelog: https://github.com/EpicCash/epic-wallet/commits/v3.0.0