All notable changes to this project will be documented in this file.
- Fix: Add KZG env import stubs in
src/wasm-loader/loader.tsto make WASM instantiation robust across test runners and environments. - Fix: Implement deterministic
signatureIsCanonical(r, s)check in TypeScript to avoid discrepancies with WASM builds and stabilize tests. - Chore: Add
publishConfig.access: publicandengines.node: >=18topackage.jsonto ensure correct scoped package publishing and runtime requirements. - Chore: Add
prepublishOnlyscript to run build, package lint, and tests before publishing.