Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

build: Release v0.2.0-beta.4 #407

Merged
merged 2 commits into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGELOG/CHANGELOG-0.2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# [](https://github.com/nervosnetwork/muta/compare/v0.2.0-beta.2...v) (2020-08-07)
# [](https://github.com/nervosnetwork/muta/compare/v0.2.0-beta.3...v) (2020-08-10)


### Bug Fixes

* load hrp before deserializing genesis payload to take hrp effect ([#405](https://github.com/nervosnetwork/muta/issues/405)) ([828e6d5](https://github.com/nervosnetwork/muta/commit/828e6d539cf4da9cf042c450418e75a944315014))

* service field of event is not binded to ctx.service ([#405](https://github.com/nervosnetwork/muta/issues/408)) ([120f1ee](https://github.com/nervosnetwork/muta/commit/120f1ee125593d7def075460f34fc3dcd5a8fe83))

### Features

* **api:** Support enabled TLS ([#402](https://github.com/nervosnetwork/muta/issues/402)) ([c2908a3](https://github.com/nervosnetwork/muta/commit/c2908a3ba6a5ab1219ddc9b14ff6d7320cf70228))


### Performance Improvements

* **state:** add state cache for trieDB ([#404](https://github.com/nervosnetwork/muta/issues/404)) ([2a08c14](https://github.com/nervosnetwork/muta/commit/2a08c147571707507b72882788fd51f7a799f3ec))



# [0.2.0-beta.3](https://github.com/nervosnetwork/muta/compare/v0.2.0-beta.2...v0.2.0-beta.3) (2020-08-07)


### Bug Fixes
Expand Down Expand Up @@ -112,3 +132,4 @@ Block proposer is address instead public key
Block proposer is address instead public key

* fix: compilation failed

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muta"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion binding-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binding-macro"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asset"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metadata"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/multi-signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-signature"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion built-in-services/util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "util"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-channel"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/config-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-config-parser"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-crypto"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-logger"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/merkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-merkle"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion common/pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common-pubsub"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-api"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-consensus"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/mempool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-mempool"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-network"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion core/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-storage"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion devtools/keypair/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muta-keypair"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
include = ["Cargo.toml", "src/*"]
Expand Down
2 changes: 1 addition & 1 deletion framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framework"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "muta-protocol"
version = "0.2.0-beta3"
version = "0.2.0-beta.4"
authors = ["Muta Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/nervosnetwork/muta"
Expand Down