mirceahasegan
mirceahasegan
# Context Keep master & conway-era aligned # Proposed Solution # Important Changes Introduced
# Context Upgrading to Cardano Node 8.9.2 also requires updating Ogmios to 6+. Ogmios 6+ is breaking wrt previous versions, but the work to address the breaking changes was already...
# Context Upgrade to: - Cardano Node [8.10.0-pre](https://github.com/IntersectMBO/cardano-node/releases/tag/8.10.0-pre) - DbSync [sancho-4-2-1](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/sancho-4-2-1) Ogmios does not have a newer version, so keeping the existing one which appears to be compatible. # Proposed...
# Context Update Core types and serialization to account for the 2 new protocol parameters: - [securityRelevantParamVotingThreshold](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl#L419) - [minFeeRefScriptCostPerByte](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl#L411C11-L411C31) # Proposed Solution This will be covered in two PRs: 1....
# Context K6 tests have not been updated in a while. In order to run load tests, I updated the most relevant one: "wallet-restoration" test. The other K6 tests should...
Accidentally merged code repetition
# Context Wrong method name causes test to not run this query: ``` TypeError: Object has no member 'stats' at syncWallet (file:///github/workspace/packages/e2e/test/k6/scenarios/wallets.test.js:248:15(92)) at default (file:///github/workspace/packages/e2e/test/k6/scenarios/wallets.test.js:273:74(47)) ``` # Proposed Solution #...