Skip to content

Commit

Permalink
Fix TrustedQueryApi Error (#6170)
Browse files Browse the repository at this point in the history
Related to #6161

This seems to fix the `JavaScript heap out of memory` error encountered
in the bridge zombienet tests lately.

This is just a partial fix, since we also need to address
#6133 in order to fully
fix the bridge zombienet tests
  • Loading branch information
serban300 authored Oct 22, 2024
1 parent d1cf996 commit 356386b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitlab/pipeline/zombienet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
RUN_IN_CI: "1"
KUBERNETES_CPU_REQUEST: "512m"
KUBERNETES_MEMORY_REQUEST: "1Gi"
NODE_OPTIONS: "--max-old-space-size=8192"
timeout: 60m

include:
Expand Down
2 changes: 0 additions & 2 deletions polkadot/xcm/xcm-runtime-apis/src/trusted_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ sp_api::decl_runtime_apis! {
#[derive(Copy, Clone, Encode, Decode, Eq, PartialEq, Debug, TypeInfo)]
pub enum Error {
/// Converting a versioned Asset structure from one version to another failed.
#[codec(index = 1)]
VersionedAssetConversionFailed,
/// Converting a versioned Location structure from one version to another failed.
#[codec(index = 1)]
VersionedLocationConversionFailed,
}

0 comments on commit 356386b

Please sign in to comment.