Skip to content

v3.1.0

Latest

Choose a tag to compare

@adamant-al adamant-al released this 29 Jun 08:31
0da7bfd

Summary

adamant-console v3.1.0 updates Console for ADAMANT Node v0.10.0 and refreshes the CLI, JSON-RPC, JavaScript wrapper, documentation, and validation toolchain.

Highlights

  • Added ADAMANT Node v0.10.0 response and query support through adamant-api v3
  • Added node status, chat room/message, chat transaction, transaction returnUnconfirmed, delegate lookup, and direct-transfer query handling updates
  • Updated package metadata, dependencies, and supported runtime to Node.js 22.13.0 or newer
  • Added CLI help examples, startup health-check documentation, expanded JSON-RPC coverage, and public API JSDoc
  • Added a VitePress documentation site, generated TypeDoc API reference, docs assets, and GitHub Pages deployment on release
  • Added test coverage for API wrappers, CLI help behavior, config/client metadata, prompt history, and logging
  • Added syntax highlighting for pretty-printed JSON output

Breaking changes

  • Node.js 22.13.0 or newer is now required

Verification

  • npm ci --ignore-scripts
  • npm run lint
  • npm run format:check
  • npm test
  • npm run docs:build
  • node bin/adamant.js client version

Related

  • Release tracking: #56
  • Release PR: #57
  • npm publication follow-up: #48