Skip to content

Commit

Permalink
release v0.3.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov authored Jun 26, 2024
1 parent 0488dee commit abf8fd1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project is an **experimental** add-on to Polkadot SDK's [pallet-contracts](
## Quickstart

Install accustomed cargo-contract tool:
Install customized `cargo-contract` tool:

<details>
<summary>
Expand All @@ -29,7 +29,7 @@ For this reason, to work with our *ink!* contracts on this chain, we use a fork


``` bash
cargo install --git https://github.com/agryaznov/cargo-contract --branch 4.1.1-ethink --force
cargo install --git https://github.com/agryaznov/cargo-contract --tag 4.1.1+ethink --force
```


Expand Down Expand Up @@ -78,7 +78,7 @@ _ethink!_ comes with e2e integration tests, grouped into test suites:
Use this command to run the integration tests (at the project root):

```bash
cargo test --test *
cargo test --test "*"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion client/rpc-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethink-rpc-core"
version = "0.2.0"
version = "0.3.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
description = "RPC traits of Ethereum. This is a simplified fork of fc-rpc-core."
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion client/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethink-rpc"
version = "0.2.0"
version = "0.3.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
description = "Ethereum RPC compatibility layer for pallet-contracts. This crate is derived from fc-rpc."
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion frame/ethink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-ethink"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
description = "Ethereum RPC compatibility aid for pallet-contracts. This crate is derived from pallet-ethereum."
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion primitives/eth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ep-eth"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
description = "Ethereum primitives for ethink!"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion primitives/mapping/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ep-mapping"
description = "ETH<>Polkadot SDK data types conversions."
version = "0.2.0"
version = "0.3.0"
edition.workspace = true

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion template/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethink-node"
version = "0.2.0"
version = "0.3.0"
description = "ethink! node (based on substrate-node-template)."
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit abf8fd1

Please sign in to comment.