Aaroncox Vessel Versions Save

Desktop wallet for the Hive blockchain

v0.2.9

4 years ago
  • Added the ability to sign custom json operations with the active key.

v0.2.8

5 years ago
  • Fixed an issue where the tabs on the accounts section wouldn't load.
  • Removed old account creation code (didn't work, needs updating to RC system).
  • Allow user to send encrypted memo when sending transfer to other user and private memo key is present. (Thanks @netuoso)

v0.2.7

6 years ago

Upgraded Electron to 1.7.11 to fix recently discovered security vulnerability for Windows users.

All Windows users are encouraged to upgrade immediately.

More information can be found here:

https://electronjs.org/blog/protocol-handler-fix

v0.2.6

6 years ago
  • Vessel now actively monitors it's connection and notifies you if you're disconnected.
  • When Vessel is not connected to a server, a red status message will appear at the top indicating it's attempts to reconnect.
  • From within this status message, users can choose to force an attempt to reconnect or choose a different server.
  • When choosing a new server, a pre-populated list of servers are checked against to see which are operational, and reports a UTC datetime of the last block that server has processed.
  • Security Fix: removed an external dependency (semantic-ui.min.css) from loading externally.
  • Fixed bugs involving the dsteem library and it's incorrect server usage (preventing account creation).
  • Fixed a display issue for both VESTS and SP when estimating the account creation cost.

v0.2.5

6 years ago
  • You can now change your Preferred Steem Node from the initial welcome screen.
  • Fixed a bug where the default node wasn't being specified and defaulting to a decommissioned server.
  • The default node has been updated to rpc.buildteam.io temporarily.
  • Attempting to clarify the wording in the account creation process so users realize there's one final step.

v0.2.4

6 years ago
  • Fixed a bug preventing the application from quitting in Windows.
  • Removed the debug console.

v0.2.3

6 years ago
  • The delegation operation prompt will now display a notice if you have an existing delegation you are going to overwrite.
  • Distribution of Vessel through Snapcraft (https://snapcraft.io/vessel/).
  • Vessel will now prompt for operations if Vessel is not already open.
  • Bug fixes to allow Linux/Windows users to be prompted via links.
  • Removed the requirement of the appdata portion of the URL (after the #)

v0.2.2

6 years ago

Vessel is currently in beta and may contain bugs - please be cautious.

  • Fixes for linux/deb package
  • Added snap build which can be installed via snap install vessel

v0.2.1

6 years ago

Vessel is currently in beta and may contain bugs - please be cautious.

Two changes:

  • Fix for Windows users who weren't being prompted through the custom URI scheme
  • When prompting a user for a delegation, if an existing delegation exists, it will now inform the user that they are overwriting their existing delegation (and not adding to it).

v0.2.0

6 years ago

Vessel is currently in beta and may contain bugs - please be cautious.

Implements a custom URI scheme allowing the prompting of operations from any HTML link using the steem:// protocol. Additionally, the opbuilder tool has been released to help craft these special URIs.