-
Notifications
You must be signed in to change notification settings - Fork 63
master to conway-era merge #1347
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
Conversation
LW-10722
[LW-10722] chore: fix OCI after #1325
Skip the flaky test suite
chore: Upgrade to Ogmios 6.3.0, Node 8.9.2 and DbSsync 13.2.0.2 Backports changes done in `conway-era` branch: - Upgraded Ogmios to 6.3 following migration guide [ADR-017](https://github.com/CardanoSolutions/ogmios/blob/master/architectural-decisions/accepted/017-api-version-6-major-rewrite.md) - Upgraded Node to 8.9.2 and DbSync to 13.2.0.2 - Enabled Peer2Peer topology support. - DbSync based providers updated for schema compatibility with DbSync 13.2.0.2: DbSyncChainSyncProvider, DbSyncNetworkInfoProvider, DbSyncStakePoolProvider, - Added Ogmios NodeTxSubmitProvider. - Modified Ogmios block structure mappers for Ogmios6 model. - Updated Ogmios errors and handles for detailed error handling.
- @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected]
Enable workflow dispatch trigger on repo.
this package has it's own variant of esm-package.json because it has to set the 'browser' field
chore(util-dev): copy the correct esm-package.json
- @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected]
…-trezor-safe3 chore: whitelist all device models
…istory-version chore(cardano-services-client): LW-10778 allow openapiVersion override when configuring client providers
- @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected]
Add SDK E2E Tests - Create shell script to generate .env file for workflow - Add new workflow definition for tests
…llet-settings-section fix(wallet): export isValidSharedWalletScript util
- @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected]
…transactionSummaryInspector BREAKING CHANGE: add timeout prop to inspectors for them to return a timeout error
…ut-transaction-inspectors [LW-10504] add timeout transaction inspectors
packages/cardano-services/src/ChainHistory/DbSyncChainHistory/queries.ts
Outdated
Show resolved
Hide resolved
|
d2f196f
to
55396d5
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.
LGTM!
55396d5
to
05f7407
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.
Nice work!
Context
conway-era must stay up-to-date with master changes
Proposed Solution
Important Changes Introduced