Skip to content

Conversation

@hmrkx
Copy link
Contributor

@hmrkx hmrkx commented Jan 26, 2026

Summary

This PR adds features from the internal monorepo to maintain parity between codebases.

Changes

  • sendEvent functionality - Cherry-picked from feat/device-events branch, adds device event sending capability
  • CALLDATA.SOLANA exports - Adds Solana transaction parsing utilities (parsers, processors, utils)
  • Constants.DERIVATION_PATHS - Adds SOLANA and ETH derivation path constants to the EXTERNAL object
  • retryCount: 0 fix - Fixed semantics so retryCount: 0 properly disables retries (was being ignored due to falsy check)
  • Type exports - Exports SignData and LatticeSignature types from the main index

Testing

  • All SDK tests pass (200 passed, 4 skipped)
  • Typecheck passes
  • Build passes

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dc7b8d1c89

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 26, 2026

Open in StackBlitz

npm i https://pkg.pr.new/GridPlus/gridplus-sdk@700

commit: 9a9f05d

@hmrkx
Copy link
Contributor Author

hmrkx commented Jan 26, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 60a1b4f142

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

hmrkx added 7 commits January 26, 2026 20:06
- Add sendEvent functionality (cherry-picked from feat/device-events)
- Add CALLDATA.SOLANA exports for Solana transaction parsing
- Add Constants.DERIVATION_PATHS.SOLANA and ETH
- Fix retryCount: 0 semantics to properly disable retries
- Export SignData and LatticeSignature types
- Fix compact-u16 (shortvec) decoding to use little-endian byte order
  (first byte holds low 7 bits, subsequent bytes shift left)
- Relax base64 validation to accept non-canonical padding variants
  by checking decoded length instead of round-trip comparison
@hmrkx hmrkx force-pushed the feat/monorepo-parity branch from f3068ba to 9a9f05d Compare January 26, 2026 20:12
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