-
Notifications
You must be signed in to change notification settings - Fork 63
Chore/merge master conway era #1209
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore: add live-{preview,preprod} v2 deployments
Pass node env
- @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]
…s/0.26.x Release/cardano services/0.26.x
…tablish connection with - testing matching remembered connection before returning it - doing cleanup on a transport disconnection event - reorganized hardware-ledger tests in the wallet package BREAKING CHANGE: replace LedgerKeyAgent webhid transport with webusb - make some of the LedgerKeyAgent methods private - remove activeTransport parameter from the LedgerKeyAgent.createTransport method
…senting remembered connection
…boarding-revamp feat(hardware-ledger): miscellaneous improvements to establishing ledger connection
- @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected]
…fix-for-43f9a40ebf fix(cardano-services): emergency fix for lw-10209
- storeStakePoolMetricsUpdateJob no longer uses "current_block Mod frequency === 0" to determine when to update metrics but rather now updates metrics if "(current_block - block_as_last_update) >= frequency"
… in correct order
chore: split smash url per env
…leWallet.governance BREAKING CHANGE: hoist ObservableWallet getPubDRepKey under ObservableWallet.governance
…ansaction Feat/projector no pg transaction
…drep-registration-tracker feat(wallet): implement drep registration tracker
BREAKING CHANGE: upgrade cardano-services, cardano-services-client, e2e and util-dev packages to use version 0.28.0 of Axios
…xios-version [LW-10266] Upgrade Axios version to 0.28.0
…ys-stores-blocks-when-in-the-stability-window fix: the projection now always stores blocks when it reaches tip - k
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Reason for the change? If an issue exists, reference it here using a keyword
Proposed Solution
Important Changes Introduced