Release v0.2.2
Changes since v0.2.1:
- 51d37cd docs(agents,readme): update
AGENTS.mdandREADME.md - 6ae2f54 chore(lint): run eslint before dev and build
- b0161b2 chore(lint): remove unused
render.tsimports - aabd685 chore(lint): add ESLint config
- 77ddef7 docs(roadmap): update
ROADMAP.md - 6743aab fix(tx): account for Solana associated token account (ATA) rent
- a0b02e6 docs(roadmap): update
ROADMAP.md - a6825a7 fix(tx): use pending nonce for EVM transfers instead of latest confirmed nonce
- 8ce4d6a fix(tx): use token addresses for token sends
- 886c10c docs(roadmap): update
ROADMAP.md - 900e421 fix(tx): compute BTC post-balance from all wallet UTXOs
- 02cdac6 docs(roadmap): update
ROADMAP.md - 2ceef49 ignore: clean up
DerivedWalletKeysstruct inderivation.rs - 18a88a9 fix(tx): require native balance to cover transfer fees for EVM and Solana
- 5110533 chore: clean up code with
cargo fmt