Skip to content

Commit

Permalink
Merged in draft.
Browse files Browse the repository at this point in the history
  • Loading branch information
murisi committed Jun 30, 2023
2 parents 7eef159 + b588d89 commit 5ea1221
Show file tree
Hide file tree
Showing 145 changed files with 10,401 additions and 4,110 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- PoS: Ensure that when a validator is slashed, it gets removed from
validator set in the same epoch in Namada state as in CometBFT's state.
([\#1582](https://github.com/anoma/namada/pull/1582))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1599-wasm-secp256k1-sig.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix signature verification with secp256k1 in WASM VPs.
([\#1599](https://github.com/anoma/namada/pull/1599))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Storage: Fix iterator without a prefix.
([\#1615](https://github.com/anoma/namada/pull/1615))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Adds a third validator set, the below threshold set, which contains
all validators whose stake is below some parameterizable threshold.
([#1576](https://github.com/anoma/namada/pull/1576))
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added `NAMADA_LOG_DIR` env var for logging to file(s) and `NAMADA_LOG_ROLLING`
for setting rolling logs frequency. The rolling frequency can be set to
never, minutely, hourly or daily. If not set, the default is never.
([\#1578](https://github.com/anoma/namada/pull/1578))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Updated wasmer to v2.3.0 and switched from pwasm-utils to wasm-instrument.
([\#1604](https://github.com/anoma/namada/pull/1604))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/64-clap-up-v4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update clap to the latest version.
([\#64](https://github.com/anoma/namada/issues/64))
2 changes: 2 additions & 0 deletions .changelog/v0.17.5/improvements/1619-masp-checked.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Check MASP parameters are correct in the ledger node.
([#1619](https://github.com/anoma/namada/pull/1619))
2 changes: 2 additions & 0 deletions .changelog/v0.17.5/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.17.5 is a maintenance release chiefly addressing MASP
parameter validation.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Build
run: make build-release${{ matrix.make.suffix }}
env:
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold"
RUSTFLAGS: "-C linker=clang -C debug_assertions=true -C link-arg=-fuse-ld=/usr/local/bin/mold"
- name: Upload target binaries
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
- name: Build
run: make build-release${{ matrix.make.suffix }}
env:
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold"
RUSTFLAGS: "-C linker=clang -C debug_assertions=true -C link-arg=-fuse-ld=/usr/local/bin/mold"
- name: Upload target binaries
uses: actions/upload-artifact@v3
with:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.17.5

Namada 0.17.5 is a maintenance release chiefly addressing MASP
parameter validation.

### IMPROVEMENTS

- Check MASP parameters are correct in the ledger node.
([#1619](https://github.com/anoma/namada/pull/1619))

## v0.17.4

Namada 0.17.4 is a minor release improving the codebase by bumping the rust toolchain.
Expand Down
Loading

0 comments on commit 5ea1221

Please sign in to comment.