Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/ferranbt/fastssz from 0.1.3 to 0.1.4 #3264

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps github.com/ferranbt/fastssz from 0.1.3 to 0.1.4.

Changelog

Sourced from github.com/ferranbt/fastssz's changelog.

0.1.4 (7 Aug, 2024)

  • fix: Do not skip intermediate hashes in multi-proof GH-173]
  • feat: Add dot graph generation [GH-172]
  • fix: Fix spurious allocation in hasher.Merkleize [GH-171]
  • feat: Increase performance for repeated proving [GH-168]
  • fix: Infer size for fixed []byte without tags [GH-155]
  • fix: Unmarshaling of fixed sized custom types [GH-152]
  • feat: Support list of non-ptr containers [GH-151]
  • feat: Support uin32 lists [GH-149]
  • fix: Fix chunk count in merkleize [GH-147]
  • feat: Add deneb fork to specs [GH-139]
  • fix: Sszgen incorrect output for nested []byte types [GH-127]
  • fix: Sszgen do not import package references if not used [GH-137]
Commits
  • f5aaaba Improve error message (#175)
  • e9dfc1b feat(proof): Reduce interface reqs (#174)
  • 31cd371 Fix(multiproofs verification): don't skip visiting intermediate hashes (#173)
  • c98805c simple dot graph gen (#172)
  • 87ee6ff Fix typo in go generate (#170)
  • 8e1c57a Fix spurious allocation in hasher.Merkleize (#171)
  • eac385e Increase performance of repeat proving. (#168)
  • edc73fd Fix missing import for external []byte alias (#167)
  • f43e88e Fix handling of aliases to unsigned integer types other than uint64. (#162)
  • a4db753 Fix infer dimensions from type with non-ssz tags (#157)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 9, 2024
@KaloyanTanev
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ferranbt/fastssz-0.1.4 branch from debd06f to 4e957e9 Compare September 10, 2024 11:27
@KaloyanTanev
Copy link
Contributor

@dependabot rebase

Bumps [github.com/ferranbt/fastssz](https://github.com/ferranbt/fastssz) from 0.1.3 to 0.1.4.
- [Changelog](https://github.com/ferranbt/fastssz/blob/main/CHANGELOG.md)
- [Commits](ferranbt/fastssz@v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: github.com/ferranbt/fastssz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ferranbt/fastssz-0.1.4 branch from 4e957e9 to 04c0527 Compare September 10, 2024 14:03
Copy link

sonarcloud bot commented Sep 10, 2024

@KaloyanTanev KaloyanTanev added the merge when ready Indicates bulldozer bot may merge when all checks pass label Sep 10, 2024
@obol-bulldozer obol-bulldozer bot merged commit 5c291a8 into main Sep 10, 2024
11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the dependabot/go_modules/github.com/ferranbt/fastssz-0.1.4 branch September 10, 2024 14:12
gsora pushed a commit that referenced this pull request Sep 18, 2024
)

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant