Skip to content

Commit

Permalink
v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Oct 27, 2022
1 parent a42263e commit 527c696
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Docker images are published for every tagged release. Learn more with `moonbeam

```bash
# Join the public testnet
docker run --network="host" purestake/moonbeam:v0.27.0 --chain alphanet
docker run --network="host" purestake/moonbeam:v0.27.1 --chain alphanet
```

You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/full-node/)
Expand All @@ -27,7 +27,7 @@ service.

```bash
# Run a dev service node
docker run --network="host" purestake/moonbeam:v0.27.0 --dev
docker run --network="host" purestake/moonbeam:v0.27.1 --dev
```

For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/getting-started/local-node/setting-up-a-node/)
Expand All @@ -38,10 +38,10 @@ The command above will start the node in instant seal mode. It creates a block w

```bash
# Author a block every 6 seconds.
docker run --network="host" purestake/moonbeam:v0.27.0 --dev --sealing 6000
docker run --network="host" purestake/moonbeam:v0.27.1 --dev --sealing 6000

# Manually control the block authorship and finality
docker run --network="host" purestake/moonbeam:v0.27.0 --dev --sealing manual
docker run --network="host" purestake/moonbeam:v0.27.1 --dev --sealing manual
```

### Prefunded Development Addresses
Expand Down
2 changes: 1 addition & 1 deletion node/cli-opt/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = [ "PureStake" ]
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.27.0"
version = "0.27.1"

[dependencies]
bip32 = { git = "https://github.com/purestake/crates", branch = "bip32-v0.4.0-fix", default-features = false, features = [ "bip39" ] }
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "moonbeam-cli"
authors = [ "PureStake" ]
edition = "2021"
version = "0.27.0"
version = "0.27.1"
[dependencies]
clap = { version = "3.1", features = [ "derive" ] }
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = [ "PureStake" ]
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.27.0"
version = "0.27.1"

[dependencies]
ansi_term = "0.12.1"
Expand Down

0 comments on commit 527c696

Please sign in to comment.