Skip to content
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

embedded-v3: send sdk info in iframe #819

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Conversation

pgarciaegido
Copy link
Contributor

Description

Sending SDK info to the iframe

Test plan

Screenshot 2024-10-17 at 18 35 18

Package updates

Copy link

changeset-bot bot commented Oct 17, 2024

⚠️ No Changeset found

Latest commit: 1e6723c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Oct 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
smart-wallet-auth-demo ⬜️ Ignored (Inspect) Visit Preview Oct 18, 2024 1:17pm

export type CrossmintEmbeddedCheckoutV3ServiceProps = { apiClient: CrossmintApiClient };
export type CrossmintEmbeddedCheckoutV3ServiceProps = {
apiClient: CrossmintApiClient,
sdkMetadata: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we have access to CrossmintApiClientInternalConfig["sdkMetadata"] from here, better to keep in sync

@pgarciaegido pgarciaegido merged commit 39969cc into feat/embed-v3 Oct 18, 2024
4 checks passed
@pgarciaegido pgarciaegido deleted the send-sdk-info branch October 18, 2024 13:23
mPaella pushed a commit that referenced this pull request Oct 22, 2024
* embedded-v3: send sdk info in iframe

* refactor

* fix

* lint
mPaella added a commit that referenced this pull request Oct 22, 2024
* working

* embed v3: dynamic connection (#798)

* save

* tweak off

* cond

* fix build

* key

* chain parse

* save

* embed v3: crypto tx sending (#818)

working

* embedded-v3: send sdk info in iframe (#819)

* embedded-v3: send sdk info in iframe

* refactor

* fix

* lint

* v3: Rename component for v0 release (#820)

* v3: rename component to alpha for now

* duh

* embed: update types (#822)

types: sync

* embed: useCrossmintCheckout (#823)

* changeset

---------

Co-authored-by: Pablo Egido <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants