Merge pull request #396 from IntersectMBO/dependabot/npm_and_yarn/follow-redirects-1.16.0
Bump follow-redirects from 1.15.11 to 1.16.0
Bump follow-redirects from 1.15.11 to 1.16.0
Minimal inspect-address executable that reads a Cardano address from stdin and outputs inspection JSON. Compiles to a 5MB .wasm binary. Includes browser/index.html (client-side, no server) and serve.sh.
packages.wasm builds cardano-addresses-wasm.wasm via the FOD pattern: - Phase 1 (FOD): fetch Hackage deps with network access - Phase 2 (pure): build offline with ghc-wasm-meta toolchain Usage: nix build github:paolino/cardano-addresses/001-wasm-target#wasm ls result/cardano-addresses.wasm
Single cardano-addresses-wasm binary replaces inspect-address.
JSON command dispatch via stdin: {"cmd":"inspect",...} and {"cmd":"derive",...}
Benchmarked at 3-4ms per Shelley call, 13ms for legacy addresses.
All crypto operations (hashing, KDF, HMAC, symmetric encryption, Ed25519, extended key ops, RNG, CRC32) now go through a single facade module. Creates a clean seam for swapping the crypto backend.
All crypto operations (hashing, KDF, HMAC, symmetric encryption, Ed25519, extended key ops, RNG, CRC32) now go through a single facade module. Creates a clean seam for swapping the crypto backend.