Skip to content

Namada 0.7.1

Compare
Choose a tag to compare
@juped juped released this 21 Aug 15:32
· 12070 commits to main since this release

Namada 0.7.1 is a patch release of the Namada software, continuing the
version numbering sequence previously used in the Anoma repository.
There are few important user-facing changes, but this is the first
tagged release in the Namada repository.

CI

  • New CI using Github Actions
    (#222)

DOCS

  • Added OpenAPI spec (#322)
  • Applied various fixes and updates to the PoS system spec and integration spec
    (#1070)
  • Fixes libraries doc typos and correct comment on the clap crate
    (#1143)

FEATURES

  • Added secp256k1 support (#278)

IMPROVEMENTS

  • Zeroize secret keys from memory
    (#277)
  • Better logging for end-to-end tests, and logs are
    stored to disk in the test's temporary working directory
    (#1202)
  • Hidden the stdout of Tendermint process by default. To include
    it in the node's output, run with ANOMA_TM_STDOUT=true
    (#1239)

MISCELLANEOUS

  • Make some .gitignore patterns relative to repo root
    (#1158)

TESTING

  • E2E: Consume unread output before checking exit status.
    (#247)
  • Switch back from a fork to a newly released version of expectrl
    (#1142)