Skip to content

Commit

Permalink
NODE-86, deps: patch rust-evm (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 authored Jan 12, 2024
1 parent e646957 commit c0e82fe
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parity-scale-codec = { version = "3.2.2", default-features = false, features = [
scale-info = { version = "2.0", default-features = false, features = [
"derive",
] }
evm = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }
evm = { git = "https://github.com/bifrost-platform/evm", default-features = false, branch = "bifrost-polkadot-v0.9.43" }
environmental = { version = "1.1.2", default-features = false }
clap = { version = "4.0.9", features = ["derive"] }
hex = { version = "0.4.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion runtime/dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// The version of the authorship interface.
authoring_version: 1,
// The version of the runtime spec.
spec_version: 305,
spec_version: 306,
// The version of the implementation of the spec.
impl_version: 1,
// A list of supported runtime APIs along with their versions.
Expand Down
2 changes: 1 addition & 1 deletion runtime/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// The version of the authorship interface.
authoring_version: 1,
// The version of the runtime spec.
spec_version: 2018,
spec_version: 2019,
// The version of the implementation of the spec.
impl_version: 1,
// A list of supported runtime APIs along with their versions.
Expand Down
2 changes: 1 addition & 1 deletion runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// The version of the authorship interface.
authoring_version: 1,
// The version of the runtime spec.
spec_version: 461,
spec_version: 462,
// The version of the implementation of the spec.
impl_version: 1,
// A list of supported runtime APIs along with their versions.
Expand Down

0 comments on commit c0e82fe

Please sign in to comment.