Skip to content

Commit

Permalink
Merge pull request #374 from sora-xor/trustless-evm-bridge
Browse files Browse the repository at this point in the history
Merge trustless-evm-bridge to develop
  • Loading branch information
vovac12 committed Apr 7, 2023
2 parents 122da7f + 9ab31a5 commit 3cf266c
Show file tree
Hide file tree
Showing 572 changed files with 47,632 additions and 141,632 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Expand Up @@ -10,3 +10,6 @@ debug = false

[unstable]
weak-dep-features = true

[env]
PARACHAIN_METADATA_BRANCH = "polkadot-v0.9.38" # 'develop' branch after merge
2 changes: 1 addition & 1 deletion .dockerignore
Expand Up @@ -13,4 +13,4 @@ housekeeping
*.sh
LICENSE
rustfmt.toml
db*
db*
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -24,4 +24,4 @@ db-stg-chain*
# Generated by run_script.sh
db?

.vscode/launch.json
.vscode/launch.json
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -9,6 +9,7 @@
"rust-analyzer.diagnostics.experimental.enable": false,
"rust-analyzer.cargo.features": [
"private-net",
"runtime-benchmarks"
"runtime-benchmarks",
"try-runtime",
]
}
1 change: 1 addition & 0 deletions BRIDGE.md
Expand Up @@ -31,6 +31,7 @@ Example genesis
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"grayGlacierBlock": 0,
"berlinBlock": 0,
"londonBlock": 0,
"ethash": {}
Expand Down

0 comments on commit 3cf266c

Please sign in to comment.