You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to address the epic #2895 we should replace the usage of GetGssmrV3SubstrateGenesisRawPathTest to GetWestendDevGenesisPath but in the test function TestBuildAndApplyExtrinsic (lib/babe/build_integration_test.go) we got the following error:
CRITICAL target=runtime message=panicked at 'Bad input data provided to validate_transaction: Codec error', /builds/runtime/westend/src/lib.rs:1276:1 ext_logging_log_version_1 pkg=runtime module=go-wasmer
and the test fails with the following assertion problem:
--- FAIL: TestBuildAndApplyExtrinsic (17.02s)
build_integration_test.go:269:
Error Trace: /home/runner/work/gossamer/gossamer/lib/babe/build_integration_test.go:269
Error: Received unexpected error:
running runtime function: Failed to call the `TaggedTransactionQueue_validate_transaction` exported function.
Test: TestBuildAndApplyExtrinsic
We should be able to run this test against the westend-dev spec file without errors
The text was updated successfully, but these errors were encountered:
In order to address the epic #2895 we should replace the usage of
GetGssmrV3SubstrateGenesisRawPathTest
toGetWestendDevGenesisPath
but in the test functionTestBuildAndApplyExtrinsic
(lib/babe/build_integration_test.go
) we got the following error:and the test fails with the following assertion problem:
We should be able to run this test against the westend-dev spec file without errors
The text was updated successfully, but these errors were encountered: