Skip to content

Commit

Permalink
Feature/ecdsa (#100)
Browse files Browse the repository at this point in the history
* update substrate (pallet-contracts) to support ecdsa host_func

* dump new version 0.3.6
  • Loading branch information
atenjin authored Nov 23, 2021
1 parent 2f77370 commit d0c6b63
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
12 changes: 7 additions & 5 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 bin/europa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa"
version = "0.3.5"
version = "0.3.6"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"
description = "A sandbox of Substrate runtime execution environment."
Expand Down
2 changes: 1 addition & 1 deletion bin/europa/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-cli"
version = "0.3.5"
version = "0.3.6"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-executor"
version = "0.3.5"
version = "0.3.6"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-rpc"
version = "0.3.5"
version = "0.3.6"
authors = ["Jupiter <https://github.com/patractlabs/jupiter>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-runtime"
version = "0.3.5"
version = "0.3.6"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down

0 comments on commit d0c6b63

Please sign in to comment.