ic-hs
ic-hs copied to clipboard
A haskell toolbox for the Internet Computer
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. Release notes Sourced from openssl's releases. openssl-v0.10.60 What's Changed Correct off-by-one in minimum output buffer size computation by @alex in sfackler/rust-openssl#2088 Expose a few...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.20 to 0.37.25. Commits 00b84d6 chore: Release rustix version 0.37.25 cad15a7 Fixes for Dir on macOS, FreeBSD, and WASI. df3c3a1 Merge pull request from GHSA-c827-hfw6-qwvm b78aeff chore:...
Running `ic-nns-init` against `ic-ref` does not work properly (results in `BrokenPipe` errors) because `ic-nns-init` uses HTTP/2 by default. Switching to HTTP/1.1 in `ic-nns-init` fixes the issue. Long term we should...
Building ic-hs with GHC-9.0 requires ~13GB of memory. Upgrading to GHC-9.4 reduces this by around 30% to ~9GB: 
This sledgehammer approach is a quick experiment to see if we can reduce the 17GB memory usage of `ic-ref` when run inside the `ic-ref-test` and `coverage` jobs. The right approach...
The README.md states: > The ic-ref program starts a webserver at http://0.0.0.0:8001/ that implements the Internet Computer interface, and can be used with `dfx --client http://0.0.0.0:8001/`. But `dfx` doesn't understand...
mostly boring, but good practice to get used to the code base and build system.