Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 25, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@3loop/transaction-decoder@0.11.0

Minor Changes

  • d169992: Refactor stores to call set when the data is not found in strategies. This introduces new types for store values, to
    be able to differentiate between a missing value, and one that was never requested.

      1. Success - The data is found successfully in the store
      1. NotFound - The data is found in the store, but is missing the value
      1. MetaEmpty - The contract metadata is not found in the store

    This change requires the users of the library to persist the NotFound state. Having the NotFound state allows us
    to skip the strategy lookup, which is one of the most expensive operations when decoding transactions.

    We suggest to keep a timestamp for the NotFound state, and invalidate it after a certain period of time. This will
    ensure that the strategy lookup is not skipped indefinitely. Separately, users can upload their own data to the store.

Patch Changes

@3loop/transaction-interpreter@0.2.1

Patch Changes

  • af5093d: Add otel tracing spans
  • Updated dependencies [d169992]
  • Updated dependencies [af5093d]
    • @3loop/transaction-decoder@0.11.0

web@0.1.14

Patch Changes

  • Updated dependencies [d169992]
  • Updated dependencies [af5093d]
    • @3loop/transaction-decoder@0.11.0
    • @3loop/transaction-interpreter@0.2.1

Copy link

vercel bot commented Jun 25, 2024

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

Name Status Preview Comments Updated (UTC)
loop-decoder-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 6:31pm

Copy link

cloudflare-workers-and-pages bot commented Jun 25, 2024

Deploying loop-decoder with  Cloudflare Pages  Cloudflare Pages

Latest commit: 70b73da
Status:⚡️  Build in progress...

View logs

@github-actions github-actions bot force-pushed the changeset-release/main branch from 497f993 to 70b73da Compare June 25, 2024 18:29
@Ferossgp Ferossgp merged commit 7d1f663 into main Jun 25, 2024
@Ferossgp Ferossgp deleted the changeset-release/main branch June 25, 2024 18:30
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.

1 participant