-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add NodeJS support #118
Add NodeJS support #118
Conversation
…latedTransactionInfo wrapper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the exception of the previous comment, everything looks good with a good doc.
Thanks a lot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to put multiple git ignore in the repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This came from a preset, but it does have some stuff we need in there, and there's little benefit to merging them so I suggest we just leave it as is
The only change to existing crates is that the LiteSVM struct now has internal methods like
set_compute_budget
. This is because napi-rs couldn't call thewith_*
methods, so I needed a way to mutate the struct without returning it.New stuff:
litesvm-node
crate andlitesvm
TypeScript package