Skip to content

Commit 1612bf1

Browse files
committed
Namada 0.21.1
1 parent 9296149 commit 1612bf1

25 files changed

+77
-62
lines changed
File renamed without changes.
File renamed without changes.

.changelog/v0.21.1/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.21.0 is a patch release addressing some minor changes to the PGF and IBC components.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## v0.21.1
4+
5+
Namada 0.21.0 is a patch release addressing some minor changes to the PGF and IBC components.
6+
7+
### BUG FIXES
8+
9+
- Introduce a new genesis section to control PGF storage at chain start.
10+
([\#1816](https://github.com/anoma/namada/pull/1816))
11+
12+
### FEATURES
13+
14+
- Support the memo field of IBC transfer
15+
([\#1635](https://github.com/anoma/namada/issues/1635))
16+
317
## v0.21.0
418

519
Namada 0.21.0 is a minor release introducing a first version of the PGF mechanism, addressing several

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
3232
license = "GPL-3.0"
3333
readme = "README.md"
3434
repository = "https://github.com/anoma/namada"
35-
version = "0.21.0"
35+
version = "0.21.1"
3636

3737
[workspace.dependencies]
3838
ark-bls12-381 = {version = "0.3"}

wasm/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/checksums.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"tx_bond.wasm": "tx_bond.d80494422e1080b6d74848ab9c59e5c2cbed9a36cc3f14b0880dfabb464b5a2f.wasm",
3-
"tx_bridge_pool.wasm": "tx_bridge_pool.3c356b9dd2e66c5a21a057e2a9475234888bd49f654f1f26572acc94d711ec2b.wasm",
4-
"tx_change_validator_commission.wasm": "tx_change_validator_commission.59b68fe14e5b8120a38b443e5ae8462824d2804b524bbaf19407891dfbf5e7f3.wasm",
5-
"tx_ibc.wasm": "tx_ibc.36a975c3bb8a40d10146e2464667a8bc6e7c241340a6c0469fb81f45eb71df86.wasm",
6-
"tx_init_account.wasm": "tx_init_account.70bdce651438949ba5b22bd15cfdad13a658d69e8297f84574208db4d5f6e2c8.wasm",
7-
"tx_init_proposal.wasm": "tx_init_proposal.85bbdfd529d58f38319e254ba495240c33ed249df74b75833b44ff46be9740a9.wasm",
8-
"tx_init_validator.wasm": "tx_init_validator.afdfc83ca51f3dd1a5899483e0b60157386f5d096e8c5ddf15544545a8966e0a.wasm",
9-
"tx_reveal_pk.wasm": "tx_reveal_pk.76b2d71a3e46f994cae02c56f03a63acfa629ef203ccd15e5bf2f1e56088a944.wasm",
10-
"tx_transfer.wasm": "tx_transfer.ca4bfa6d2ca698ad90f397fc24eb85d9ba97a06bfbe6575396019453acb0741e.wasm",
11-
"tx_unbond.wasm": "tx_unbond.6f46fcc02da5cc4cec6bb15051b31f0ae1395fa1d43deab106826c6dedb7a5f8.wasm",
12-
"tx_unjail_validator.wasm": "tx_unjail_validator.1b89353ee8974fb30ad7c0273dd388ba64bdd83048d8700f4f176c0e479cf168.wasm",
13-
"tx_update_account.wasm": "tx_update_account.3e570147734b0c5e5d432f8814ddfe202365f0639f3a014dde5cc07dfb266fc1.wasm",
14-
"tx_vote_proposal.wasm": "tx_vote_proposal.07178ab11ee7a9806c204f655038819849fd7012b6522326217391198c3a7ceb.wasm",
15-
"tx_withdraw.wasm": "tx_withdraw.6981abc141462a5b135e33fc225cf47cc29044b56b7e2d64296a83da02fa224a.wasm",
16-
"vp_implicit.wasm": "vp_implicit.20eef3316b1e2ca7e80f1ed5eb3a2b02df89c398fd47a4e2c039b609a53313b1.wasm",
17-
"vp_masp.wasm": "vp_masp.3fbb62ce883f122bb9a3db6764d4380c59bce461f37a21679ce8d0a3988fc4aa.wasm",
18-
"vp_testnet_faucet.wasm": "vp_testnet_faucet.49ef6568b0c9a1d6eaca149b1fe42cf65d6f02e7b6a3f541ee6ce00d7a7bf45b.wasm",
19-
"vp_user.wasm": "vp_user.56d6010f5fed4af9d6e3ac4e660998ff4ad5444c9efb6b3bdea7f106247cd348.wasm",
20-
"vp_validator.wasm": "vp_validator.595bfb11327c21f26c6648fcea590d801f10d0f6c82f9ef988f19141c1b4ea3d.wasm"
2+
"tx_bond.wasm": "tx_bond.8f5bafda7387762a6a7574b125dad6d160331fd7d305c307e8749f5e21b8a04d.wasm",
3+
"tx_bridge_pool.wasm": "tx_bridge_pool.a77799804f6eb9fdc75e60c69f03b8ed5891851f3671ffcb0933b88e64da749c.wasm",
4+
"tx_change_validator_commission.wasm": "tx_change_validator_commission.89dd3dd14c539e534f208e105c1fcfde709771ccc700bd1af0400fab19303e65.wasm",
5+
"tx_ibc.wasm": "tx_ibc.6939d8299eb3269e5e80404bd2c3b4265efd5a1820d629b538f3644d48b85a07.wasm",
6+
"tx_init_account.wasm": "tx_init_account.7b772c33c368932de49eec4e78835ad34d6b5c768adb3ba29044ed193a988066.wasm",
7+
"tx_init_proposal.wasm": "tx_init_proposal.48bceb8ec3a3956b89c03598300b0bfd00f311296aa8fb9e779f27bccbb38ab4.wasm",
8+
"tx_init_validator.wasm": "tx_init_validator.dece65164bcde3c2f6bae0663c311ea86d6a735472e80bdff91f12925f476ad1.wasm",
9+
"tx_reveal_pk.wasm": "tx_reveal_pk.b681948258c9f3c7a0b023ba608f624250b793a3e4a6d2aed8abd60c23f0ce62.wasm",
10+
"tx_transfer.wasm": "tx_transfer.856ce5a52f8b611300d91a612eeb2302ccfe0a3abfacf08aac88bddfa2cb8794.wasm",
11+
"tx_unbond.wasm": "tx_unbond.667849572b95e244ef6562408017129ab75b29ef9eefe5d374b9fc332f9296ad.wasm",
12+
"tx_unjail_validator.wasm": "tx_unjail_validator.c8e74152789fd6f3754594a570dbb5301792a308b5c7b3018d2b794c655b1d1d.wasm",
13+
"tx_update_account.wasm": "tx_update_account.278c342e43d7822d5fe65c8131ed4f5f98028c62079b8a58be6a45ec2c327475.wasm",
14+
"tx_vote_proposal.wasm": "tx_vote_proposal.8f330c597fa82dc019754585c1fba07a6a0873a41733d2eed050966c2a3419c9.wasm",
15+
"tx_withdraw.wasm": "tx_withdraw.d09c0327a5a9424e3c7b8b6418ec51b60e3a44337b43e865ad80d24de86341c3.wasm",
16+
"vp_implicit.wasm": "vp_implicit.2ddb2d6105a96a8316b902bec19b3c4b31de6d54c36696d7e45629d8be90acfe.wasm",
17+
"vp_masp.wasm": "vp_masp.2f22a5aef39a4afa1f8348aed394082bb02dc257cc722092ecd2175600ca6466.wasm",
18+
"vp_testnet_faucet.wasm": "vp_testnet_faucet.b7f09edf070f6cf8d25d6ec2b72784d05d2385ac87064008c002bbe93a3da556.wasm",
19+
"vp_user.wasm": "vp_user.4b7f2818c48f28d7285b61b10c1d3215ac52f95e77bf6e3ac3ef38e80151e84d.wasm",
20+
"vp_validator.wasm": "vp_validator.21b9c59bc007205ff4a05c00d65bf96b9a1b4f7cd5f1d44aa6a5b38289dbdcb1.wasm"
2121
}

wasm/tx_template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "GPL-3.0"
55
name = "tx_template"
66
resolver = "2"
7-
version = "0.21.0"
7+
version = "0.21.1"
88

99
[lib]
1010
crate-type = ["cdylib"]

wasm/vp_template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "GPL-3.0"
55
name = "vp_template"
66
resolver = "2"
7-
version = "0.21.0"
7+
version = "0.21.1"
88

99
[lib]
1010
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)