Skip to content

v2.0.0 — the write tools actually write

Choose a tag to compare

@edycutjong edycutjong released this 15 Aug 04:37
· 39 commits to main since this release

In 1.x the write tools built transactions, discarded them, and reported success. Nothing was ever signed or submitted.

2.0.0 makes the write path real and puts a gate in front of it: token gate → spend caps → single-use confirmation → simulate → sign → send → confirm. The first call to a write tool signs nothing.

Also in this release: the declared SDK floor was ^1.0.8, a version missing the trade and partner services entirely — three of the eight SDK calls did not exist there. Corrected to ^1.3.7. The API key is no longer echoed into tool output. 14 tools, 209 tests, 100% coverage enforced.

Full detail in CHANGELOG.md.