ADAMANT Console v3.1.0: developer notes for Node v0.10.0 support #57
adamant-al
started this conversation in
Developers & API
Replies: 1 comment
-
|
👍🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
adamant-consolev3.1.0 has been released with ADAMANT Node v0.10.0 support and a refreshed developer surface for CLI, JSON-RPC, and local JavaScript integrations.This release is mainly useful for developers and operators who use Console as a local signing tool, a scripting CLI, or a lightweight JSON-RPC bridge to ADAMANT nodes.
What changed for developers
adamant-apiv3 and follows ADAMANT Node v0.10.0 response/query behaviornode statuscommand and wrapperreturnUnconfirmedincludeDirectTransfers; the olderwithoutDirectTransfersinput is still normalized for compatibilityInstall or update
or as a project dependency:
The package exposes the
admbinary:Integration notes
If your service uses Console through JSON-RPC, review the expanded method surface and response handling before upgrading production automation.
If your code consumes transaction or chat responses, test the v0.10.0 fields you rely on, especially unconfirmed transaction data, chat direct-transfer inclusion, and
timestampMs.If you build new JavaScript services, prefer
adamant-apidirectly for full protocol coverage. Useadamant-consolewrappers when you specifically need Console-compatible CLI/RPC behavior or local operational scripts.Links
Beta Was this translation helpful? Give feedback.
All reactions