ssz icon indicating copy to clipboard operation
ssz copied to clipboard

Typescript implementation of Simple Serialize (SSZ)

Results 87 ssz issues
Sort by recently updated
recently updated
newest added

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.2.0 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 4.0.4 Bug...

meta-dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

meta-dependencies

**Motivation** - allocUnsafe() is better in NodeJS environment - there is an external memory spike issue in lodestar **Description** - Use `allocUnsafe` where possible

as-sha256
persistent-merkle-tree
ssz

**Is your feature request related to a problem? Please describe.** Refer to https://github.com/achingbrain/uint8arrays/issues/30#issuecomment-1199120924 Given how efficient protobuf creates a string from Uint8Array in one go, we could try to use...

**Is your feature request related to a problem? Please describe.** Some consumers only want first n bytes after calling `digest()` and they have to use this pattern: `digest(something).slice(0, n)`, note...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

meta-dependencies

Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

meta-dependencies

This gist demostrates a case where memory is retained in some upper scope such that it's not garbage collected. https://gist.github.com/dapplion/e079d8faf795f758f1f3b341ee590dc2 ```ts import {ssz} from "@chainsafe/lodestar-types"; let i = 0; const...

We should get CodeCov to cover this repo and ensure it is reported.

prio-low

See test cases added in #42 These tests should pass when un-skipped.

meta-help-wanted