-
Notifications
You must be signed in to change notification settings - Fork 58
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
Chore/upgrade node 10 #1522
Chore/upgrade node 10 #1522
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @mirceahasegan 🧙♂️
9462f6e
to
1b8e34a
Compare
Nice :) |
ecbe26f
to
b1a33ac
Compare
…rebuild-test-db.sh script
blockfrost-ryo needs db-sync configured with tx_out.value="consumed". https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/configuration.md#value
Wait until first transaction is confirmed and not rolled back. Do this to mitigate possibly still boostrapping SPs. Subsequent transactions do not need it.
b1a33ac
to
b93e346
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @mirceahasegan 🧙🏼
Context
LW-11679
Upgrade SDK to the latest versions needed for the PV10 HF. The versions might change as dependencies update before the HF, especially for DbSync which is a pre-release version at the time of writing this:
Cardano Node 10.1.2
Ogmios 6.8.0 + related npm packages - use this version in the absence of a newer one. It is assumed that it is compatible
DbSync 13.6.0.0-pre
Update local-network to use the new versions. Discover & fix incompatibilities (e.g. cardano-cli create stake is no longer available)