Skip to content

Releases: anoma/namada

Namada 101.0.0

14 Apr 18:32
v101.0.0
733d6b0
Compare
Choose a tag to compare

Namada apps v101.0.0 consensus breaking release.

This release follows the v1.1.x release. Due to the consensus breaking changes the major version has been incremented by 100. Consult VERSIONING.md for more details.

MISCELLANEOUS

Namada libs v0.149.1

14 Apr 15:16
libs-v0.149.1
fe143fa
Compare
Choose a tag to compare

Namada libs 0.149.1 minor release.

BUG FIXES

  • Upgrade tendermint-rs (#4545)

Namada 1.1.5

10 Apr 15:34
c837e69
Compare
Choose a tag to compare

Namada apps 1.1.5

MISCELLANEOUS

  • Updated Namada libraries to libs-v0.48.3
    (#4563)

Namada libs v0.48.1

10 Apr 15:00
Compare
Choose a tag to compare

Namada libs 0.48.1 is a patch release that fixes a high severity tendermint-rs bug

BUG FIXES

  • Upgrade tendermint-rs (#4545)

IMPROVEMENTS

  • Generalize the comparison of denominated amounts to
    support the case where gap between denominations is large.
    (#4472)

Namada libs v0.149.0

14 Apr 13:24
libs-v0.149.0
6fee826
Compare
Choose a tag to compare

Namada libs 0.149.0 is a consensus and major breaking release.

This release follows the libs-v0.48.x release. Due to the consensus breaking changes the major version has been incremented by 100 and 1 due to API breaking changes. Consult VERSIONING.md for more details.

BUG FIXES

  • Stop the minting of unclaimable shielded rewards for undated assets.
    (#4304)
  • Fixed the node's ledger reset command to avoid deleting
    keys unless explicitly ran with a --full-reset flag.
    (#4441)
  • Fixed the production of masp events for masp fee payment transactions.
    (#4449)

FEATURES

  • Include the hash of the inner and wrapper transactions in emitted wasm events.
    (#4454)
  • Added a node utils dry-run-proposal command for governance proposal code
    testing. (#4481)

IMPROVEMENTS

  • Added app and libs version string to the ABCI Info query response.
    (#4259)
  • Improve accuracy in the determination of NAM to be minted by the MASP.
    (#4369)
  • Generate shielded payment addresses sequentially instead of randomly.
    (#4417)
  • Allow the shielded reward precision for tokens to be explicitly set via
    governance proposals (#4423)
  • Generate test vectors that use whitelisted tokens for the hardware wallet.
    (#4445)
  • Make sure that conversion state migrations are not ignored by the rewards
    distrbiution algorithm. (#4452)
  • Added MASP epoch to the namada client epoch query.
    (#4457)
  • Generalize the comparison of denominated amounts to
    support the case where gap between denominations is large.
    (#4472)
  • The orderd of results of the inner transactions of a batch is now preserved in
    the events. (#4489)
  • Restored the old unordered buffer for fetched shielded transactions.
    (#4490)
  • Allow governance proposals to modify any shielded token storage key-val.
    (#4493)
  • Fixed the handling of events so that we don't emit
    duplicated events inside the tx/applied one anymore.
    (#4497)
  • Reduced code duplication of TxResult.
    (#4499)
  • Allow MASP conversion and precision migrations to be applied at a future MASP
    epoch. (#4510)
  • Allow the current shielded reward precision of the native token to be
    set. Also allow for scheduled changes to the base native token precision.
    (#4522)
  • Added consensus version to the ABCI Info query response. In Rust, the
    version can be obtained from namada_core/sdk consensus_version function.
    (#4524)

MISCELLANEOUS

  • Updated rust-rocksdb dependency to v0.23 which uses RocksDB (C++) 9.9.3.
    (#4378)
  • Updated Rust toolchain to 1.85.1 and nightly to 2025-03-27
    (#4439)
  • Specified a minimum-supported-Rust-version.
    (#4398)

TESTING

  • Added MASP hardware wallet test automation.
    (#3890)
  • Fixed the speculative_context integration test so that it passes with the
    hardware wallet. (#4418)
  • Test that the auto-compounding of shielded balances is equivalent to manual
    compounding. (#4491)
  • Demonstrate direct conversion state migrations.
    (#4513)

Namada 1.1.4

13 Mar 19:10
v1.1.4
db768df
Compare
Choose a tag to compare

Namada apps v1.1.4 patch release

MISCELLANEOUS

  • updated Namada libraries to libs-v0.48.0
    (#4464)

BUG FIXES

  • Fixes the commitment tree anchor mismatch bug by making
    the client search for the correct Transaction ordering
    (#4442)

Namada libs v0.48.0

12 Mar 14:15
libs-v0.48.0
6a088b2
Compare
Choose a tag to compare

Namada libraries v0.48.0 major release.

BUG FIXES

  • Fixes the commitment tree anchor mismatch bug by making
    the client search for the correct Transaction ordering
    (#4442)

Namada 1.1.2

11 Feb 08:38
v1.1.2
75510cd
Compare
Choose a tag to compare

Namada apps v1.1.2 patch release.

MISCELLANEOUS

Namada libs v0.47.2

10 Feb 16:23
libs-v0.47.2
0f54807
Compare
Choose a tag to compare

Namada libs v0.47.2 patch release.

IMPROVEMENTS

  • Print tx's events in output of namadac tx-result.
    (#4347)

Namada 1.1.1

05 Feb 19:39
v1.1.1
7a60628
Compare
Choose a tag to compare

Namada apps v1.1.1 patch release.

MISCELLANEOUS