Skip to content

Commit

Permalink
prepare 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Dec 3, 2024
1 parent 0357fd4 commit b21c850
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@

### [v0.2.1 - v0.2.2]
- Remove dependency on `cURL`. We use reqwest now.
- Concurrent downloads for `pjs` and `polkadot` exe.
- Concurrent downloads for `pjs` and `polkadot` exe.

### [v0.2.2 - v0.2.3]
- No functional changes. Update to include newer binary in crates.io
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "local-polkadot"
description = "A simple CLI tool to run a local Polkadot RPC Node and explorer"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "GPL-3.0"
authors = ["Abhishek Shah <[email protected]>"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Would remove the `$HOME/.local-polkadot` folder, recreate it, and redownload the

You can also use local polkadot as `local-polkadot --tmp` to remove `$HOME/.local-polkadot` after you're done.

If you're already running an explorer, you might want to pass in `--skip-pjs` or `--skip-polkadotjs` which makes sure to only run the polkadot node and not the explorer

## More about local-polkadot

This tool does nothing new that couldn't be done manually. I created this for myself as I found myself doing the steps manually many times.
Expand Down

0 comments on commit b21c850

Please sign in to comment.