Skip to content

v0.17.2

Compare
Choose a tag to compare
@andywer andywer released this 12 Mar 15:06
· 1607 commits to master since this release
af6d2ca

Maintenance release, shipping a couple of important improvements.

There has been a lot of load on the Stellar network recently, causing transactions to randomly fail. In response to that we implemented a dynamic fee selection algorithm to increase the transaction fee when network load is high. You will see the selected transaction fee before confirming the transaction.

Furthermore, the newly introduced transaction timeout prevented multi-signature transactions to work. This release includes a fix to create working multi-signature transactions again.

New features

  • Smart fee selection: Selects a higher tx fee if necessary (#421)
  • Show update notification on app launch, click to download (#432)

Bug fixes

  • Increase transaction timeouts (#428, fixes multi-sig transactions)

Chore

  • Update material-ui version (#424)