Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests > preimage empty test > note empty preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > Kusama Asset Hub Preimage > preimage tests > preimage empty test > note empty preimage events 1`] = `
[
{
"data": {
Expand All @@ -12,7 +12,7 @@ exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests
]
`;

exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests > preimage empty test > unnote empty preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > Kusama Asset Hub Preimage > preimage tests > preimage empty test > unnote empty preimage events 1`] = `
[
{
"data": {
Expand All @@ -24,11 +24,11 @@ exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests
]
`;

exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests > preimage ensure updated test (fees due) > ensure updated preimage events 1`] = `[]`;
exports[`Kusama Asset Hub Preimage > Kusama Asset Hub Preimage > preimage tests > preimage ensure updated test (fees due) > ensure updated preimage events 1`] = `[]`;

exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests > preimage ensure updated test (no fees due) > ensure updated preimage events 1`] = `[]`;
exports[`Kusama Asset Hub Preimage > Kusama Asset Hub Preimage > preimage tests > preimage ensure updated test (no fees due) > ensure updated preimage events 1`] = `[]`;

exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests > preimage single note and unnote test > note preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > Kusama Asset Hub Preimage > preimage tests > preimage single note and unnote test > note preimage events 1`] = `
[
{
"data": {
Expand All @@ -40,7 +40,7 @@ exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests
]
`;

exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests > preimage single note and unnote test > unnote preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > Kusama Asset Hub Preimage > preimage tests > preimage single note and unnote test > unnote preimage events 1`] = `
[
{
"data": {
Expand All @@ -52,7 +52,7 @@ exports[`Kusama Asset Hub PreImage > Kusama Asset Hub PreImage > preimage tests
]
`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage oversized test > note oversized preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > failure tests > preimage oversized test > note max size preimage events 1`] = `
[
{
"data": {
Expand All @@ -64,7 +64,9 @@ exports[`Kusama Asset Hub PreImage > failure tests > preimage oversized test > n
]
`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage repeated note and unnote test > note preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > failure tests > preimage oversized test > note oversized preimage events 1`] = `[]`;

exports[`Kusama Asset Hub Preimage > failure tests > preimage repeated note and unnote test > note preimage events 1`] = `
[
{
"data": {
Expand All @@ -76,11 +78,11 @@ exports[`Kusama Asset Hub PreImage > failure tests > preimage repeated note and
]
`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage repeated note and unnote test > repeat note preimage events 1`] = `[]`;
exports[`Kusama Asset Hub Preimage > failure tests > preimage repeated note and unnote test > repeat note preimage events 1`] = `[]`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage repeated note and unnote test > repeat unnote preimage events 1`] = `[]`;
exports[`Kusama Asset Hub Preimage > failure tests > preimage repeated note and unnote test > repeat unnote preimage events 1`] = `[]`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage repeated note and unnote test > unnote preimage events 1`] = `
exports[`Kusama Asset Hub Preimage > failure tests > preimage repeated note and unnote test > unnote preimage events 1`] = `
[
{
"data": {
Expand All @@ -92,6 +94,6 @@ exports[`Kusama Asset Hub PreImage > failure tests > preimage repeated note and
]
`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage single request and unrequest test as non-root > request preimage events 1`] = `[]`;
exports[`Kusama Asset Hub Preimage > failure tests > preimage single request and unrequest test as non-root > request preimage events 1`] = `[]`;

exports[`Kusama Asset Hub PreImage > failure tests > preimage single request and unrequest test as non-root > unrequest preimage events 1`] = `[]`;
exports[`Kusama Asset Hub Preimage > failure tests > preimage single request and unrequest test as non-root > unrequest preimage events 1`] = `[]`;
2 changes: 1 addition & 1 deletion packages/kusama/src/assetHubKusama.preimage.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { assetHubKusama } from '@e2e-test/networks/chains'
import { basePreimageE2ETests, registerTestTree, type TestConfig } from '@e2e-test/shared'

const testConfig: TestConfig = {
testSuiteName: 'Kusama Asset Hub PreImage',
testSuiteName: 'Kusama Asset Hub Preimage',
addressEncoding: 2,
blockProvider: 'NonLocal',
asyncBacking: 'Enabled',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage tests > preimage empty test > note empty preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > Polkadot Asset Hub Preimage > preimage tests > preimage empty test > note empty preimage events 1`] = `
[
{
"data": {
Expand All @@ -12,7 +12,7 @@ exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage te
]
`;

exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage tests > preimage empty test > unnote empty preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > Polkadot Asset Hub Preimage > preimage tests > preimage empty test > unnote empty preimage events 1`] = `
[
{
"data": {
Expand All @@ -24,11 +24,11 @@ exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage te
]
`;

exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage tests > preimage ensure updated test (fees due) > ensure updated preimage events 1`] = `[]`;
exports[`Polkadot Asset Hub Preimage > Polkadot Asset Hub Preimage > preimage tests > preimage ensure updated test (fees due) > ensure updated preimage events 1`] = `[]`;

exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage tests > preimage ensure updated test (no fees due) > ensure updated preimage events 1`] = `[]`;
exports[`Polkadot Asset Hub Preimage > Polkadot Asset Hub Preimage > preimage tests > preimage ensure updated test (no fees due) > ensure updated preimage events 1`] = `[]`;

exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage tests > preimage single note and unnote test > note preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > Polkadot Asset Hub Preimage > preimage tests > preimage single note and unnote test > note preimage events 1`] = `
[
{
"data": {
Expand All @@ -40,7 +40,7 @@ exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage te
]
`;

exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage tests > preimage single note and unnote test > unnote preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > Polkadot Asset Hub Preimage > preimage tests > preimage single note and unnote test > unnote preimage events 1`] = `
[
{
"data": {
Expand All @@ -52,7 +52,7 @@ exports[`Polkadot Asset Hub PreImage > Polkadot Asset Hub PreImage > preimage te
]
`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage oversized test > note oversized preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > failure tests > preimage oversized test > note max size preimage events 1`] = `
[
{
"data": {
Expand All @@ -64,7 +64,9 @@ exports[`Polkadot Asset Hub PreImage > failure tests > preimage oversized test >
]
`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage repeated note and unnote test > note preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > failure tests > preimage oversized test > note oversized preimage events 1`] = `[]`;

exports[`Polkadot Asset Hub Preimage > failure tests > preimage repeated note and unnote test > note preimage events 1`] = `
[
{
"data": {
Expand All @@ -76,11 +78,11 @@ exports[`Polkadot Asset Hub PreImage > failure tests > preimage repeated note an
]
`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage repeated note and unnote test > repeat note preimage events 1`] = `[]`;
exports[`Polkadot Asset Hub Preimage > failure tests > preimage repeated note and unnote test > repeat note preimage events 1`] = `[]`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage repeated note and unnote test > repeat unnote preimage events 1`] = `[]`;
exports[`Polkadot Asset Hub Preimage > failure tests > preimage repeated note and unnote test > repeat unnote preimage events 1`] = `[]`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage repeated note and unnote test > unnote preimage events 1`] = `
exports[`Polkadot Asset Hub Preimage > failure tests > preimage repeated note and unnote test > unnote preimage events 1`] = `
[
{
"data": {
Expand All @@ -92,6 +94,6 @@ exports[`Polkadot Asset Hub PreImage > failure tests > preimage repeated note an
]
`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage single request and unrequest test as non-root > request preimage events 1`] = `[]`;
exports[`Polkadot Asset Hub Preimage > failure tests > preimage single request and unrequest test as non-root > request preimage events 1`] = `[]`;

exports[`Polkadot Asset Hub PreImage > failure tests > preimage single request and unrequest test as non-root > unrequest preimage events 1`] = `[]`;
exports[`Polkadot Asset Hub Preimage > failure tests > preimage single request and unrequest test as non-root > unrequest preimage events 1`] = `[]`;
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { assetHubPolkadot } from '@e2e-test/networks/chains'
import { basePreimageE2ETests, registerTestTree, type TestConfig } from '@e2e-test/shared'

const testConfig: TestConfig = {
testSuiteName: 'Polkadot Asset Hub PreImage',
testSuiteName: 'Polkadot Asset Hub Preimage',
addressEncoding: 0,
blockProvider: 'NonLocal',
asyncBacking: 'Enabled',
Expand Down
Loading
Loading