-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Ogmios client.delegationsAndRewards doesnt work for cardano-node 8.0.0 (client 5.5.0-rc.1) #313
Comments
Apparently, the format of some objects on-the-wire has changed and the node isn't honouring the versioning scheme of its own protocols. This is unfortunately not an issue with Ogmios, but rather an issue with the node / networking layer of the node. I haven't been able to pin-point the exact faulty object yet. I'd be glad if you can raise the issue to input-output-hk/ouroboros-network or input-output-hk/cardano-node to let them know that they broke the client API with that last upgrade. |
Thank you for the answer! |
…s` (#104) # Description Addition of deposits made `rewView` extremly expensive, because it now iterates the full staking credentials Map. The proper way to do it is to restrict the Map first and then do the conversion. This will very likely fix the timeout issue in CardanoSolutions/ogmios#313
I have exactly the same issue with ogmios v5.6.0 and node version 8.1.1-pre when trying to query the existing UTxOs at an address. |
Confirmed delegationsAndRewards call is still broken in 8.1.1-pre with ogmios v5.6.0 |
@cardano-apexpool I've created a separate issue for this one. |
Cardano Preview network just hardforked to protocol version 9 so everybody is forced to upgrade to cardano-node v8 or higher, but this issue is still a blocker |
What Git revision / release tag are you using?
v5.6.0
Do you use any client SDK? If yes, which one?
(package.json: "@cardano-ogmios/client": "^5.5.0-rc.1")
Describe what the problem is?
Im trying to integrate ogmios with cardano-node 8.0.0 when following call is made from app:
This call is timed out.
In logs I have:
With cardano-node 1.35.7 this works fine
What should be the expected behavior?
Working like with 1.35.7
If applicable, what are the logs from the server around the occurence of the problem?
Shown above.
Thank you for your help in advance
The text was updated successfully, but these errors were encountered: