Skip to content

Commit

Permalink
Namada 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond E. Pasco committed Aug 20, 2022
1 parent c1c9a3d commit d1a06a2
Show file tree
Hide file tree
Showing 31 changed files with 119 additions and 68 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions .changelog/v0.7.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Namada 0.7.1 is a patch release of the Namada software, continuing the
version numbering sequence previously used in the Anoma repository.
There are few important user-facing changes, but this is the first
tagged release in the Namada repository.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# CHANGELOG

## v0.7.1

Namada 0.7.1 is a patch release of the Namada software, continuing the
version numbering sequence previously used in the Anoma repository.
There are few important user-facing changes, but this is the first
tagged release in the Namada repository.

### CI

- New CI using Github Actions
([#222](https://github.com/anoma/namada/pull/222))

### DOCS

- Added OpenAPI spec ([#322](https://github.com/anoma/namada/pull/322))
- Applied various fixes and updates to the PoS system spec and integration spec
([#1070](https://github.com/anoma/anoma/pull/1070))
- Fixes libraries doc typos and correct comment on the clap crate
([#1143](https://github.com/anoma/anoma/pull/1143))

### FEATURES

- Added secp256k1 support ([#278](https://github.com/anoma/anoma/pull/278))

### IMPROVEMENTS

- Zeroize secret keys from memory
([#277](https://github.com/anoma/namada/pull/277))
- Better logging for end-to-end tests, and logs are
stored to disk in the test's temporary working directory
([#1202](https://github.com/anoma/anoma/pull/1202))
- Hidden the stdout of Tendermint process by default. To include
it in the node's output, run with `ANOMA_TM_STDOUT=true`
([#1239](https://github.com/anoma/anoma/pull/1239))

### MISCELLANEOUS

- Make some .gitignore patterns relative to repo root
([#1158](https://github.com/anoma/anoma/pull/1158))

### TESTING

- E2E: Consume unread output before checking exit status.
([#247](https://github.com/anoma/namada/pull/247))
- Switch back from a fork to a newly released version of expectrl
([#1142](https://github.com/anoma/anoma/pull/1142))

## v0.6.1

Anoma 0.6.1 is a patch release updating the Rust toolchain and various
Expand Down
18 changes: 9 additions & 9 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 apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "GPL-3.0"
name = "namada_apps"
readme = "../README.md"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion encoding_spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "GPL-3.0"
name = "namada_encoding_spec"
readme = "../README.md"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion macros/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_macros"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion proof_of_stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "GPL-3.0"
name = "namada_proof_of_stake"
readme = "../README.md"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion shared/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"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "GPL-3.0"
name = "namada_tests"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[features]
default = ["wasm-runtime"]
Expand Down
2 changes: 1 addition & 1 deletion tx_prelude/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_tx_prelude"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion vm_env/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_vm_env"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion vp_prelude/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_vp_prelude"
resolver = "2"
version = "0.7.0"
version = "0.7.1"

[features]
default = []
Expand Down
32 changes: 16 additions & 16 deletions wasm/checksums.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"tx_bond.wasm": "tx_bond.7cdd51f8b994d5116e6de12535afcb29df22519f4d3da7d507fe0367a2942a34.wasm",
"tx_from_intent.wasm": "tx_from_intent.6cdb481f546875239af11816d5cc1311306c8d5a325f1ad44921ec5eb2c5ab94.wasm",
"tx_ibc.wasm": "tx_ibc.4ae21c942a1c047949fb756b4f941149ad2d2f87af15afab78edd813a2e828ae.wasm",
"tx_init_account.wasm": "tx_init_account.a4a0bed00c70568a16a78cf8a802fcdc0ae29a062acec713ac39902d43ce6de8.wasm",
"tx_init_nft.wasm": "tx_init_nft.ea7f747f7f8532d53093bd4b54df1a45ab448b3b5202df390932a1e72e22ecbc.wasm",
"tx_init_proposal.wasm": "tx_init_proposal.34e1b8e27bfc0badbc13234520f8382d7caf697d35aa5a67faf62b3e8876523f.wasm",
"tx_init_validator.wasm": "tx_init_validator.123d7245003176581bf52f49da926113ff61774c937c390e2ed82583c79658fd.wasm",
"tx_mint_nft.wasm": "tx_mint_nft.8e9b3c5fdf814e2aea1858e30a14a9d226584b6ba3b32d7b6d535c790ebde93b.wasm",
"tx_transfer.wasm": "tx_transfer.3dcde1395e25c0399de2c6cb46cf8e2146a97c063a821ea555ddd086b7786419.wasm",
"tx_unbond.wasm": "tx_unbond.4a08ccb3c82d7bdbd6ca0d6b15ffe2086017e8779dfd15fd55d5cec241af02f7.wasm",
"tx_bond.wasm": "tx_bond.16097490afa7378c79e6216751b20796cde3a9026c34255c3f1e5ec5a4c9482e.wasm",
"tx_from_intent.wasm": "tx_from_intent.f8d1937b17a3abaf7ea595526c870b3d57ddef8e0c1bc96f8e0a448864b186c7.wasm",
"tx_ibc.wasm": "tx_ibc.378b10551c0b22c2c892d24e2676ee5160d654e2e53a50e7925e0f2c6321497b.wasm",
"tx_init_account.wasm": "tx_init_account.adab66c2b4d635e9c42133936aafb143363f91dddff2a60f94df504ffec951a6.wasm",
"tx_init_nft.wasm": "tx_init_nft.d1065ebd80ba6ea97f29bc2268becf9ba3ba2952641992464f3e9e868df17447.wasm",
"tx_init_proposal.wasm": "tx_init_proposal.184131576a579f9ece96460d1eb20e5970fcd149b0527c8e56b711e5c535aa5f.wasm",
"tx_init_validator.wasm": "tx_init_validator.2990747d24d467b56e19724c5d13df826a3aab83f7e1bf26558dbdf44e260f8a.wasm",
"tx_mint_nft.wasm": "tx_mint_nft.33db14dea4a03ff7508ca44f3ae956d83c0abceb3dae5be844668e54ac22b273.wasm",
"tx_transfer.wasm": "tx_transfer.a601d62296f56f6b4dabb0a2ad082478d195e667c7469f363bdfd5fe41349bd8.wasm",
"tx_unbond.wasm": "tx_unbond.014cbf5b0aa3ac592c0a6940dd502ec8569a3af4d12782e3a5931c15dc13042f.wasm",
"tx_update_vp.wasm": "tx_update_vp.83d4caeb5a9ca3009cd899810493a6b87b4c07fa9ed36f297db99dc881fb9a1c.wasm",
"tx_vote_proposal.wasm": "tx_vote_proposal.cffcfd2414084def136f09d84a0a904898758a93925e09694fc688f6d1c2c4ee.wasm",
"tx_withdraw.wasm": "tx_withdraw.4dc442c9369e1831105eece71f73446b44f5712702ddf338756002669cd3166b.wasm",
"vp_nft.wasm": "vp_nft.4e865442cf80b77b71301a7b34ae95dad54947a39b24b7e80ff7bb9f5d3830b9.wasm",
"vp_testnet_faucet.wasm": "vp_testnet_faucet.e4d276346dcf0d920f91a4e1f67a3a941e055b6ea290bbdf0256fdac6212891f.wasm",
"vp_token.wasm": "vp_token.0612d2f42697fdd431bb503f3746e7092f8851c0600b377ad07e311c4d22fbca.wasm",
"vp_user.wasm": "vp_user.1d97195ab464b9dac70815a436ab8f7990b50b52bd6ff5042949d5dd14ac9a62.wasm"
"tx_vote_proposal.wasm": "tx_vote_proposal.bcb5280be9dfeed0a7650ba5e4a3cebc2c19b76780fd74dcb345be3da766b64a.wasm",
"tx_withdraw.wasm": "tx_withdraw.8fc0a3439ee9ae66047c520519877bc1f540e0cb02abfa31afa8cce8cd069b6f.wasm",
"vp_nft.wasm": "vp_nft.2c820c728d241b82bf0ed3c552ee9e7c046bceaa4f7b6f12d3236a1a3d7c1589.wasm",
"vp_testnet_faucet.wasm": "vp_testnet_faucet.6e762f3fda8aa7a252e2b29a4a312db91ded062d6c18b8b489883733c89dc227.wasm",
"vp_token.wasm": "vp_token.c45cc3848f12fc47713702dc206d1312ad740a6bbee7f141556714f6f89d4985.wasm",
"vp_user.wasm": "vp_user.d6cd2f4b5bc26f96df6aa300fddf4d25e1656920d59896209bd54ae8d407ecde.wasm"
}
22 changes: 11 additions & 11 deletions wasm/tx_template/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 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.6.1"
version = "0.7.1"

[lib]
crate-type = ["cdylib"]
Expand Down
Loading

0 comments on commit d1a06a2

Please sign in to comment.