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

Reduce transaction construction time #919

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Jordan-Mysten
Copy link

@Jordan-Mysten Jordan-Mysten commented Jun 24, 2023

I'll update this to be based on the initialization in #918, but this is intended to reduce transaction construction time so that when submitting transactions sequentially we spend less time building it to bytes and doing duplicate work.

  • Remove usage of pure that trigger module lookup
  • Remove usage of objects that trigger module lookup
  • Remove usage of objects that trigger object lookups
  • Reduce amount of gas price lookups

@vercel
Copy link

vercel bot commented Jun 24, 2023

@Jordan-Mysten is attempting to deploy a commit to the pyth-web Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Jun 24, 2023

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
example-oracle-amm ⬜️ Ignored (Inspect) Jun 24, 2023 4:46am

@ali-bahjati ali-bahjati requested review from 0xfirefist and jayantk and removed request for 0xfirefist June 26, 2023 08:53
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