Skip to content

Releases: stratisproject/Breeze

Continuous-Delivery

09 Oct 16:23
Compare
Choose a tag to compare
Continuous-Delivery Pre-release
Pre-release
Extpubkey use correct coin (#396)

* The advanced-service calls weren't using the correct URL prefix based on the selected coin - they now do.

* advanced-service: simple improvement to the forming of URL prefix.

* Removed a console.log from advanced-service

* Bumped version.

Breeze Wallet 1.0.1

29 Aug 15:23
91aec23
Compare
Choose a tag to compare

Release Info

This version of Breeze has been released with features that compliment the Stratis ICO Platform that is now available via the Azure Marketplace.

The new features are listed below:

  • Retrieve ExtPubKey
  • Generate Addresses
  • Re-sync to given date

In addition to the features mentioned above, this version of Breeze utilizes the latest iteration of the Stratis C# Full Node.

Feedback

For support, questions, or suggestions related to the Breeze Wallet, please visit the #wallets channel on Discord.

Thank you and enjoy!

Breeze Wallet Beta 0.3.0 - MainNet

21 Nov 14:53
ccafe8c
Compare
Choose a tag to compare
Pre-release

The Breeze Wallet MainNet beta release is now available and represents a key step in our product development roadmap.

In this release:

  • new UI
  • loading indicator for login, create, recovery and sending process
  • mnemonic verification for wallet creation
  • estimate fee functionality
  • performance improvements
  • bug fixes

Feedback

If you find a bug

The first thing to do is to head over to our list of issues on GitHub and check if a similar issue has already been reported by someone else.
If that's the case, you can add a comment saying that you're experiencing the same problem.
If no one has reported this issue, you can open one yourself.
In it, give us as many details as possible:

  • the operating system you're running,
  • the steps that you took that led to this exception and
  • whatever else you think might help us find out what the problem is.

Also, you can help us by sending the debug files in %AppData%\StratisNode\Logs on Windows or ~/.stratisnode/logs on MacOS and Linux.
Note: When you report issues, please create a separate one for each, rather than one issue containing all your feedback.
Alternatively, you can come to our #breeze_support channel on Slack to tell us about it.

If you need help or if you have general suggestions

We have a great community and a very dedicated team that will be able to help you if you have a question or a suggestion.
For that, come to our #breeze_support channel on Slack or email support@stratisplatform.zendesk.com.

cd-unstable

21 Nov 11:27
ccafe8c
Compare
Choose a tag to compare
cd-unstable Pre-release
Pre-release
Merge pull request #362 from stratisproject/ui

Switch to cancel button

Breeze Wallet Beta 0.2.1

13 Jul 14:53
dfd49a4
Compare
Choose a tag to compare
Pre-release

This is a small beta release for the Breeze Wallet.
It fixes a bunch of issues, including (but not limited to):

  • Mac OSX 10.12.6 error when clicking twice on tray icon
  • Non-standard windows tray icon behavior
  • Make text clearer in wallet recovery modal
  • Sending small amounts without a leading zero should be allowed
  • Set the same template for history transactions
  • Remove space in successful sending message
  • sharper icon on MacOS
  • Formatting of error when importing the same wallet twice could be better
  • Fix the success modal
  • "Estimate Fee" button requires wallet password, but probably shouldn't
  • Failing to send coins due to node issues does not provide an error message
  • Nodes don't seem to discover each other
  • Change "No spendable transactions found on account account 0"
  • Last block received starts from 0 when app closed early

Breeze Wallet Beta Release

23 Oct 12:56
Compare
Choose a tag to compare
Pre-release

The beta release of the Breeze wallet is now available and represents a significant milestone in our development roadmap schedule.
A lot of work has been done behind the scenes in order to bring it to the current state.
The big new addition to the alpha version is that this wallet now supports two currencies: Stratis and Bitcoin.
For now, it runs on these currencies' respective TestNet networks.

In this release:

  • Stratis and Bitcoin running side-by-side
  • lots of bug fixes
  • lots of UI improvements
  • lots of stability improvements

TestNet Coins

To get Stratis TestNet coins, head over to the #breeze_support channel and we'll give you some.
To get Bitcoin TestNet coins, go to this faucet.

Breaking changes:

There have been a few breaking changes so users that already had a wallet need to perform the following steps before starting the app.
So if you had already created wallets in the past:

  1. make sure you have your mnemonics and your passwords for these wallets
  2. delete all the files in the following folders:
    %AppData%\StratisNode on Windows or ~/.stratisnode on MacOS and Linux
  3. choose wallet recovery on startup and use your mnemonic and password

Known Issues

  • None, but we want your help in finding some.

Feedback

If you find a bug

The first thing to do is to head over to our list of issues on GitHub and check if a similar issue has already been reported by someone else.
If that's the case, you can add a comment saying that you're experiencing the same problem.
If no one has reported this issue, you can open one yourself.
In it, give us as many details as possible:

  • the operating system you're running,
  • the steps that you took that led to this exception and
  • whatever else you think might help us find out what the problem is.

Also, you can help us by sending the debug files in %AppData%\StratisNode\Logs on Windows or ~/.stratisnode/logs on MacOS and Linux.
Note: When you report issues, please create a separate one for each, rather than one issue containing all your feedback.
Alternatively, you can come to our #breeze_support channel on Slack to tell us about it.

If you need help or if you have general suggestions

We have a great community and a very dedicated team that will be able to help you if you have a question or a suggestion.
For that, come to our #breeze_support channel on Slack or email support@stratisplatform.zendesk.com.

Links

Stratis TestNet Explorer

https://chainz.cryptoid.info/strat-test/

Bitcoin TestNet Explorer

https://www.blocktrail.com/tBTC

Commit f57f800

Breeze Wallet Alpha Release

30 Jun 20:54
Compare
Choose a tag to compare

We are delighted to announce the first alpha release of the Breeze Wallet, configured for use with the Bitcoin testnet.
In this release:

  • completely new design
  • lots of bug fixes
  • lots of stability improvements

Breaking changes:

There have been a few changes to the wallet files structure and location so it is advised to start with a clean install.
If you had the wallet already installed:

  1. make sure you have your mnemonic and your password
  2. delete everything in the folder %AppData%\StratisNode\bitcoin\TestNet on Windows or /home/.stratisnode/bitcoin/testnet on Linux.
  3. choose wallet recovery on startup and use your mnemonic and password

Known Issues

  • [OS X] an error is shown on startup
  • [OS X] Tray icon occasionally disappears

These will be dealt with very soon :-) but if you find any issue, please let us know on our Slack in the #csharp_development channel or open an issue on GitHub.

Coming soon!

  • encryption of the wallet files
  • Stratis added to wallet
  • much much more....

Pre-alpha release

22 May 08:04
Compare
Choose a tag to compare
Pre-alpha release Pre-release
Pre-release

This is a pre-alpha release created for testing purposes.
You should not use this release with MainNet as loss of coins may occur.