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

🐛 [TEST_STACK] Wrong protocol version in dbsync #2275

Open
kneerose opened this issue Oct 30, 2024 · 9 comments
Open

🐛 [TEST_STACK] Wrong protocol version in dbsync #2275

kneerose opened this issue Oct 30, 2024 · 9 comments
Assignees
Labels
🐛 Bug Something isn't working Other area

Comments

@kneerose
Copy link
Contributor

kneerose commented Oct 30, 2024

Area

Other

Domain

Custom setup

Which wallet were you using?

No response

Context

I was trying to setup my test govtool env using latest dbsync docker image

Actual behavior

  • Dbsync is sync with latest node
  • latest Protocol version is 9

Expected behavior

  • Dbsync is sync with latest node
  • latest Protocol version is 10
@bosko-m
Copy link
Contributor

bosko-m commented Nov 3, 2024

Where are you getting wrong protocol version from @kneerose ?

@kneerose
Copy link
Contributor Author

kneerose commented Nov 5, 2024

@bosko-m The test environment we have setup for govtool in Sancho is available at https://govtool.cardanoapi.io/. However, it currently returns a major protocol version of 9. For API details, https://govtool.cardanoapi.io/api/epoch/params.

@bosko-m
Copy link
Contributor

bosko-m commented Nov 5, 2024

@kneerose Is that your node running or its from Intersect?

@mesudip
Copy link
Contributor

mesudip commented Nov 5, 2024

The issue was seen when using:
Network: Sanchonet
Node version: ghcr.io/intersectmbo/cardano-node:10.1.1-pre
Dbsync version: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre

Is that your node running or its from Intersect?

We are managing the deployment on a server provided by Intersect.
We also tried locally and same issue was reproduced.

We have decided to downgrade the node and dbsync (WIP).

@mesudip
Copy link
Contributor

mesudip commented Nov 6, 2024

The update was re-tested on Sanchonet with following results

  • node-10.1.2 , dbsync-13.5.0.2 (wrong protocol version)
  • node 10.1.2, dbsync-13.6.0.0-pre (wrong protocol version)

The issue was not seen on Preview network. We are using following version.

  • node-10.1.2, dbsync-13.5.0.2

@bosko-m
Copy link
Contributor

bosko-m commented Nov 6, 2024

Well this is interesting really. What do you think is happening here @Ryun1 ?
Maybe its time to stop active development on Sancho. 🤔

@Ryun1
Copy link
Member

Ryun1 commented Nov 6, 2024

@mesudip do you think this is a deployment/environment issue OR a DBSync issue/bug?

due to it not happening on Preview id guess its a deployment/environment issue

@mesudip
Copy link
Contributor

mesudip commented Nov 7, 2024

Looks like an environment issue. We have switched to testing on preview.

@bosko-m
Copy link
Contributor

bosko-m commented Nov 7, 2024

Should we close this one @mesudip ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working Other area
Projects
Status: To do
Development

No branches or pull requests

6 participants