fix: CI failures - EVM tests and metadata artifacts
- tests-evm.yml: use pezkuwichain/revive-differential-tests fork with pez-revive-dev-node platform aliases - .gitignore: allow vendor/pezkuwi-subxt/artifacts/ to be tracked - Add metadata .scale files for compile-time macro expansion - Rename polkadot_metadata_* references to pezkuwi_metadata_*
This commit is contained in:
@@ -3,7 +3,7 @@ use futures::StreamExt;
|
||||
use pezkuwi_subxt::{client::OnlineClient, lightclient::LightClient, PezkuwiConfig};
|
||||
|
||||
// Generate an interface that we can use from the node's metadata.
|
||||
#[pezkuwi_subxt::subxt(runtime_metadata_path = "../artifacts/polkadot_metadata_small.scale")]
|
||||
#[pezkuwi_subxt::subxt(runtime_metadata_path = "../artifacts/pezkuwi_metadata_small.scale")]
|
||||
pub mod pezkuwi {}
|
||||
|
||||
const POLKADOT_SPEC: &str = include_str!("../../artifacts/demo_chain_specs/polkadot.json");
|
||||
|
||||
Reference in New Issue
Block a user