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

32-bit and 64-bit compatibility testing #46

Open
fjarri opened this issue Nov 8, 2023 · 0 comments
Open

32-bit and 64-bit compatibility testing #46

fjarri opened this issue Nov 8, 2023 · 0 comments
Labels
tests Testing things
Milestone

Comments

@fjarri
Copy link
Member

fjarri commented Nov 8, 2023

Since the code of this library is intended to be run both on 32- (e.g. WASM) and 64-bit platforms, and needs to perform consistently on all of them, we need to test that behavior. There has already been an issue with the ZK proof challenges being generated differently on different bitness (see #45).

To test that, we need to somehow run the protocol sessions with different nodes using different bitness. How do we do that? Can we use the existing WASM bindings to simulate a 32-bit target?

@fjarri fjarri added the tests Testing things label Nov 8, 2023
@fjarri fjarri added this to the v1.0.0 milestone Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Testing things
Projects
None yet
Development

No branches or pull requests

1 participant