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

DO NOT MERGE #237

Closed
wants to merge 21 commits into from
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
d00c05c
chore: fix some typos in comment (#1562)
goodfirm Dec 20, 2024
49f89b7
build(deps): bump serde_json from 1.0.128 to 1.0.133 (#1554)
dependabot[bot] Dec 20, 2024
828ad5a
build(deps): bump prettyplease from 0.2.24 to 0.2.25 (#1557)
dependabot[bot] Dec 20, 2024
6d26c3e
build(deps): bump serde from 1.0.210 to 1.0.216 (#1556)
dependabot[bot] Dec 20, 2024
83b3783
build(deps): bump scale-info from 2.11.3 to 2.11.6 (#1555)
dependabot[bot] Dec 20, 2024
7881127
build(deps): bump jsonrpsee from 0.24.4 to 0.24.7 (#1553)
dependabot[bot] Dec 20, 2024
347155a
build(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 …
dependabot[bot] Dec 20, 2024
ac6b6d0
Add backend method first_block_hash (#1561)
TarekkMA Dec 20, 2024
ba663fe
Add RemovedPrecompilesAt util for filtering removed precompiles (#1551)
pLabarta Dec 23, 2024
d59b39b
Fix multiple typos (#1576)
crStiv Dec 23, 2024
13902d1
chore: fix 404 status URL (#1579)
linchizhen Dec 23, 2024
11f8340
add MockSignature and MockSigner to precompile test utils (#1567)
pLabarta Dec 23, 2024
105bc38
feat: Make fc-rpc dependencies on aura crates optional (#1580)
conr2d Dec 27, 2024
04e2f66
Fix: propagate OOG from PoV (#1565)
pLabarta Jan 13, 2025
6c84eaa
build(deps): bump tokio from 1.40.0 to 1.43.0 (#1587)
dependabot[bot] Jan 13, 2025
817a938
build(deps): bump async-trait from 0.1.82 to 0.1.85 (#1586)
dependabot[bot] Jan 13, 2025
30b0fad
build(deps): bump impl-trait-for-tuples from 0.2.2 to 0.2.3 (#1570)
dependabot[bot] Jan 13, 2025
802b196
build(deps): bump tempfile from 3.10.1 to 3.14.0 (#1569)
dependabot[bot] Jan 13, 2025
931a708
Fine-grained `Pending` state (#1575)
NingLin-P Jan 15, 2025
dfa2bd6
CI test
RomarQ Jan 16, 2025
0860899
test
RomarQ Jan 16, 2025
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/[email protected].6
uses: mozilla-actions/[email protected].7

- 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/[email protected].6
uses: mozilla-actions/[email protected].7

- 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/[email protected].6
uses: mozilla-actions/[email protected].7

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