Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/ferranbt/fastssz from 0.1.3 to 0.1.4 (#3264
) Bumps [github.com/ferranbt/fastssz](https://github.com/ferranbt/fastssz) from 0.1.3 to 0.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ferranbt/fastssz/blob/main/CHANGELOG.md">github.com/ferranbt/fastssz's changelog</a>.</em></p> <blockquote> <h1>0.1.4 (7 Aug, 2024)</h1> <ul> <li>fix: Do not skip intermediate hashes in multi-proof <a href="https://redirect.github.com/ferranbt/fastssz/issues/173">GH-173</a>]</li> <li>feat: Add dot graph generation [<a href="https://redirect.github.com/ferranbt/fastssz/issues/172">GH-172</a>]</li> <li>fix: Fix spurious allocation in hasher.Merkleize [<a href="https://redirect.github.com/ferranbt/fastssz/issues/171">GH-171</a>]</li> <li>feat: Increase performance for repeated proving [<a href="https://redirect.github.com/ferranbt/fastssz/issues/168">GH-168</a>]</li> <li>fix: Infer size for fixed []byte without tags [<a href="https://redirect.github.com/ferranbt/fastssz/issues/155">GH-155</a>]</li> <li>fix: Unmarshaling of fixed sized custom types [<a href="https://redirect.github.com/ferranbt/fastssz/issues/152">GH-152</a>]</li> <li>feat: Support list of non-ptr containers [<a href="https://redirect.github.com/ferranbt/fastssz/issues/151">GH-151</a>]</li> <li>feat: Support uin32 lists [<a href="https://redirect.github.com/ferranbt/fastssz/issues/149">GH-149</a>]</li> <li>fix: Fix chunk count in merkleize [<a href="https://redirect.github.com/ferranbt/fastssz/issues/147">GH-147</a>]</li> <li>feat: Add deneb fork to specs [<a href="https://redirect.github.com/ferranbt/fastssz/issues/139">GH-139</a>]</li> <li>fix: Sszgen incorrect output for nested []byte types [<a href="https://redirect.github.com/ferranbt/fastssz/issues/127">GH-127</a>]</li> <li>fix: Sszgen do not import package references if not used [<a href="https://redirect.github.com/ferranbt/fastssz/issues/137">GH-137</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ferranbt/fastssz/commit/f5aaaba50f424852a9b42a79af99c7bcb294a6b9"><code>f5aaaba</code></a> Improve error message (<a href="https://redirect.github.com/ferranbt/fastssz/issues/175">#175</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/e9dfc1b3f6293cf97e779fcc808af092ddecf3b2"><code>e9dfc1b</code></a> feat(proof): Reduce interface reqs (<a href="https://redirect.github.com/ferranbt/fastssz/issues/174">#174</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/31cd371f868871d0bf206a4e64a9d518d6dfdd3f"><code>31cd371</code></a> Fix(multiproofs verification): don't skip visiting intermediate hashes (<a href="https://redirect.github.com/ferranbt/fastssz/issues/173">#173</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/c98805c7e446af999807646601328eee69935a72"><code>c98805c</code></a> simple dot graph gen (<a href="https://redirect.github.com/ferranbt/fastssz/issues/172">#172</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/87ee6ffac25c210415ff0b84dda0a5b9ba431155"><code>87ee6ff</code></a> Fix typo in go generate (<a href="https://redirect.github.com/ferranbt/fastssz/issues/170">#170</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/8e1c57a3904e7f570045665eb9739cb004296e66"><code>8e1c57a</code></a> Fix spurious allocation in hasher.Merkleize (<a href="https://redirect.github.com/ferranbt/fastssz/issues/171">#171</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/eac385e6ee7989d82918538625a29ce998c799f0"><code>eac385e</code></a> Increase performance of repeat proving. (<a href="https://redirect.github.com/ferranbt/fastssz/issues/168">#168</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/edc73fdd06ad112a6b606f3fe0e665d1561d0936"><code>edc73fd</code></a> Fix missing import for external []byte alias (<a href="https://redirect.github.com/ferranbt/fastssz/issues/167">#167</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/f43e88e3e05ffc6f01540c312653d471a10d2ff2"><code>f43e88e</code></a> Fix handling of aliases to unsigned integer types other than uint64. (<a href="https://redirect.github.com/ferranbt/fastssz/issues/162">#162</a>)</li> <li><a href="https://github.com/ferranbt/fastssz/commit/a4db75388da14ff8970be3cc01a2943543159e6d"><code>a4db753</code></a> Fix infer dimensions from type with non-ssz tags (<a href="https://redirect.github.com/ferranbt/fastssz/issues/157">#157</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ferranbt/fastssz/compare/v0.1.3...v0.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ferranbt/fastssz&package-manager=go_modules&previous-version=0.1.3&new-version=0.1.4)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information