Skip to content

Latest commit

 

History

History
304 lines (256 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

304 lines (256 loc) · 17.3 KB

v0.21.0

CLI Changes

Documentation

Internal Changes

v0.20.0

  • The shielded RM is now merged.
  • The event broker is now merged.

v0.19.0

  • Refactor and reformat various components to comply with the updated style guide.
  • Add examples to the CLI modules.
  • Store logs by the encrypt field rather than the ID.
  • Store properly type-compliant nouns in logs.
  • Correct the representation of shielded proof records.
  • Support absent values for deleted keys in storage.
  • Support silent CLI operation.
  • Support truncated inspection of node transactions.

v0.18.0

Major Features

Execution Environments

CLI Changes

Documentation

Bug Fixes

Storage Changes

Debugging/Examples

Internal Changes

v0.17.0

Major Features

Documentation

Bug Fixes

Typing Fixes

Minor Bug Fixes

Internal Changes

Debugging/Helpers

v0.16.0

Major Features

Documentation

Bug Fixes

Internal Changes

Testing/Examples/Debugging

v0.15.0

v0.14.0

Nock

Documentation

Bug Fixes

Internal Changes

v0.13.0

  • Follow XDG conventions for Anoma
    • Currently, we use data_home and config_home for Anoma folders
    • The folders are based on the mix environment, so having the dev folder will be put in $XDG_DATA_HOME/anoma_dev/
  • RocksDB tables are now threaded throughout configuration, being turned on by default in the prod and dev environments
  • An initial implementation of Jam is added to the Anoma standard library
  • Storage is now properly namspaced by the router's id

Internal Changes

  • Storage is now an engine rather than a normal database handle

v0.12.0

  • Documentation release

v0.11.0

Bug Fixes

Dependency Changes

Inteneral Changes

  • CI streamlining and abstraction
  • The pinger can now be stopped
  • Minor type fixups around the codebase
  • Extra logging
  • The Router now has more documentation