Binary Versions
antnode
: v0.4.0antctld
: v0.13.0antctl
: v0.13.0ant
: v0.4.1nat-detection
: v0.2.20node-launchpad
: v0.5.9
Merged Pull Requests
2025-05-15 #2966 -- fix: correctly obtain evm network for wallet balance
[@jacderida]
2025-05-15 #2970 -- Launchpad nat detection [@ermineJose]
2025-05-15 #2971 -- feat(launchpad): show update popup on newer lp version [@RolandSherwin]
Detailed Changes
Client
Fixed
- Correctly obtain the EVM network on the
wallet balance
command. The change for the--alpha
flag unintentionally introduced a regression that resulted in not being able to obtain the balance
unless the EVM network was explicitly set. It will now be correctly selected based on the network
ID.
Launchpad
Added
- Display a dialog to indicate NAT detection is running when a new node service is requested.
Without this, the launchpad appeared to be unresponsive. - Introduce a check for the latest version. To encourage upgrades, a dialog will now appear to
indicate the availability of a new version.
Changed
- Improve the grammar of some text used on the
Options
panel.