Releases: anoma/namada
Releases · anoma/namada
Namada 1.1.4
Namada libs v0.48.0
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
Namada libs v0.47.2
Namada libs v0.47.2 patch release.
IMPROVEMENTS
- Print tx's events in output of
namadac tx-result
.
(#4347)
Namada 1.1.1
Namada libs v0.47.1
Namada libs v0.47.1 patch release.
BUG FIXES
- Fix underestimation of MASP balances
(#4287)
CI
- Ensure the CI installs libudev-dev for the test-ledger-app job
(#4286)
IMPROVEMENTS
- Require the hardware wallet to display transaction fees in normal mode.
(#4218) - bump ibc-rs to v0.57.0 (#4247)
- Emit a token transfer emit with
"pos-claim-rewards"
descriptor when claiming
staking rewards. (#4283) - Simplify exchanging balance amounts to older epochs
(#4288) - Simplify balance queries by removing ability to query them with respect to
past epochs. (#4290) - Optimize shielded balance queries for non-native tokens.
(#4291) - Upgraded recommended CometBFT version to v0.37.15.
(#4299) - Changed the modified ZIP32 derivation path to a non-default value
("m/44'/877'/0'/0'/2147483647'"
).
(#4307) - Improve the accuracy of shielded rewards for native tokens
(#4308) - Split the reward distribution logic for native tokens away from that for non-
native tokens (#4311)
MISCELLANEOUS
- Update Hermes version in README and the script
(#4280)
SDK
- Allow querying PoS rewards at a specified epoch
(#4196)
TESTING
- Added more test cases for multisig verification
(#4289)
Namada 1.1.0
Namada libs v0.47.0
Namada libs v0.47.0 release
BUG FIXES
- Fixed a bug that was preventing generating wrapper signatures
offline. Removed a redundantsign-tx
client command.
(#4120) - Strengthen migration checks and ensure to update merkle tree during
migrations. The redundantnamadan update-db
command has been removed in the
process. (#4135) - Fix unbonding period for IBC client
(#4142) - Fixed a bug in the masp rewards estimation logic that was not correctly
accounting for native token rewards and rewards accrued by assets shielded
at the current epoch. Updated the API of the function to better suite some UI
needs. Improved testing (#4146) - Fixed the apps version fallback for a build without git.
(#4224) - Fixed running CometBFT as a validator when the Namada config
tendermint_mode
is set to a non-validator mode. When thetendermint_mode
changes
from a validator to non-validator mode, the node will replace and
backup the validator consensus key and state in the CometBFT directory.
(#4245) - Support IBC signing on hardware wallets not supporting MASP
(#4251) - The the swapped arguments in error message for a chained redelegation. Also
added the earliest redelegation epoch to help users determine when they can
redelegate again. (#4264) - Fixed a wrong gas limit error message that was being
propagated when the transaction would go out of gas.
(#4269)
CI
- Add Ledger app unit tests to the Namada CI.
(#4140) - Upgrade the CI to test against an unpatched Ledger Namada app v2.0.3.
(#4253)
FEATURES
- Implement compatibility with Strangelove's Packet Forward Middleware
in Namada, to allow forwarding ICS-20 packets over multiple chains.
(#4082) - Integrate Namada and Osmosis, to allow swapping assets privately. Osmosis
is leveraged for its liquidity and DEX capabilities, while Namada is
leveraged for its shielded pool (i.e. MASP) and privacy guarantees.
(#4133) - Disable validation of IBC ICS-20 receivers, while handling PFM packets.
(#4134)
IMPROVEMENTS
- Adds an SDK query for the active PGF fundings
(#4126) - The display of a transaction's result now includes the result code
and avoids displaying the gas unless the transaction was successful.
Improved the display of a dry-run and aligned it with the former.
(#4182) - Improve namadac next-epoch-info to also estimate how much time is left in the
current epoch. (#4205) - Increase the allowed number of PGF targets in a single proposal from 20 to
10,000. (#4209) - Turned
token::Amount::from_u128
into a const fn.
(#4220) - Stop batching transactions that need to be signed on
the hardware wallet because these are not supported yet.
(#4228) - Improved the staking rewards query to print last staked ratio.
(#4241) - Added the possibility to query the IBC rate limit of a specified token.
(#4246) - Make modified ZIP 32 derivations the default
(#4248) - Improved the error message for a failed masp fee payment.
(#4271) - Disallowed deriving ed25519 keys from the default HD path
that's used for deriving shielded keys with the newly default
modified ZIP32 to prevent accidental leak of these keys.
(#4272)
MISCELLANEOUS
- Inline borsh-ext crate function in namada_core crate.
(#4177)
SDK
- Allow MASP transaction building without knowledge of the spend authorization
key. (#4127) - Added a fn to query PoS rewards to the SDK.
(#4213) - Moved the signature generation logic for offline signing to the SDK.
(#4234)
TESTING
- Added tests for MASP inverse conversions.
(#4193)
Namada 1.0.0
v1.0.0
Namada v1.0.0 is the first stable release of the Namada apps.
MISCELLANEOUS
- updated namada libraries to libs-v0.46.1
(#4123)
Namada libs 0.46.1
Namada 0.46.1 is a libraries patch release containing couple improvements and a bug fix in preparation for a stable apps release.
BUG FIXES
- Only write a dummy validator to CometBFT's genesis if the number of validators
present is lower than 2. (#4116)
IMPROVEMENTS
- Improved the client's retry logic on failed shielding transactions
to avoid resubmissions on rejections other than the MASP vp ones.
(#4071) - Updated the
query-protocol-parameters
command to display some missing
parameters. (#4083)
MISCELLANEOUS
- Starting from the next release the Namada binary apps (
namada
,namadan
,
namadac
andnamadaw
) will be versioned separately from the libraries
(everything else including the wasm). The libraries releases will have their
tag prefixed with "lib-" and will continue with the current versioning scheme.
(#4117)