Skip to content

Releases: byteball/obyte-gui-wallet

v1.11.5

13 Nov 00:09
Compare
Choose a tag to compare

This is a bugfix release that fixes the remaining "removing stable units" errors.

v1.11.4

12 Nov 10:38
Compare
Choose a tag to compare

This is a bugfix release, it fixes payment requests that were broken in 1.11.3.

v1.11.3

11 Nov 00:50
Compare
Choose a tag to compare
  • Added support for user friendly asset names
  • Fixed a bug that crashed some full nodes
  • Fixed a bug that prevented unlocking of deeply nested smart contracts
  • Improved sync performance of full nodes: sometimes validation of a new unit took about 30 seconds, now reduced to roughly 100ms

The update is mandatory for full nodes. After the restart, full nodes will take some time (about 5 minutes on SSD disks) to upgrade the database for better performance, be patient.

v1.11.2

25 Oct 21:58
Compare
Choose a tag to compare

This is a bugfix release:

  • fixes a bug that caused full nodes to crash under some circumstances
  • fixes a bug that led to white screen when starting the app on Android 4.4

The update is mandatory for full clients.

v1.11.1

19 Oct 23:20
Compare
Choose a tag to compare

This is mainly a bugfix release. It fixes single-address wallets that could in some circumstances create additional addresses and fixes display of oracle list on offer contract page.

Also, the human readable display of smart contracts now names the peer address as just 'peer' to make it easier to understand.

v1.11.0

18 Oct 11:25
Compare
Choose a tag to compare
  • Added ability to create single-address wallets
  • Added ability to manually send data feeds (i.e. be an oracle), profiles, and data
  • Added ability to manually attest profiles of other users
  • Fixed an issue that caused new full clients to crash when starting to sync
  • Fixed an issue that didn't allow to unlock a smart contract when it was created from a multisig address and unlock attempted from a device different from the one used to create the contract
  • Fixed an issue when private payloads spent from a contract whose party is a multisig address were not forwarded to other members of a multisig address
  • Multiple visual fixes
  • Improved translations

v1.10.1

23 Aug 17:04
Compare
Choose a tag to compare
  • Ability to partially recover from seed in light clients
  • Visual improvements of contract creation pages
  • Improved performance of sending and receiving blackbytes
  • Fixed an issue that caused the app to sometimes crash on Android phones with system language set to Turkish (that was tricky!)
  • Fixed an issue where Android app sometimes failed to start
  • Fixed an issue when resending received blackbytes to cosigner devices could crash the cosigners
  • Reworded the light/full choice page shown when the app starts for the 1st time. In the old version, many users were confused by the names and were choosing "full" without realizing what it is.
  • Multiple small bugfixes
  • Improved translations

Linux users who upgrade from 1.10.0 will have to delete all files (but not subdirectories!) in ~/.config/byteball/Default in order to get rid of the annoying (but harmless) popup about profile format. This is because we had to revert to an older version of nwjs to address #201. Backup before deleting.

v1.10.0

01 Aug 11:37
Compare
Choose a tag to compare
  • Redesigned two pages used to create smart contracts: bind payment and offer contract. Now they look more like contract prose rather than web forms. They also validate input for a few known oracles (validation is not perfect but prevents the most obvious mistakes).
  • Added ability to vote in polls
  • Fixed a bug that sometimes caused full clients to crash while syncing
  • Fixed a bug that in rare circumstances led to creation of unspendable addresses during first run on Android wallets
  • Fixed a bug that caused the wallet to erroneously complain about lack of coins when trying to send blackbytes
  • Fixed creation of .desktop files on fresh Linux installs
  • Other small bugfixes and improvements

v1.9.3

19 Jul 23:41
Compare
Choose a tag to compare

This is a bugfix release

  • Fixed crashes of full wallets while archiving some nonserial units during sync
  • Fixed severe performance degradation of full clients while archiving nonserial units
  • Fixed a bug that could cause some units to be left unconfirmed after removal of nonserial units
  • Improved performance of full clients while syncing

v1.9.2

15 Jul 12:22
Compare
Choose a tag to compare

This is mainly a bugfix release.

  • Fixed two issues that caused full clients to crash while syncing in some circumstances
  • Fixed restore from seed that was broken in 1.9.1
  • Fixed restore from full backup that stopped working when the database exceeded 4 Gb
  • Added warnings about cloning wallets
  • Added welcome instructions
  • Improved translations