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

test: add more wallet ffi testing #3207

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

Cifko
Copy link
Contributor

@Cifko Cifko commented Aug 17, 2021

Description

Adding more FFI test.

Motivation and Context

The ffi-napi is causing internal error (the pointers to the ffi functions gets invalidated) in nodejs when using the ffi destroy functions.
v8::internal::Isolate::ArchiveSpacePerThread+4719
The async calls is solving this (at least it looks like it from the tests I made).
The WalletFFI.js is now generated (the python code is not part of this PR, because it's a mess right now).

How Has This Been Tested?

npm test -- .\features\WalletFFI.feature

Checklist:

  • I'm merging against the development branch.
  • I have squashed my commits into a single commit.

@stringhandler stringhandler merged commit 8c28bd1 into tari-project:development Aug 18, 2021
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.

2 participants