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

Remove malloc functions from scratch_impl.h using a patch #8

Merged
merged 2 commits into from
Dec 21, 2020

Conversation

bonomat
Copy link
Member

@bonomat bonomat commented Dec 21, 2020

This PR removes functions which uses checked_malloc (which uses malloc underthehood). This was a problem on MacOS because the compiler was correctly complaining that these functions were not declared.

Apparently this was not an issue on ubuntu and hence I also updated the CI to build on MacOS.

Running the wasm tests on MacOS does not work atm. This problem seems to be related rust-bitcoin/rust-secp256k1#254

@thomaseizinger thomaseizinger merged commit 7397ca9 into comit-network:master Dec 21, 2020
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