Skip to content

Releases: stellar/stellar-demo-wallet

Demo Wallet v2.0.0

18 Jan 16:59
c855167
Compare
Choose a tag to compare

Update

Turned this repo into monorepo with three packages:

  • demo-wallet-client - website code
  • demo-wallet-server - new server code
  • demo-wallet-shared - moved all shared methods that are used in both client and server

What's Changed

Full Changelog: v1.2.5...v2.0.0

Demo Wallet v1.2.5

23 Sep 21:56
Compare
Choose a tag to compare

Bugfixes:

  • Use new version of @stellar/frontend-helpers and include env-config.js in index.html

Demo Wallet v1.2.4

23 Sep 16:04
Compare
Choose a tag to compare

Updates:

  • Update dependencies
  • Update @stellar/frontend-helpers to use Kube configmap

Demo Wallet v1.2.3

11 Aug 21:10
Compare
Choose a tag to compare

Bug Fixes:
Update Sentry tracing origin config to disallow sending headers to localhost

Demo Wallet v1.2.2

09 Aug 20:51
Compare
Choose a tag to compare

Updates:

  • Replace local components with Stellar Design System components
  • Small UI tweaks

Bug Fixes:

  • Update @stellar/frontend-helpers to pass custom tracing origins to error reporting endpoint

Demo Wallet v1.2.1

29 Jul 20:11
Compare
Choose a tag to compare

New features in this release:

  • Dark Mode Support comes to the Demo Wallet
    • With the completion of our Design system, we're retrofitting our tools with Dark Mode. This can be turned on and off manually with the icon in the upper right.
  • Added more error codes
  • Updated Sentry errors and analytics with a standard library. This will help us target and fix issues quicker, as well as provide feedback on the features that are actively used, allowing us to prioritize features.

Bug fixes:

  • Use the correct home_domain syntax for SEP-10 compliance: Issue #214
  • SEP-06 deposit flow updated to send the correct amount in the request: Issue #217
  • Fixed an issue where the error message would remain in the dialog box under certain conditions: Issue #219

Demo Wallet v1.2.0

19 Jul 20:01
Compare
Choose a tag to compare

New features in this release:

  • SEP-06 now supported
  • SEP-08 now supported
  • Sending to Muxed Accounts is now supported

Bug fixes:

  • Fixed a bug when overriding home domain
  • Fixed an issue where balance amounts were being overwritten