Skip to content

2024.12.1.7

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 06 Jan 17:57

Binary Versions

  • antnode: v0.3.2
  • antctld: v0.11.6
  • antctl: v0.11.6
  • ant: v0.3.2
  • nat-detection: v0.2.14
  • node-launchpad: v0.5.2

Merged Pull Requests

2025-01-06 #2575 -- chore: make system metric as f64 [@RolandSherwin]
2025-01-06 #2579 -- fix(evmlib): add timeout to pending tx builder [@jacderida]
2025-01-06 #2600 -- fix(cli): set client evm network using ENV [@mickvandijke]

Detailed Changes

Network

Changed

  • Memory and CPU metrics use more precise f64 measurements

Client

Fixed

  • Apply a timeout for EVM transactions. This fixes an issue where some uploads would freeze indefinitely.
  • The ant CLI was not selecting its network consistently from the environment variable.