Skip to content

test: add tests for LA signatures#363

Merged
moldy530 merged 1 commit intomainfrom
moldy/la-e2e-sig-test
Jan 12, 2024
Merged

test: add tests for LA signatures#363
moldy530 merged 1 commit intomainfrom
moldy/la-e2e-sig-test

Conversation

@moldy530
Copy link
Copy Markdown
Contributor

@moldy530 moldy530 commented Jan 12, 2024

Pull Request Checklist


PR-Codex overview

Detailed summary

  • Added support for specifying a Light Account version in the configuration.
  • Updated the LightSmartContractAccount class to handle the new version configuration.
  • Added a schema validation for the Light Account version.
  • Updated the LightAccountProviderConfig to include the lowercase version of the factory and implementation addresses.
  • Added tests to verify the 1271 signatures for different Light Account versions.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@moldy530 moldy530 merged commit 1e1a737 into main Jan 12, 2024
@moldy530 moldy530 deleted the moldy/la-e2e-sig-test branch January 12, 2024 22:21
jakehobbs added a commit that referenced this pull request Apr 24, 2026
* fix: upgrade Next.js 14 → 15.5.15 to resolve high-severity DoS vulnerability (Dependabot #361, #362, #363)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: bump minimatch to patched versions and upgrade lerna to v9

Upgrades lerna from v8 to v9 which brings in nx 22.x, eliminating
pinned vulnerable minimatch versions. All transitive minimatch
dependencies now resolve to patched releases.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: fmt

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dargon789 added a commit to Dargon789/aa-sdk that referenced this pull request May 8, 2026
* chore: remove arb nova (alchemyplatform#2464)

Co-authored-by: Claude <noreply@anthropic.com>

* chore(release): publish v4.87.2 [skip-ci]

* feat(v4): track key exports for migration visibility (alchemyplatform#2466)

* Track key exports via /v1/track-key-export endpoint for observability

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Use empty response type for track-key-export endpoint

Success is implied by 200 status, matching existing patterns.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: update docs gen

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(release): publish v4.88.0 [skip-ci]

* chore: bump next.js, minimatch, and lerna (alchemyplatform#2467)

* fix: upgrade Next.js 14 → 15.5.15 to resolve high-severity DoS vulnerability (Dependabot alchemyplatform#361, alchemyplatform#362, alchemyplatform#363)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: bump minimatch to patched versions and upgrade lerna to v9

Upgrades lerna from v8 to v9 which brings in nx 22.x, eliminating
pinned vulnerable minimatch versions. All transitive minimatch
dependencies now resolve to patched releases.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: fmt

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(release): publish v4.88.1 [skip-ci]

* docs: update v5 SDK reference docs for 5.0.0-beta.25 (alchemyplatform#2475)

Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>

* docs: update v5 SDK reference docs for 5.0.0-beta.26 (alchemyplatform#2482)

Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>

* fix: disallow more permission builder selectors (alchemyplatform#2485)

Port v5 selector restrictions to v4 — block installValidation,
uninstallValidation, installExecution, uninstallExecution, and
upgradeToAndCall from being added to session key allowlists. Refactors
individual checks into shared assertion helpers with case-insensitive
matching.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(release): publish v4.88.2 [skip-ci]

* docs: update v5 SDK reference docs for 5.0.0-beta.27 (alchemyplatform#2489)

Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>

---------

Co-authored-by: jakehobbs <jacob.hobbs@alchemy.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Alchemy Bot <alchemy-bot@alchemy.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>
Dargon789 added a commit to Dargon789/aa-sdk that referenced this pull request May 8, 2026
* chore: remove arb nova (alchemyplatform#2464)



* chore(release): publish v4.87.2 [skip-ci]

* feat(v4): track key exports for migration visibility (alchemyplatform#2466)

* Track key exports via /v1/track-key-export endpoint for observability



* Use empty response type for track-key-export endpoint

Success is implied by 200 status, matching existing patterns.



* chore: update docs gen



---------



* chore(release): publish v4.88.0 [skip-ci]

* chore: bump next.js, minimatch, and lerna (alchemyplatform#2467)

* fix: upgrade Next.js 14 → 15.5.15 to resolve high-severity DoS vulnerability (Dependabot alchemyplatform#361, alchemyplatform#362, alchemyplatform#363)



* fix: bump minimatch to patched versions and upgrade lerna to v9

Upgrades lerna from v8 to v9 which brings in nx 22.x, eliminating
pinned vulnerable minimatch versions. All transitive minimatch
dependencies now resolve to patched releases.



* chore: fmt

---------



* chore(release): publish v4.88.1 [skip-ci]

* docs: update v5 SDK reference docs for 5.0.0-beta.25 (alchemyplatform#2475)



* docs: update v5 SDK reference docs for 5.0.0-beta.26 (alchemyplatform#2482)



* fix: disallow more permission builder selectors (alchemyplatform#2485)

Port v5 selector restrictions to v4 — block installValidation,
uninstallValidation, installExecution, uninstallExecution, and
upgradeToAndCall from being added to session key allowlists. Refactors
individual checks into shared assertion helpers with case-insensitive
matching.



* chore(release): publish v4.88.2 [skip-ci]

* docs: update v5 SDK reference docs for 5.0.0-beta.27 (alchemyplatform#2489)



---------

Co-authored-by: jakehobbs <jacob.hobbs@alchemy.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Alchemy Bot <alchemy-bot@alchemy.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>
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