Skip to content

Commit

Permalink
Namada 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
juped committed Jun 28, 2023
1 parent 18f03df commit fdeaf23
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 61 deletions.
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.
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
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.17.4"
version = "0.17.5"

[workspace.dependencies]
ark-bls12-381 = {version = "0.3"}
Expand Down
51 changes: 37 additions & 14 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions wasm/checksums.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"tx_bond.wasm": "tx_bond.9b8df8657be80f070485e15199dcbf6b920c5b8929c95846788a7277322ac0b8.wasm",
"tx_change_validator_commission.wasm": "tx_change_validator_commission.cab8564fb682e6acf8e2d9140e9b8dac2872b6525ccece45e24b274070819833.wasm",
"tx_ibc.wasm": "tx_ibc.1f9962f14fc04e44e2459795216579b985c66b547f40df6e1d0d6117a04ce058.wasm",
"tx_init_account.wasm": "tx_init_account.a5082699b37e9704302af3ff5e6f67d5f02ee97d4369c98309d6e616bd57b779.wasm",
"tx_init_proposal.wasm": "tx_init_proposal.b997fb0a7a5369437cb5a37b74684ddc4eff5c451566f3d0538a717964481302.wasm",
"tx_init_validator.wasm": "tx_init_validator.c6470ec72d09a0841f818e356081e9231613b9375a677ad34431f31246ec725f.wasm",
"tx_reveal_pk.wasm": "tx_reveal_pk.ffdc2241c8fac28e52d33961b4c6813dfec1ae9ffafdd0b7d8f307c3093dfeb8.wasm",
"tx_transfer.wasm": "tx_transfer.b9356405dd27fe0405f32e0bc86d3aee3d228fbcbe7108f9b71128d52fbd67ea.wasm",
"tx_unbond.wasm": "tx_unbond.45aee4615d36c6553e613dfdca756ae2856993b24c8f46a2fe274db2ae1da07f.wasm",
"tx_unjail_validator.wasm": "tx_unjail_validator.df38aab0c05fe42b8036dc72c9b9fa4563116f62030b66f5080918c2994f723a.wasm",
"tx_update_vp.wasm": "tx_update_vp.54981ff2f04596ddcc69894f75f51c0ecd3b000c74d35ec91f8899a1dc2dbb72.wasm",
"tx_vote_proposal.wasm": "tx_vote_proposal.ab17eedfa0ee7db45300732d1d31cb4db81322a69824f936a07739f2c43115e2.wasm",
"tx_withdraw.wasm": "tx_withdraw.47bb8bef9719b4367d6dfbcf64e07af9bb97df752b249afd67b248dbff65c152.wasm",
"vp_implicit.wasm": "vp_implicit.70e268b7367c9d1b1c6adc4ed216989eedee257cbdf4e8dc931a4430126f3ef3.wasm",
"vp_masp.wasm": "vp_masp.f80362039d989503d4d2eccf070a8cb3feec775c804567b78b0619cf173f1b5f.wasm",
"vp_testnet_faucet.wasm": "vp_testnet_faucet.45f611a0bb2b437246c612710c88e1cf79fc2e8520078e410bd08b139d62514f.wasm",
"vp_token.wasm": "vp_token.d9f64fd1d645ee50200bad803fe288a43123eda601894f69eead6dfa4703c915.wasm",
"vp_user.wasm": "vp_user.8f293808d127ffbb14619ff28775a902d87d672bfd6fb49a59b55acfc43beaa8.wasm",
"vp_validator.wasm": "vp_validator.348d5b9a088781d0dc4c02e3541add718f2fa2fd6e221b47c8130cd50ec68637.wasm"
"tx_bond.wasm": "tx_bond.b4916d2177dd1f9ca69e5cc99b5703adaf69be109694d2a333c6ac37ab12edd9.wasm",
"tx_change_validator_commission.wasm": "tx_change_validator_commission.469463cd762b36ee1c63a734d8e4b4091964eb97b1414f7d6e0cd6a374e97b69.wasm",
"tx_ibc.wasm": "tx_ibc.8db1e3c43e75ab4175cf1cbee07b18f8bf17da7bcd5da050e581f96cec5f3a78.wasm",
"tx_init_account.wasm": "tx_init_account.15093b244594a80d9901474a4e8c5524983ef57fbd0dc54bc939a30e7946c2fb.wasm",
"tx_init_proposal.wasm": "tx_init_proposal.fb71c72d31b747e1057b66bb21535a9b1d855b00a02c88edd0f85bdab827375e.wasm",
"tx_init_validator.wasm": "tx_init_validator.bfb5935d535f7a5b73cf56041cef4c9c84ead3604412915250844695f96f48dc.wasm",
"tx_reveal_pk.wasm": "tx_reveal_pk.c5a7f7ceeb2ef53584d009c0b6872c1b904e66cdba1f0489ba9f68cc6a66eaee.wasm",
"tx_transfer.wasm": "tx_transfer.e36b981d1cd2a341d5a246a33c5bc6a6105d1e5d1f515c4e3b7ead2d5c7165bf.wasm",
"tx_unbond.wasm": "tx_unbond.a0e7026d046587cdf83e3cb7a031a6f761e6d84ec21edfabec3e90ae60394cc9.wasm",
"tx_unjail_validator.wasm": "tx_unjail_validator.d9e31886b86c1f14d877bb070b0210b75cf936ddb99276ac48eb09b041b2eba6.wasm",
"tx_update_vp.wasm": "tx_update_vp.1859826f598d1e19c07df13e2501c69da6657d3168a43e5c86a3a7087a0d4d34.wasm",
"tx_vote_proposal.wasm": "tx_vote_proposal.d557b3e44a3a523d00d0b70df6de9974d7904bfeb1d3844c1a8b45a159b9404f.wasm",
"tx_withdraw.wasm": "tx_withdraw.de2968f1246eaefe2ea4a07ac01bf6691c88a8e2c63b13b7e8bfa7ed819dd297.wasm",
"vp_implicit.wasm": "vp_implicit.c9a519b03fee9074add41dd77637648116f779800dc8d54792774b62873ca9e4.wasm",
"vp_masp.wasm": "vp_masp.e01e9d15c877d8c47ef96520399c74dce80e840906337d048e628f544a092963.wasm",
"vp_testnet_faucet.wasm": "vp_testnet_faucet.808fd709893c89fb112ffacf2fcffee8b387f59f3c0b4ac1710188d251608262.wasm",
"vp_token.wasm": "vp_token.51b63b1af3d3667cd337f32adfb6e811b707eb37cbfbb94dc0647e526f3a3123.wasm",
"vp_user.wasm": "vp_user.f24d32d8e14a168eedf1394aee7cdf9d5ebc928f030ee841fd9d4da80ef8b223.wasm",
"vp_validator.wasm": "vp_validator.e179dc2e2465a4b4ff2005b0a3dc400e988572574779d885b243460624097049.wasm"
}
2 changes: 1 addition & 1 deletion wasm/tx_template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "GPL-3.0"
name = "tx_template"
resolver = "2"
version = "0.17.4"
version = "0.17.5"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion wasm/vp_template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "GPL-3.0"
name = "vp_template"
resolver = "2"
version = "0.17.4"
version = "0.17.5"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion wasm/wasm_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "GPL-3.0"
name = "namada_wasm"
resolver = "2"
version = "0.17.4"
version = "0.17.5"

[lib]
crate-type = ["cdylib"]
Expand Down
Binary file modified wasm_for_tests/tx_memory_limit.wasm
Binary file not shown.
Binary file modified wasm_for_tests/tx_mint_tokens.wasm
Binary file not shown.
Binary file modified wasm_for_tests/tx_no_op.wasm
Binary file not shown.
Binary file modified wasm_for_tests/tx_proposal_code.wasm
Binary file not shown.
Binary file modified wasm_for_tests/tx_read_storage_key.wasm
Binary file not shown.
Binary file modified wasm_for_tests/tx_write.wasm
Binary file not shown.
Binary file modified wasm_for_tests/vp_always_false.wasm
Binary file not shown.
Binary file modified wasm_for_tests/vp_always_true.wasm
Binary file not shown.
Binary file modified wasm_for_tests/vp_eval.wasm
Binary file not shown.
Binary file modified wasm_for_tests/vp_memory_limit.wasm
Binary file not shown.
Binary file modified wasm_for_tests/vp_read_storage_key.wasm
Binary file not shown.
Loading

0 comments on commit fdeaf23

Please sign in to comment.