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

feat: update node bindings #421

Merged
merged 5 commits into from
May 6, 2024
Merged

feat: update node bindings #421

merged 5 commits into from
May 6, 2024

Conversation

matthewkeil
Copy link
Member

Updates README.md with new DAS functions.

note: also turned on exceptions for node. Is a bug that needed to be fixed. Node can potentially throw errors and if exceptions are not turned on there are additional checks during allocations and getting data from the isolate that need to happen. Those checks are extremely verbose. Is better to turn on exceptions

https://github.com/nodejs/node-addon-api/blob/main/doc/error_handling.md#handling-errors-with-maybe-type-and-c-exceptions-disabled

Copy link
Member

@jtraglia jtraglia left a comment

Choose a reason for hiding this comment

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

Looks good, thanks! Just one small thing.

bindings/node.js/README.md Outdated Show resolved Hide resolved
@matthewkeil matthewkeil marked this pull request as draft April 30, 2024 15:44
@matthewkeil
Copy link
Member Author

@jtraglia Converted to draft until the other PR get approved/denied as I move the exception commit over and will revert that here

@jtraglia jtraglia marked this pull request as ready for review May 6, 2024 17:56
@jtraglia jtraglia merged commit eadfcb2 into ethereum:das May 6, 2024
1 check passed
@jtraglia jtraglia deleted the mkeil/das branch May 6, 2024 17:58
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.

None yet

2 participants