Releases: tari-project/wxtm-bridge-frontend
Releases · tari-project/wxtm-bridge-frontend
Release list
v0.4.2
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?
- Add a working node in the admin panel.
- Open the app and check (browser Network tab) that requests go to the configured node, not the old
eth.merkle.io. - 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
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.0
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
Merge pull request #47 from tari-project/feat/hotfixes fix: box sizes fix, error messages shortened to avoid display breaks
v0.1.3
Merge pull request #46 from tari-project/feat/general-improvements feat: add general improvements