Skip to content

Commit

Permalink
support evm debug and trace
Browse files Browse the repository at this point in the history
  • Loading branch information
helin6 committed Feb 5, 2024
1 parent 9fd5782 commit d78d3db
Show file tree
Hide file tree
Showing 77 changed files with 7,893 additions and 1,782 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ updates:
interval: "daily"
- package-ecosystem: cargo
directory: "/"
# Handle updates for crates from github.com/paritytech/substrate manually.
ignore:
- dependency-name: "sc-*"
- dependency-name: "sp-*"
Expand Down
4 changes: 2 additions & 2 deletions .maintain/release-polkadot-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if [[ $# -eq 1 && "${1}" == "--help" ]]; then
echo " ${0} [<from>] <to>, like master or polkadot-v0.9.27"
elif [[ $# -ne 2 ]]; then
to_branch=${1}
rg "https://github.com/paritytech/substrate" -t toml -T lock -l | xargs sed -i "s/master/$to_branch/g"
rg "https://github.com/boolnetwork/polkadot-sdk.git" -t toml -T lock -l | xargs sed -i "s/master/$to_branch/g"
else
from_branch=${1}
to_branch=${2}
rg "https://github.com/paritytech/substrate" -t toml -T lock -l | xargs sed -i "s/$from_branch/$to_branch/g"
rg "https://github.com/boolnetwork/polkadot-sdk.git" -t toml -T lock -l | xargs sed -i "s/$from_branch/$to_branch/g"
fi
Loading

0 comments on commit d78d3db

Please sign in to comment.