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

chore: use ffi_interface API #20

Merged
merged 13 commits into from
Feb 11, 2024
Merged

chore: use ffi_interface API #20

merged 13 commits into from
Feb 11, 2024

Conversation

kevaundray
Copy link
Collaborator

This PR adds a new API which relies on the ffi_interface API that has been recently been added.

This is the same API that is being used in the besu client and so this should allow one to debug between clients easier.

In terms of performance degradation, I think we can use raw pointers if we want to squeeze out performance, the downside of raw pointers is that memory management is left upto the developer.

Base automatically changed from kw/update-to-master to master February 11, 2024 16:36
@gabrocheleau gabrocheleau merged commit 83109a5 into master Feb 11, 2024
3 checks passed
@holgerd77 holgerd77 deleted the kw/add-new-api branch February 12, 2024 11:13
@holgerd77
Copy link
Member

Ugh, this is really pretty extensive work! 🤯 Thanks a lot for addressing this so super-quickly! 🙏

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.

3 participants