Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The client has changes for the incoming tfchain runtime 147 which is not upgraded yet on live networks #576

Closed
Eslam-Nawara opened this issue Dec 27, 2023 · 3 comments
Assignees
Labels
type_bug Something isn't working

Comments

@Eslam-Nawara
Copy link
Contributor

Eslam-Nawara commented Dec 27, 2023

➜  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
@Eslam-Nawara Eslam-Nawara moved this to Accepted in 3.13.x Dec 27, 2023
@xmonader xmonader added the type_bug Something isn't working label Dec 27, 2023
@xmonader
Copy link
Contributor

The events need to get synced and tfchain dependency to be upgraded

@rawdaGastan rawdaGastan self-assigned this Dec 27, 2023
@rawdaGastan rawdaGastan moved this from Accepted to In Progress in 3.13.x Dec 27, 2023
@rawdaGastan rawdaGastan moved this from In Progress to Accepted in 3.13.x Dec 27, 2023
@sameh-farouk
Copy link
Member

sameh-farouk commented Dec 27, 2023

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.

Related PRs:
threefoldtech/tfchain#888

threefoldtech/tfchain#885

@rawdaGastan rawdaGastan moved this from Accepted to Pending review in 3.13.x Jan 2, 2024
@ramezsaeed ramezsaeed added this to the 1.0.0 milestone Jan 3, 2024
@rawdaGastan rawdaGastan moved this from Pending review to In Verification in 3.13.x Jan 4, 2024
@rawdaGastan
Copy link
Collaborator

The chain is updated on devnet and working now

@github-project-automation github-project-automation bot moved this from In Verification to Done in 3.13.x Jan 11, 2024
@rawdaGastan rawdaGastan modified the milestones: 1.0.0, v0.13.x - v0.14.x Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

5 participants