Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
87490ba
Support external account provider (#1329)
dmitrylavrenov Sep 11, 2024
77d6804
bump cargo and npm deps
l0r1s May 15, 2025
a92bcfc
Fix wrong indent in template runtime (#1525)
conr2d Oct 21, 2024
4375498
cargo fmt
l0r1s May 15, 2025
c4df0ad
bump cargo + gh workflow deps
l0r1s May 15, 2025
c60760c
Add TestDefaultConfig to pallet-evm & pallet-ethereum (#1524)
conr2d Oct 22, 2024
c3285f6
Gas-based Storage limit per tx (#1142)
ahmadkaouk Dec 11, 2024
8796f59
refactor evm recursion lock (#1548)
pLabarta Dec 12, 2024
377f0a4
bump cargo deps
l0r1s May 16, 2025
20fe837
bump npm deps
l0r1s May 16, 2025
f7cc4de
Ignore user provided nonce when estimating gas (#1550)
pLabarta Dec 13, 2024
45d1bb2
chore: fix some typos in comment (#1562)
goodfirm Dec 20, 2024
3fb1f5b
bump cargo deps
l0r1s May 16, 2025
3ef414b
Add backend method first_block_hash (#1561)
TarekkMA Dec 20, 2024
639f6cb
Add RemovedPrecompilesAt util for filtering removed precompiles (#1551)
pLabarta Dec 23, 2024
6128501
Fix multiple typos (#1576)
crStiv Dec 23, 2024
2948928
chore: fix 404 status URL (#1579)
linchizhen Dec 23, 2024
41606d1
add MockSignature and MockSigner to precompile test utils (#1567)
pLabarta Dec 23, 2024
174c1cb
Fix: propagate OOG from PoV (#1565)
pLabarta Jan 13, 2025
5bdb24c
bump cargo deps
l0r1s May 16, 2025
fead0fb
Fine-grained `Pending` state (#1575)
Jan 15, 2025
34c127b
build(deps): bump syn from 1.0.109 to 2.0.90 (#1594)
conr2d Jan 20, 2025
b85c554
bump syn
l0r1s May 16, 2025
e2669ea
bump cargo deps
l0r1s May 16, 2025
789993e
Update evm and Cancun support (#1588)
TarekkMA Jan 21, 2025
bb4281b
bound VariadicValue multiple variant (#1604)
TarekkMA Feb 5, 2025
c98373b
bump cargo deps
l0r1s May 16, 2025
5676216
Upgrade `polkadot-sdk` to `stable2412` (#1595)
0xbillw Feb 17, 2025
88f8b4b
bump rlp dep to fix Encodable error
l0r1s May 19, 2025
cb03647
Upgrade polkadot-sdk to stable2412-5
l0r1s May 19, 2025
3f01b47
fix missing whitelist to create_test_contract
l0r1s May 19, 2025
e28f3ba
remove now unused fflonk patch
l0r1s May 19, 2025
9ffdca6
fix .into_path() deprecation warnings
l0r1s May 19, 2025
7af7bb0
fix failling tests
l0r1s May 20, 2025
9088e0a
fix gh workflows sccache version
l0r1s May 21, 2025
ed543cc
fix integration tests
l0r1s May 22, 2025
810aa4d
added utils to disable whitelist check
l0r1s May 23, 2025
2216f5e
fixed tests failling due to whitelist check
l0r1s May 23, 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/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.9

- 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.5
uses: mozilla-actions/sccache-action@v0.0.9

- 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.5
uses: mozilla-actions/sccache-action@v0.0.9

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