Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.36.0 rc-3 #3279

Closed
wants to merge 314 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
314 commits
Select commit Hold shift + click to select a range
14e8238
Changelog #2690
grarco Feb 21, 2024
66af13a
Fixes balance owner when token is minted
grarco Feb 22, 2024
beb8e72
Fixes balances check in masp vp to allow non-masp transfers
grarco Feb 22, 2024
2687f30
Fix transparent bundle validation bug
grarco Feb 22, 2024
94b5efa
Unifies `DeltaBalance` and `SignedAmount`
grarco Feb 22, 2024
dcf6fd4
Now decode AssetTypes separately.
murisi Feb 28, 2024
6533037
Now check that the diff between pre and post is the value balance.
murisi Feb 29, 2024
56f7665
Split validate_transparent_bundle into 3 functions.
murisi Feb 29, 2024
01509e8
Ensure that all implied transfers have been authorized by the relevan…
murisi Feb 29, 2024
47ccfd3
Preserve txs order when constructing batch in the sdk
grarco May 7, 2024
67ec3be
Make MASP VP accept IBC transactions.
murisi Apr 19, 2024
7874576
Refactors match on inner tx result
grarco May 7, 2024
c1e7f7e
Improves unit tests for batches
grarco May 7, 2024
7b26560
Misc refactors, fixes typo
grarco May 7, 2024
9422864
Refactors buckets in write log with iterator chains
grarco May 7, 2024
525d044
Refactors validity booleans into a `ValidityFlags` struct
grarco May 7, 2024
0a40071
Implements a `get_tx_data` method on `Ctx`
grarco May 7, 2024
8ab0f38
Short-circuit atomic batches at the first failure
grarco May 7, 2024
0380f7c
Use a MASP crate that guarantees ValueSums.
murisi May 7, 2024
01510ea
Refactors masp events to avoid dynamic attributes
grarco May 8, 2024
db8fa36
Refactors `dispatch_tx` to return a result
grarco May 8, 2024
7531eed
Extend SignedAmount to hold MASP value balance.
murisi May 8, 2024
47123bc
deliberatly empty
tzemanovic May 9, 2024
e67308a
namada/vm: disable floats in wasm
tzemanovic May 9, 2024
7f3a04c
changelog: add #3209
tzemanovic May 9, 2024
7eb5a92
replay_protection: add lints
tzemanovic May 8, 2024
61a5661
events: add lints
tzemanovic May 8, 2024
6c1c993
events: use checked arith
tzemanovic May 8, 2024
6270249
crates: update for checked events gas
tzemanovic May 8, 2024
4ad1799
merkle_tree: add lints
tzemanovic May 8, 2024
20a449a
merkle_tree: fix lints warning
tzemanovic May 8, 2024
c95b5c4
gas: add lints
tzemanovic May 8, 2024
0e70ede
gas: fix lints warning
tzemanovic May 8, 2024
1b35096
tx: add lints
tzemanovic May 9, 2024
8f108b6
tx: fix lints warnings
tzemanovic May 9, 2024
34c0c13
vote_ext: add lints
tzemanovic May 9, 2024
8e06346
storage: add lints
tzemanovic May 9, 2024
a8e20f5
Package wasm artifacts with chain dist
sug0 May 7, 2024
5c01709
Stop copying wasm checksums twice to chain dist archive
sug0 May 7, 2024
6ad0237
Do not include base dir in chain dist archive
sug0 May 7, 2024
229502b
Only emit chain dist archive from `init-network`
sug0 May 7, 2024
611ae38
Skip nonexistent wasm artifacts in `init-network`
sug0 May 7, 2024
5d56cb7
Return path to release archive from `init-network`
sug0 May 7, 2024
11ae122
Fix `init-network` in integration tests
sug0 May 7, 2024
2a3cf72
Fix `join-network` in light of `init-network` changes
sug0 May 8, 2024
2cbba3e
Rework `fetch-wasms` command
sug0 May 8, 2024
010aeb9
Introduce helper fns to fetch wasm artifacts dir
sug0 May 8, 2024
7658ae2
Optionally add persistent peers to CometBFT
sug0 May 8, 2024
7697796
upgrade docker images base version to bookworm
0x4r45h Mar 29, 2024
e15a3cf
add changelog
0x4r45h Mar 30, 2024
f300212
added clone to transaction structs
bengtlofgren Mar 5, 2024
64a08ed
Changelog #2817
grarco Apr 29, 2024
d28a0e8
remove unused dependencies
brentstone May 9, 2024
7bf6772
Merge branch 'feat/upgrade-docker-images' (#2975)
brentstone May 9, 2024
afeef6d
Merge branch 'bengt/light-sdk-clone' (#2817)
brentstone May 9, 2024
70200db
Merge branch 'tomas/disable-wasm-floats' (#3209)
brentstone May 9, 2024
b10fac9
update eyre
brentstone May 9, 2024
da6e92c
update h2
brentstone May 9, 2024
af818ee
update libgit2-sys
brentstone May 9, 2024
d114dcc
update mio
brentstone May 9, 2024
04d8086
update rustls
brentstone May 9, 2024
e207d43
update shlex
brentstone May 9, 2024
6c6a7fa
deps: update tower-abci to v0.12
tzemanovic May 9, 2024
4a55777
changelog: add #3216
tzemanovic May 10, 2024
bcffea5
Remove fetch wasms CLI cmd
sug0 May 10, 2024
5a96cae
scripts/gen_localnet.py: Format code
sug0 May 8, 2024
004d1ba
scripts/gen_localnet.py: Move code to main function
sug0 May 8, 2024
4a43c4b
scripts/gen_localnet.py: Refactor to improve code quality
sug0 May 8, 2024
ff687dd
scripts/gen_localnet.py: Make script executable
sug0 May 8, 2024
33c8485
scripts/gen_localnet.py: Generalize `join-network`
sug0 May 9, 2024
824f9e4
scripts/gen_localnet.py: Copy pre-genesis wallet to validator dir
sug0 May 9, 2024
cff5ec3
scripts/gen_localnet.py: Move `init-network` to fn
sug0 May 9, 2024
ca275fc
scripts/gen_localnet.py: Use modified templates
sug0 May 9, 2024
31c0b34
scripts/gen_localnet.py: Add colored output
sug0 May 9, 2024
313d5a6
scripts/gen_localnet.py: Log which validator is joining network
sug0 May 9, 2024
39836d7
scripts/gen_localnet.py: Remove chain id from cmd str
sug0 May 9, 2024
0a2d646
scripts/gen_localnet.py: Support multiple validators
sug0 May 9, 2024
b93426e
scripts/gen_localnet.py: Organize CLI args
sug0 May 9, 2024
b8bd8f2
scripts/gen_localnet.py: Parse epoch duration
sug0 May 9, 2024
7659854
Emit CLI warning log msg on non 64-bit hardware
sug0 May 9, 2024
355785f
Changelog for #3215
sug0 May 10, 2024
fd58288
Remove unused global args in `init-network`
sug0 May 10, 2024
a61cbed
Changelog for #3196
sug0 May 9, 2024
7f4b6c1
Merge branch 'v0.35.1' into grarco/tx-batch
grarco May 10, 2024
192ff1e
Validate borsh deserialization of ProposalBytes
sug0 May 10, 2024
3f581ab
Avoid using hardcoded values when configuring CometBFT
sug0 May 10, 2024
d8f959c
Changelog for #3220
sug0 May 10, 2024
b2ca880
storage: fix lint warnings
tzemanovic May 9, 2024
0103ec0
controller: add lints
tzemanovic May 9, 2024
9bd7fac
controller: fix lint warnings
tzemanovic May 9, 2024
c0e4ae7
parameters: add lints
tzemanovic May 9, 2024
5134a6d
trans_token: add lints
tzemanovic May 9, 2024
e0e16b2
shielded_token: add lints
tzemanovic May 10, 2024
1487ad7
shielded_token: fix lint warnings
tzemanovic May 10, 2024
a4c1edf
account: add lints
tzemanovic May 10, 2024
a9783e4
account: fix lint warnings
tzemanovic May 10, 2024
f779c9d
governance: add lints
tzemanovic May 10, 2024
3092e93
Merge branch 'tiago/warn-on-non-64bit-arch' (#3215)
brentstone May 10, 2024
fedecea
Merge branch 'tiago/chain-init-cleanup' (#3196)
brentstone May 10, 2024
8605a18
replace dep `parse_duration` with `duration-str`
brentstone May 10, 2024
78edf75
Merge branch 'tomas/update-tower-abci' (#3216)
brentstone May 10, 2024
a713f55
[fix]: Add line wrapping to the cli commands
batconjurer May 13, 2024
0f4bbca
[chore]: changelog
batconjurer May 13, 2024
e4e630b
Address block rejections resulting from lower validator gas prices
sug0 May 13, 2024
9092fe1
Test `compute_min_gas_price`
sug0 May 13, 2024
c2b111a
Changelog for #3228
sug0 May 13, 2024
023c74a
Update crates/apps/src/lib/cli.rs
batconjurer May 13, 2024
6fccf89
bump to tendermint-rs 0.36
yito88 May 13, 2024
f8251b6
deps: update tower-abci to v0.13
tzemanovic May 13, 2024
ba8760a
changelog: add #3216
tzemanovic May 10, 2024
e550054
Merge branch 'tiago/fix-validator-gas-prices' (#3228)
brentstone May 13, 2024
35d9e85
upgrade ed25519-consensus
brentstone May 14, 2024
0eeb52b
de-duplicate itertools by upgrading itself and tonic-build
brentstone May 14, 2024
963eaae
use regex workspace
brentstone May 14, 2024
158d4b2
[fix]: Make the internals of ValueSum private so we know that invaria…
batconjurer May 8, 2024
3720555
[chore]: changelog
batconjurer May 8, 2024
f45a513
rebasing
batconjurer May 14, 2024
446354d
[chore]: Upgrade masp deps
batconjurer May 14, 2024
386b243
[fix]: Perform the cli help wrapping at comp time
batconjurer May 14, 2024
c6d20b0
Cleans up ferveo-related things
grarco May 14, 2024
25880ab
Changelog #3241
grarco May 14, 2024
cde6070
empty commit
brentstone May 14, 2024
ff19367
governance: fix lint warnings
tzemanovic May 10, 2024
c0938a0
proof_of_stake: add lints
tzemanovic May 10, 2024
7d9b4c5
proof_of_stake: fix lint warnings
tzemanovic May 10, 2024
9b344a5
token: add lints
tzemanovic May 10, 2024
3008e1a
token: fix lint warnings
tzemanovic May 10, 2024
2f7ed72
state: add lints
tzemanovic May 10, 2024
9ee3016
state: fix lint warnings
tzemanovic May 10, 2024
293b5ca
vm_env: add lints
tzemanovic May 10, 2024
8a31264
vm_env: fix lint warnings
tzemanovic May 10, 2024
c68d7c0
ibc: add lints
tzemanovic May 10, 2024
2a488d7
ibc: fix lint warnings
tzemanovic May 10, 2024
fb7e337
ethereum_bridge: add lints
tzemanovic May 13, 2024
9457d73
ethereum_bridge: fix lint warnings
tzemanovic May 13, 2024
1a6b619
tx_env: add lints
tzemanovic May 13, 2024
ee6f0c7
vp_env: add lints
tzemanovic May 13, 2024
2083ae4
vp_env: fix lint warnings
tzemanovic May 13, 2024
97cc412
namada: add lints
tzemanovic May 13, 2024
2563b46
namada: fix lint warnings
tzemanovic May 13, 2024
2d1fb65
apps: add lints
tzemanovic May 13, 2024
ffc35de
apps: fix lint warnings
tzemanovic May 13, 2024
12b2c2d
update lock files
tzemanovic May 14, 2024
dc88353
Merge branch 'bat/fix/value-sum-invariants' (#3195)
tzemanovic May 14, 2024
bccbef0
doc/gas: fix broken link
tzemanovic May 14, 2024
c05ca33
doc/sdk: fix bare urls
tzemanovic May 14, 2024
860132b
changelog: add #3214
tzemanovic May 13, 2024
3fe20e3
Merge branch 'tomas/more-checked-arith' (#3214)
tzemanovic May 14, 2024
253676e
fixup! Merge branch 'tomas/more-checked-arith' (#3214)
tzemanovic May 14, 2024
d65e355
ibc-rs 0.53
yito88 May 14, 2024
4770f5d
for clippy
yito88 May 14, 2024
d1ed590
add changelog
yito88 May 14, 2024
27d186c
sdk/tx: don't send reveal PK tx on txs with `--force`
tzemanovic May 14, 2024
c7ba64b
changelog: add #3245
tzemanovic May 14, 2024
46d2c75
Merge branch 'tiago/max-proposal-bytes-validation' (#3220)
tzemanovic May 14, 2024
4cafd2c
fixup! Merge branch 'tiago/max-proposal-bytes-validation' (#3220)
tzemanovic May 14, 2024
7e7d452
Merge branch 'bat/fix/issue-1796' (#3226)
brentstone May 15, 2024
db61290
use updated fork of tiny-hderive
brentstone May 14, 2024
94fd0ed
upgrade tracing-log
brentstone May 15, 2024
ab03231
[misc]: Upped the characters to 80 for line wrapping
batconjurer May 15, 2024
8c0b9e4
Updates wrapper tx constructor documentation
grarco May 15, 2024
14df790
update masp
yito88 May 15, 2024
00008b7
fixup! Merge branch 'bat/fix/issue-1796' (#3226)
brentstone May 15, 2024
e7a9f80
fix test
yito88 May 15, 2024
97a2d8d
Restores `batch_size` arg for `fetch`
grarco May 16, 2024
d460c09
Removes `unshield_section_hash` from `WrapperTx`. Updates the relativ…
grarco May 8, 2024
747e2f6
Removes fee unshielding cli and tx args
grarco May 8, 2024
01de2ab
Removes redundandt wrapper types
grarco May 9, 2024
8572a1e
Removes `descriptions_limit` protocol param
grarco May 9, 2024
cd834a3
Removes error/functions related to fee unshielding
grarco May 9, 2024
9b7351b
Renames `wrapper_fee_check`
grarco May 9, 2024
bd14c9d
Reworks sdk fee validation
grarco May 9, 2024
57d2cbe
Updates TODO comments
grarco May 9, 2024
8ab87d4
Recomputes wasm for tests modules
grarco May 9, 2024
732d3f2
Recomputes tx test fixture
grarco May 9, 2024
da6b779
Removes fee unshielding integration tests
grarco May 9, 2024
3fa05cd
Removes fee unshielding e2e test
grarco May 9, 2024
268adf0
Removes `wrapper_changed_keys` from `TxResult`
grarco May 13, 2024
6fe09f3
Assigns issues to TODOs
grarco May 15, 2024
c2e98ab
Changelog #3217
grarco May 9, 2024
c1f27ab
add lints for dbg and prints (except for in tests)
tzemanovic May 16, 2024
805f099
fix lint warnings
tzemanovic May 16, 2024
a1c534c
changelog: add #3257
tzemanovic May 16, 2024
88a3319
Remove unused WASM memory export
sug0 May 16, 2024
8362b9a
Changelog for #3258
sug0 May 16, 2024
112db3b
Merge branch 'grarco/ferveo-cleanup' (#3241)
brentstone May 16, 2024
9da7e5d
Merge branch 'tomas/lint-dbg-and-prints' (#3257)
brentstone May 16, 2024
a8c3d66
respond to comments
brentstone May 16, 2024
e93db4a
changelog: add #3218
brentstone May 16, 2024
d7d053a
Merge branch 'brent/cleanup-dependencies' (#3218)
tzemanovic May 17, 2024
6747f02
Merge branch 'tiago/dont-export-wasm-mem' (#3258)
tzemanovic May 17, 2024
b162f6e
Delete unused host slice code
sug0 May 17, 2024
75b71b5
Merge tag 'v0.35.1' into murisi+grarco/multi-tx-masp-vp-rebased2
murisi May 17, 2024
9087cac
check event attribute parsing result
yito88 May 17, 2024
fc68008
Updated the WASM binaries.
murisi May 17, 2024
70be851
Merge branch 'yuji/tendermint-0.36' (#3233)
tzemanovic May 20, 2024
d5dd8a3
Merge branch 'grarco/tx-batch' (#3103)
tzemanovic May 20, 2024
30bb889
fixup! Merge branch 'grarco/tx-batch' (#3103)
brentstone May 16, 2024
1dfa217
fixup! Merge branch 'grarco/tx-batch' (#3103)
grarco May 17, 2024
e0beaaa
Refactor wasm host references
sug0 May 17, 2024
56781ad
Merge branch 'grarco/masp-fees' (#3217)
tzemanovic May 20, 2024
b0321a5
fixup! Merge branch 'grarco/masp-fees' (#3217)
tzemanovic May 20, 2024
0367d18
Factored the accumulation code out of verify_sapling_balancing_value.
murisi May 20, 2024
7eb526d
apps_lib: add a new crate for apps lib crate
tzemanovic May 16, 2024
3695771
`mv crates/apps/src/lib crates/apps_lib/src`
tzemanovic May 16, 2024
439af18
`mv crates/apps_lib/src/lib/mod.rs crates/apps_lib/src/lib.rs`
tzemanovic May 16, 2024
27be402
`mv crates/apps/build.rs crates/apps_lib/`
tzemanovic May 16, 2024
5c72b01
symlink proto from `apps_lib`
tzemanovic May 16, 2024
1d61b35
git: ignore the new generated version.rs path
tzemanovic May 16, 2024
1d788cb
fix paths for split up namada_apps_lib
tzemanovic May 16, 2024
15f7da2
test/apps_lib: fix the top-level dir check
tzemanovic May 16, 2024
b132a3a
changelog: add #3259
tzemanovic May 17, 2024
f7b9729
Changelog for #3273
sug0 May 20, 2024
57dfe29
Created a structure for representing conversion leafs.
murisi May 20, 2024
852d366
Use try_fold to build the ChangedBalances object.
murisi May 20, 2024
15b8faf
node: add a new crate for node lib crate
tzemanovic May 16, 2024
a8ae5b0
`mv crates/apps_lib/src/node crates/node/src`
tzemanovic May 16, 2024
2867ae4
`mv crates/node/src/mod.rs crates/node/src/lib.rs`
tzemanovic May 16, 2024
9a0a87d
`mv crates/node/src/ledger/* crates/node/src/`
tzemanovic May 16, 2024
0cde0c2
`mv crates/node/src/tendermint_node.rs crates/apps_lib/src/`
tzemanovic May 17, 2024
17ba4ca
`mv crates/apps_lib/src/bench_utils.rs crates/node/src/`
tzemanovic May 17, 2024
d7ca694
`rm crates/node/src/lib.rs`
tzemanovic May 17, 2024
1a4de82
`mv crates/node/src/mod.rs crates/node/src/lib.rs`
tzemanovic May 17, 2024
4295161
post node split-up fixes
tzemanovic May 17, 2024
632ec06
Moved SignedAmount into core and removed use of unchecked arithmetic.
murisi May 20, 2024
96218d8
Enable governance to change MASP token map.
murisi May 10, 2024
97b6806
Merge branch 'feat/upgrade-docker-images' (#2975)
brentstone May 20, 2024
2f81e28
Merge branch 'bengt/light-sdk-clone' (#2817)
brentstone May 20, 2024
56f5525
Merge branch 'tomas/disable-wasm-floats' (#3209)
brentstone May 20, 2024
f6daec7
Merge branch 'tiago/warn-on-non-64bit-arch' (#3215)
brentstone May 20, 2024
db25640
Merge branch 'tiago/chain-init-cleanup' (#3196)
brentstone May 20, 2024
0c1cca4
Merge branch 'tomas/update-tower-abci' (#3216)
brentstone May 20, 2024
3c1b639
Merge branch 'tiago/fix-validator-gas-prices' (#3228)
brentstone May 20, 2024
594b1bc
Merge branch 'bat/fix/value-sum-invariants' (#3195)
brentstone May 20, 2024
b4c95c3
Merge branch 'tomas/more-checked-arith' (#3214)
brentstone May 20, 2024
4ec9ace
Merge branch 'tiago/max-proposal-bytes-validation' (#3220)
brentstone May 20, 2024
33fcc43
Merge branch 'bat/fix/issue-1796' (#3226)
brentstone May 20, 2024
257856a
Merge branch 'grarco/ferveo-cleanup' (#3241)
brentstone May 20, 2024
8cb095c
Merge branch 'tomas/lint-dbg-and-prints' (#3257)
brentstone May 20, 2024
2ee654c
Merge branch 'brent/cleanup-dependencies' (#3218)
brentstone May 20, 2024
bbaadc7
Merge branch 'tiago/dont-export-wasm-mem' (#3258)
brentstone May 20, 2024
c8628ef
Merge branch 'yuji/tendermint-0.36' (#3233)
brentstone May 20, 2024
c96d1bc
Merge branch 'grarco/tx-batch' (#3103)
brentstone May 20, 2024
5869a48
Merge branch 'grarco/masp-fees' (#3217)
brentstone May 21, 2024
708af2a
Merge branch 'murisi+grarco/multi-tx-masp-vp-rebased2' (#3264)
brentstone May 21, 2024
6e99b38
Merge branch 'tiago/host-ref-refactor' (#3273)
tzemanovic May 21, 2024
d91b142
Merge branch 'tomas/split-up-apps' (#3259)
tzemanovic May 21, 2024
f18adaa
changelog: add #3265
tzemanovic May 21, 2024
1314770
Merge branch 'tomas/split-up-node' (#3265)
tzemanovic May 21, 2024
88aa9bf
Merge branch 'tomas/no-reveal-on-force' (#3245)
tzemanovic May 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/2817-light-sdk-clone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Light SDK objects must be clone-able.
([\#2817](https://github.com/anoma/namada/pull/2817))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Harden the implementation of `BorshDeserialize` on `ProposalBytes`.
Moreover, avoid using magic numbers when configuring CometBFT.
([\#3220](https://github.com/anoma/namada/pull/3220))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Default to consensus minimum gas price for some token
when the node-local value set by a validator is lower.
([\#3228](https://github.com/anoma/namada/pull/3228))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/3245-no-reveal-on-force.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Do not submit a tx to reveal a PK when `--force` flag is used with a
transaction. ([\#3245](https://github.com/anoma/namada/pull/3245))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1356-tx-batch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Introduced transaction batches.
([\#1356](https://github.com/anoma/namada/pull/1356))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Upgrade docker base images to Debian 12 (Bookworm) ([#2975](https://github.com/anoma/namada/pull/2975)).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Make the internals of ValueSum (in the masp crate) private so we know that invariants of representation are maintained. ([\#3195](https://github.com/anoma/namada/pull/3195))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3196-chain-init-cleanup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Clean up init/join network CLI commands and the `gen_localnet.py` script.
([\#3196](https://github.com/anoma/namada/pull/3196))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Disallow use of floats in WASM.
([\#3209](https://github.com/anoma/namada/pull/3209))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3214-more-checked-arith.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Sanitized unchecked arithmetics and conversions in the codebase.
([\#3214](https://github.com/anoma/namada/pull/3214))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3217-masp-fees.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Removed fee unshielding from wrapper transactions.
([\#3217](https://github.com/anoma/namada/pull/3217))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Dependency cleanup: remove unused ones, upgrade those with
security vulnerabilities, reduce the number of transitive deps.
([\#3218](https://github.com/anoma/namada/pull/3218))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3225-tendermint-0.36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Bump tendermint-rs, tower-abci and ibc-rs
([\#3225](https://github.com/anoma/namada/issues/3225))
3 changes: 3 additions & 0 deletions .changelog/unreleased/improvements/3226-cli-line-wrapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Extends claps Arg and Command types with namada traits. These add configurable line wrapping and
hyphenation policies. Also sets help to always be on the next line, but this is easily changeable later.
([\#3226](https://github.com/anoma/namada/issues/3226))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3241-ferveo-cleanup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Removed the remaining references to ferveo.
([\#3241](https://github.com/anoma/namada/pull/3241))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3257-lint-dbg-and-print.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lint for left-over debug and print statements.
([\#3257](https://github.com/anoma/namada/pull/3257))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove unused WASM memory export.
([\#3258](https://github.com/anoma/namada/pull/3258))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3259-split-up-apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Separated the apps library code from binaries code into a new crate
`namada_apps_lib`. ([\#3259](https://github.com/anoma/namada/pull/3259))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Updated the masp vp to accept multiple transfers in a single transaction.
([\#3264](https://github.com/anoma/namada/pull/3264))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3265-split-up-node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Separated the node library code from other apps lib code into a new crate
`namada_node`. ([\#3265](https://github.com/anoma/namada/pull/3265))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3273-host-ref-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Refactor wasm host references code.
([\#3273](https://github.com/anoma/namada/pull/3273))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Emit CLI warning log msg on non 64-bit node hardware.
([\#3215](https://github.com/anoma/namada/pull/3215))
2 changes: 2 additions & 0 deletions .changelog/unreleased/miscellaneous/3216-update-tower-abci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update tower-abci to fix windows build.
([\#3216](https://github.com/anoma/namada/pull/3216))
2 changes: 1 addition & 1 deletion .github/workflows/scripts/hermes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.4-namada-beta9-rc2
1.8.2-namada-beta10-rc
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ target/
wasm/*.wasm

# app version string file
/crates/apps_lib/version.rs
# app version string file (previously at this path, left for transition)
/crates/apps/version.rs

# Hidden to stop from re-appearing. Moved to `tx/src/proto/generated/types.rs`.
Expand Down
Loading
Loading