Skip to content

Commit

Permalink
Merge pull request #634 from freeverseio/feature/calculate_gas_of_pre…
Browse files Browse the repository at this point in the history
…compiles

Refactor and enhance evolution collection precompile with tests and new functionalities
  • Loading branch information
asiniscalchi committed Jun 26, 2024
2 parents 48d814c + 0b0de05 commit 113dab7
Show file tree
Hide file tree
Showing 52 changed files with 18,013 additions and 17,997 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache-key: build_and_push
- name: Check
run: |
cargo check --all-targets --release --features runtime-benchmarks --features try-runtime --features fast-runtime
cargo check --all-targets --release --features runtime-benchmarks --features try-runtime
build_and_push:
runs-on:
Expand Down Expand Up @@ -215,5 +215,5 @@ jobs:

- name: Run tests
run: |
npm run build && npm run test
npm run build && npm run test -- --grep "Frontier RPC (Create Collection)" --invert --grep "estimate gas"
working-directory: ./e2e-tests
63 changes: 10 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", defaul
# LAOS pallets
pallet-laos-evolution = { path = "./pallets/laos-evolution", default-features = false }
pallet-evm-evolution-collection-factory = { path = "./precompile/evolution-collection-factory", default-features = false }
pallet-evm-evolution-collection-factory-legacy = { path = "./precompile/evolution-collection-factory-legacy", default-features = false }
pallet-evm-evolution-collection = { path = "./precompile/evolution-collection", default-features = false }
pallet-evm-evolution-collection-legacy = { path = "./precompile/evolution-collection-legacy", default-features = false }
pallet-evm-erc721 = { path = "./precompile/erc721", default-features = false }
pallet-asset-metadata-extender = { path = "./pallets/asset-metadata-extender", default-features = false }
pallet-evm-asset-metadata-extender = { path = "./precompile/asset-metadata-extender", default-features = false }
Expand Down
Loading

0 comments on commit 113dab7

Please sign in to comment.