Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync for uplift v1.13.0 #91

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0c63310
deps: update substrate to polkadot-v1.12.0 (#1437)
koushiro May 27, 2024
a2d4d62
build(deps): bump parking_lot from 0.12.2 to 0.12.3 (#1441)
dependabot[bot] May 27, 2024
c9e3856
build(deps): bump serde from 1.0.200 to 1.0.203 (#1440)
dependabot[bot] May 27, 2024
f0599e4
build(deps): bump proc-macro2 from 1.0.83 to 1.0.84 (#1442)
dependabot[bot] May 28, 2024
5f13853
feat: add rpc v2 types and api (#1427)
koushiro May 28, 2024
8946fc7
build(deps): bump const-hex from 1.11.3 to 1.12.0 (#1444)
dependabot[bot] May 29, 2024
14ee3d6
removed unused `pallet_evm::runner_execute` benchmark (#1445)
asiniscalchi May 31, 2024
6f3f713
build(deps): bump derive_more from 0.99.17 to 0.99.18 (#1455)
dependabot[bot] Jun 20, 2024
af5b30d
build(deps): bump clap from 4.5.4 to 4.5.7 (#1451)
dependabot[bot] Jun 20, 2024
8a13d8b
build(deps): bump braces from 3.0.2 to 3.0.3 in /ts-tests (#1454)
dependabot[bot] Jun 20, 2024
69bf5f3
build(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 …
dependabot[bot] Jun 20, 2024
d200959
build(deps): bump tokio from 1.37.0 to 1.38.0 (#1446)
dependabot[bot] Jun 20, 2024
42b4490
`impl From<AccountId20> for Location` (#1472)
ozgunozerk Jul 26, 2024
3385a8b
basefee pallet inline docs for pallet description (#1476)
ozgunozerk Jul 26, 2024
8006b5f
build(deps): bump clap from 4.5.7 to 4.5.11 (#1478)
dependabot[bot] Jul 26, 2024
e257001
build(deps): bump openssl from 0.10.60 to 0.10.66 (#1474)
dependabot[bot] Jul 26, 2024
500ba23
build(deps): bump trybuild from 1.0.96 to 1.0.97 (#1468)
dependabot[bot] Jul 26, 2024
f57bd81
build(deps): bump proc-macro2 from 1.0.84 to 1.0.86 (#1459)
dependabot[bot] Jul 26, 2024
0488006
build(deps): bump serde_json from 1.0.117 to 1.0.120 (#1465)
dependabot[bot] Jul 26, 2024
cacdfd7
Add RPC api `pending_initialize_block` (#1253)
librelois Aug 1, 2024
2e219e1
update polkadot-sdk deps to stable2407 (#1484)
gonzamontiel Aug 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-cargo-
- name: Run sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Install Rust toolchain
run: make setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Run sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Install Rust toolchain
run: make setup
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Run sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Install Rust toolchain
run: make setup
Expand Down
Loading
Loading