Skip to content

Commit

Permalink
dump europa for v0.2.0: Modify at FRAME Contracts pallet level to pro…
Browse files Browse the repository at this point in the history
…vide more information (#60)

In v0.2, the primary target is to modify Pallet Contracts in runtime to provide more detailed debugging information, including contract execution process information (in Pallet Contracts layer) and WASM execution information (in WASMI execution layer).
  • Loading branch information
atenjin authored Apr 20, 2021
1 parent 9e34fa6 commit 325b2cb
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

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

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

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

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

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 = "ec-rpc"
version = "0.1.0"
version = "0.2.0"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

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

Expand Down

0 comments on commit 325b2cb

Please sign in to comment.