Skip to content

Releases: tari-project/wxtm-bridge-frontend

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 12:07
5bc5757

Description

The app now gets its list of Ethereum connection nodes from our backend instead of relying on a fixed default one. If a node ever stops working, we can swap it from the admin panel — no app release needed.

Closes #102

Motivation and Context

The default public node the app was using has been down for quite some while, which could break wallet connections. Serving the list from the backend lets us keep it up to date instantly. If the backend can't be reached, the app safely falls back to the previous default behaviour and won't hang on startup.

How Has This Been Tested?

  • Verified the app builds and passes type and lint checks.
  • Confirmed the app starts normally whether or not nodes are returned (falls back gracefully).

What process can a PR reviewer use to test or verify this change?

  1. Add a working node in the admin panel.
  2. Open the app and check (browser Network tab) that requests go to the configured node, not the old eth.merkle.io.
  3. With no nodes configured, confirm the app still loads normally.

Breaking Changes

  • None
  • Requires data directory on base node to be deleted
  • Requires hard fork
  • Other - Please specify

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 11:45
e998a06
fix: use correct store value for limit alert (#101)

Description
---
- accidentally left in the old store values for the limit error in #100 
  - used the correct one from `useBridgeStore`
  - removed the old items from account store

Motivation and Context
---

- daily limit warning wasn't coming up in TU 😬 

How Has This Been Tested?
---

- locally (built and moved over to binaries' location to test in TU)




https://github.com/user-attachments/assets/80293015-29e7-4c99-8b09-08bc9d38441e

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Sep 14:17
b7b6e9e

What's Changed

  • feat: tokens unwrap by @Niferu in #84
  • feat: tokens unwrap feature implementation by @Niferu in #86

Full Changelog: v0.2.0...v0.2.1

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:38
3761a18

What's Changed

  • feat: history transactions support #79
  • feat: multiple transactions support #77
  • feat: attach base node status before and after sending under debug #74

v0.1.8

v0.1.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:51
294bf8d

What's changed

  • Added translations #60
  • Added tip to watch wXTM token in the wallet #66

v0.1.7

v0.1.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:17
de3ac10

What's changed

  • chore (CI): fix shasum checksums to sha256 #62

v0.1.6

v0.1.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:24
ca9ad95

What's changed

  • fix opening link to FAQ and audit #58
  • refactor modals to display current statuses as well as fail/success modal after transaction is completed even if bridge was off #57

v0.1.5

v0.1.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jun 15:28
756ba0b

What's changed

  • display the following transaction statuses during the bridging process: pending, processing, tokens received, timeout, success in #55
  • fix minor app resolution bug inside Tari Universe in #56

v0.1.4

v0.1.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 May 19:10
fbf9434
Merge pull request #47 from tari-project/feat/hotfixes

fix: box sizes fix, error messages shortened to avoid display breaks

v0.1.3

v0.1.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 May 11:11
9ce43dc
Merge pull request #46 from tari-project/feat/general-improvements

feat: add general improvements