Skip to content

Releases: WithAutonomi/ant-swift

v0.0.3

Choose a tag to compare

@Nic-dorman Nic-dorman released this 06 Jul 18:11

AntFfi.xcframework built from ant-sdk main — external-signer wave + merkle uploads, progress callbacks, on ant-core 0.3.0 (ant-cli-v0.2.10).

sha256: f6603563a4c99efbb3ef9ea6c3f7e8a761278b984b37128121b5c0de4fbef4c7

v0.0.2

Choose a tag to compare

@Nic-dorman Nic-dorman released this 28 May 13:39

What's new

  • Client.connectFromDevnetManifest(path:) — connect to a locally running devnet by pointing at the JSON manifest the devnet writes on startup. Reads bootstrap peers, EVM RPC URL + contract addresses, and the funded wallet private key. Suitable for development and testing only.

Verified

End-to-end chunk round-trip against a local devnet smoke-tested on:

  • macOS arm64 (host)
  • iOS Simulator 26.5 (arm64)

Compatibility

Same platforms as v0.0.1 (iOS 16+ / macOS 13+). No breaking changes — just a new constructor.

v0.0.1

Choose a tag to compare

@Nic-dorman Nic-dorman released this 28 May 11:10

Initial release. UniFFI-based in-process Swift bindings for the Autonomi network.

Bundled AntFfi.xcframework.zip slices:

  • ios-arm64 (iPhone / iPad device)
  • ios-arm64-simulator (Apple Silicon Mac iOS Simulator)
  • macos-arm64 (Apple Silicon macOS)

Built against ant-core (snapshot in ant-sdk on tag day).