-
Notifications
You must be signed in to change notification settings - Fork 17
Backmerge main #881
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
Backmerge main #881
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Pull Request Overview
This pull request backmerges main and primarily updates package versions, adjusts package privacy settings, and adds new functionality for signing delegation authorizations. Key changes include:
- Bumping version numbers and updating the changelog for the Bitcoin signer package.
- Marking several packages (context-module, mockserver-client, and flipper-plugin-client) as private.
- Introducing a new delegation authorization API in both the device management kit and its documentation.
Reviewed Changes
Copilot reviewed 49 out of 49 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/signer/signer-btc/package.json | Updated version from 1.0.0 to 1.0.1 |
| packages/signer/signer-btc/CHANGELOG.md | Changelog updated for version 1.0.1 patch changes |
| packages/signer/context-module/package.json | Changed "private" from false to true |
| packages/mockserver-client/package.json | Changed "private" from false to true |
| packages/flipper-plugin-client/package.json | Changed "private" from false to true |
| packages/device-management-kit/src/api/device-action/model/UserInteractionRequired.ts | Added SignDelegationAuthorization enum member |
| packages/device-management-kit/src/api/apdu/utils/ByteArrayBuilder.ts | Added new TLV encoding methods for hexadecimal, buffer, and uint64 values |
| packages/device-management-kit/src/api/apdu/utils/ByteArrayBuilder.test.ts | Added tests for the new TLV encoding functionality |
| apps/sample/src/components/SignerEthView/index.tsx | Introduced a new device action for signing delegation authorizations |
| apps/docs/pages/docs/references/signers/eth.mdx | Updated documentation to include the new sign delegation authorization use case |
| apps/docs/pages/docs/getting-started.mdx | Updated dependency versions in the getting started guide |
| .changeset/* | Removed legacy changeset files |
Comments suppressed due to low confidence (3)
packages/signer/context-module/package.json:4
- Ensure that marking the context-module package as private is intentional, as it will prevent the package from being published.
"private": true,
packages/mockserver-client/package.json:3
- Verify that changing the 'private' flag to true for the mockserver-client package is deliberate to avoid unintentional publication.
"private": true,
packages/flipper-plugin-client/package.json:3
- Confirm that setting the flipper-plugin-client package to private is as intended, which will keep it internal.
"private": true,
|
📝 Description
Replace this text by a clear and concise description of what this pull request is about and why it is needed. Be sure to explain the problem you're addressing and the solution you're proposing.
For libraries, you can add a code sample of how to use it.
For bugfixes, you can explain the previous behavior and how it was fixed.
In case of visual features, please attach screenshots or video recordings to demonstrate the changes.
❓ Context
✅ Checklist
Pull Requests must pass CI checks and undergo code review. Set the PR as Draft if it is not yet ready for review.
🧐 Checklist for the PR Reviewers