This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
v0.3.0: Agent wallet management
This version includes several improvements and bux fixes in the agent's operation. Mainly:
- The IPC agent can now handle wallet keys and sign transactions directed to the different subnets.
- A new integration test crate.
- Instructions to deploy FEVM contracts in subnet.
This version of the agent is compatible with the v0.3.0
of Spacenet deployed 2023-05-22
.
What's Changed
- IPC-91: Test env (Part 1) by @aakoshh in #157
- IPC-91: Test environment (Part 2) by @aakoshh in #161
- Return chain epoch for fund and release by @cryptoAtwill in #191
- Replace u64 with f64 for FIL amount by @cryptoAtwill in #190
- Fix script for mac by @dnkolegov in #193
- ID-1: Migrate and adapt
forest
key management crates by @adlrocha in #187 - basic support for evm smart contracts in agent by @adlrocha in #200
- Refactor checkpoint submission by @cryptoAtwill in #175
- Cli wallet import by @cryptoAtwill in #202
- Fix checkpoint config load by @cryptoAtwill in #205
- fix export and docs by @adlrocha in #204
Full Changelog: v0.2.0...v0.3.0