Skip to content

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 17:43
· 7 commits to main since this release

What changed

  • The credit deposit is now a choice: nmts deposit [credits] reads and sets what this account
    sets aside per credit-paid file (0 to 64, default 64), and put --deposit <n> / push --deposit <n> set it for one run. 0 sets nothing aside, and a release of that file costs twice the fee
    from the balance instead.
  • nmts balance names the default and the ceiling the server states, and what each file with a
    deposit set aside and has spent; nmts erase --release-storage says what the release cost and
    whether it came out of the deposit, and refuses with both numbers when the balance cannot cover
    a doubled fee.

Install

From the registry:

npm install -g @needmoretruth/nmts-cli@0.31.0

Or straight from this repository, without the registry:

npm install -g github:needmoretruth/nmts-cli#v0.31.0

Or, without a clone, from the tarball attached below:

npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz

Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.