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
➜ grid-client git:(development_fix_grid-client_integration_tests) ✗ go test -v ./integration_tests -run TestBatchGatewayNameDeployment
=== RUN TestBatchGatewayNameDeployment
batch_gateway_name_test.go:111:
Error Trace: /home/eslam/work/tfgrid-sdk-go/grid-client/integration_tests/batch_gateway_name_test.go:111
Error: Received unexpected error:
unable to decode field 2 event #11 with EventID [27 9], field TFTBridgeModule_BurnTransactionExpired: Unknown byte prefix for encoded OptionBool: 224
failed to decode event
github.com/threefoldtech/tfchain/clients/tfchain-client-go.(*Substrate).getEventRecords
/home/eslam/.go/pkg/mod/github.com/threefoldtech/tfchain/clients/[email protected]/utils.go:495
The text was updated successfully, but these errors were encountered:
tfchain and the tfchain-client underwent a change in some types and events related to the bridge like the TFTBridgeModule_BurnTransactionExpired event as part of the upcoming runtime 147 update, but live networks have not been upgraded yet.
The current runtime is 146 for dev, qa and test networks, for main net its is 145.
The version used here as shown in the logs is dated November 23, so it is more recent and requires runtime 147 to run and an update to the dependent tools/libs as well.
The text was updated successfully, but these errors were encountered: