-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v0.16.0' into mariari/inflation-rewards
Namada 0.16.0
- Loading branch information
Showing
332 changed files
with
36,123 additions
and
21,687 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix Tendermint validator set update to properly skip validator with no voting | ||
power. ([#1146](https://github.com/anoma/namada/pull/1146)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.14.1 is a bugfix release addressing issues with inactive | ||
validator set updates in proof of stake. |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
.changelog/v0.14.2/bug-fixes/1182-dont-persist-genesis-on-init-chain.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Fixed the init-chain handler to stop committing state to the DB | ||
as it may be re-applied when the node is shut-down before the | ||
first block is committed, leading to an invalid genesis state. | ||
([#1182](https://github.com/anoma/namada/pull/1182)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Fixed an issue in which a validator's stake and validator sets | ||
data gets into an invalid state (duplicate records with incorrect | ||
values) due to a logic error in clearing of historical epoch data. | ||
([#1191](https://github.com/anoma/namada/pull/1191)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added a lazy set collection. | ||
([#1196](https://github.com/anoma/namada/pull/1196)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.14.2/improvements/1197-pos-unique-consensus-keys.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Ensure that PoS validator consensus keys are unique. | ||
([#1197](https://github.com/anoma/namada/pull/1197)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.14.2 is a maintenance release addressing issues with | ||
proof-of-stake validator logic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Check if validators are valid in pre-genesis setup. | ||
([#1140](https://github.com/anoma/namada/pull/1140)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Now load conversions from storage even for epoch 1. | ||
([\#1244](https://github.com/anoma/namada/pull/1244)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Write Merkle tree stores only when a new epoch | ||
([#1113](https://github.com/anoma/namada/issues/1113)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Prune old Merkle tree stores. | ||
([#1237](https://github.com/anoma/namada/pull/1237)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.14.3 is a bugfix release addressing mainly disk usage | ||
inefficiencies. |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.14.3/testing/1131-fix-e2e-ledger-reset-in-dbg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fixed run_ledger_load_state_and_reset test in debug build. | ||
([#1131](https://github.com/anoma/namada/pull/1131)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix to read the prev value for batch delete | ||
([#1116](https://github.com/anoma/namada/issues/1116)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Returns an error when getting proof of a non-committed block | ||
([#1154](https://github.com/anoma/namada/issues/1154)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Fixed dump-db node utility which was not iterating on db keys correctly | ||
leading to duplicates in the dump. Added an historic flag to also dump the | ||
diff keys. ([#1184](https://github.com/anoma/namada/pull/1184)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Fixed an issue with lazy collections sub-key validation with the `Address` | ||
type. This issue was also affecting the iterator of nested `LazyMap`. | ||
([#1212](https://github.com/anoma/namada/pull/1212)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/bug-fixes/1239-fix-bonding-query-logging.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fixed various features of the CLI output for querying bonds and performing an | ||
unbond action. ([#1239](https://github.com/anoma/namada/pull/1239)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- PoS: Fixed an issue with slashable evidence processed | ||
and applied at a new epoch causing a ledger to crash. | ||
([#1246](https://github.com/anoma/namada/pull/1246)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.15.0/bug-fixes/1256-fix-addr-storage-key-ord.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Addresses are now being ordered by their string format (bech32m) | ||
to ensure that their order is preserved inside raw storage keys. | ||
([#1256](https://github.com/anoma/namada/pull/1256)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/bug-fixes/1263-client-check-bond-from-validator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Prevent clients from delegating from a validator account to another validator | ||
account. ([#1263](https://github.com/anoma/namada/pull/1263)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/features/1056-governance-custom-proposals.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Implements governance custom proposals | ||
([#1056](https://github.com/anoma/namada/pull/1056)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Adds expiration field to transactions | ||
([#1123](https://github.com/anoma/namada/pull/1123)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added a rollback command to revert the Namada state to that of the previous | ||
block. ([#1187](https://github.com/anoma/namada/pull/1187)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Introduced a new ledger sub-command: `run-until`. Then, at the provided block | ||
height, the node will either halt or suspend. If the chain is suspended, only | ||
the consensus connection is suspended. This means that the node can still be | ||
queried. This is useful for debugging purposes. | ||
([#1189](https://github.com/anoma/namada/pull/1189)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Infrastructure for PoS inflation and rewards. Includes inflation | ||
using the PD controller mechanism and rewards based on validator block voting | ||
behavior. Rewards are tracked and effectively distributed using the F1 fee | ||
mechanism. In this PR, rewards are calculated and stored, but they are not | ||
yet applied to voting powers or considered when unbonding and withdrawing. | ||
([#714](https://github.com/anoma/namada/pull/714)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/improvements/1017-replay-protection-impl.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Adds hash-based replay protection | ||
([#1017](https://github.com/anoma/namada/pull/1017)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/improvements/1031-rename-ledger-address-to-node.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Renamed "ledger-address" CLI argument to "node". | ||
([#1031](https://github.com/anoma/namada/pull/1031)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Added a TempWlStorage for storage_api::StorageRead/Write | ||
in ABCI++ prepare/process proposal handler. | ||
([#1051](https://github.com/anoma/namada/pull/1051)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Added a wallet section for token addresses to replace hard- | ||
coded values with addresses loaded from genesis configuration. | ||
([#1081](https://github.com/anoma/namada/pull/1081)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Improved the CLI description of the start time node argument. | ||
([#1087](https://github.com/anoma/namada/pull/1087)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Adds chain id field to transactions | ||
([#1106](https://github.com/anoma/namada/pull/1106)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- update help text on namadc utils join-network so that the url | ||
displays cleanly on a single line, instead of being cut half way | ||
([#1109](https://github.com/anoma/namada/pull/1109)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Check in the client that the ledger node has at least one | ||
block and is synced before submitting transactions and queries. | ||
([#1258](https://github.com/anoma/namada/pull/1258)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Return early in PosBase::transfer if an attempt is made to transfer zero | ||
tokens ([#856](https://github.com/anoma/namada/pull/856)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/miscellaneous/1163-update-rocksdb-0.20.1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Updated RocksDB to v0.20.1. | ||
([#1163](https://github.com/anoma/namada/pull/1163)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.0/miscellaneous/796-ethbridge-e2e-cleanup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Clean up some code relating to the Ethereum bridge | ||
([#796](https://github.com/anoma/namada/pull/796)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.15.0 is a regular minor release featuring various | ||
implementation improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add utility code for working with test wasms | ||
([#893](https://github.com/anoma/namada/pull/893)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Disable Tendermint tx_index as default | ||
([#1278](https://github.com/anoma/namada/issues/1278)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Remove wasm code from tx ([#1297](https://github.com/anoma/namada/issues/1297)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.15.1 is a patch release addressing issues with high storage | ||
usage due to duplicative storage of wasm code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Fixed an issue with the iterator of LazyMap with a nested LazyVec collection | ||
that would match non-data keys and fail to decode those with the data decoder. | ||
([#1218](https://github.com/anoma/namada/pull/1218)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- PoS: fixed a function for clearing of historical epoched data | ||
([\#1325](https://github.com/anoma/namada/pull/1325)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added a utility command to the CLI to compute a tendermint address from a | ||
namada public key. ([#1152](https://github.com/anoma/namada/pull/1152)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Changed the default base directory. On linux, the default path will be `$XDG_DATA_HOME/namada`, on OSX it will be `$HOME/Library/Application Support/com.heliax.namada`. | ||
([#1138](https://github.com/anoma/namada/pull/1138)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- RocksDB optimization to reduce the storage usage | ||
([#1333](https://github.com/anoma/namada/issues/1333)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.2/miscellaneous/1295-overflow-check-in-release.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Enabled integer overflow checks in release build. | ||
([#1295](https://github.com/anoma/namada/pull/1295)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.15.2 is a bugfix release containing various fixes, including | ||
a major improvement to storage usage. |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.15.3/bug-fixes/1368-base-directory-windows-local.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Place the default data directory in the local rather than the roaming profile | ||
on Windows. ([#1368](https://github.com/anoma/namada/pull/1368)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.15.3/bug-fixes/1369-base-directory-organizations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Use blank qualifier and organization, and upcased Namada, to | ||
construct default base directories on Mac and Windows platforms. | ||
([#1369](https://github.com/anoma/namada/pull/1369)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.15.3 is a maintenance release addressing the creation of | ||
incorrect data directories on Mac and Windows platforms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added page table-of-contents via mdbook-pagetoc plugin for the developer | ||
documentation. ([#1275](https://github.com/anoma/namada/pull/1275)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Bump RocksDB crate to 0.21.0 to address compilation errors on certain C++ | ||
toolchains. ([#1366](https://github.com/anoma/namada/pull/1366)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.16.0 is a regular release focused on providing the Namada SDK | ||
to developers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.