Skip to content

Commit

Permalink
build(deps): Bump github.com/ferranbt/fastssz from 0.1.3 to 0.1.4 (#3264
Browse files Browse the repository at this point in the history
)

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
dependabot[bot] authored Sep 10, 2024
1 parent 5945966 commit 5c291a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/bufbuild/buf v1.35.1
github.com/coinbase/kryptology v1.5.6-0.20220316191335-269410e1b06b
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/ferranbt/fastssz v0.1.3
github.com/ferranbt/fastssz v0.1.4
github.com/golang/snappy v0.0.4
github.com/google/gofuzz v1.2.0
github.com/gorilla/mux v1.8.1
Expand Down Expand Up @@ -87,6 +87,7 @@ require (
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/elastic/gosigar v0.14.2 // indirect
github.com/emicklei/dot v1.6.2 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/fgprof v0.9.4 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
github.com/elastic/gosigar v0.12.0/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/elastic/gosigar v0.14.2 h1:Dg80n8cr90OZ7x+bAax/QjoW/XqTI11RmA79ZwIm9/4=
github.com/elastic/gosigar v0.14.2/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/emicklei/dot v1.6.2 h1:08GN+DD79cy/tzN6uLCT84+2Wk9u+wvqP+Hkx/dIR8A=
github.com/emicklei/dot v1.6.2/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
github.com/envoyproxy/protoc-gen-validate v1.0.4 h1:gVPz/FMfvh57HdSJQyvBtF00j8JU4zdyUgIUNhlgg0A=
github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZH4Blx/1gTIZ2UKVY1M+Yew=
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
Expand All @@ -133,8 +135,8 @@ github.com/felixge/fgprof v0.9.4 h1:ocDNwMFlnA0NU0zSB3I52xkO4sFXk80VK9lXjLClu88=
github.com/felixge/fgprof v0.9.4/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM=
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/ferranbt/fastssz v0.1.3 h1:ZI+z3JH05h4kgmFXdHuR1aWYsgrg7o+Fw7/NCzM16Mo=
github.com/ferranbt/fastssz v0.1.3/go.mod h1:0Y9TEd/9XuFlh7mskMPfXiI2Dkw4Ddg9EyXt1W7MRvE=
github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeDY=
github.com/ferranbt/fastssz v0.1.4/go.mod h1:Ea3+oeoRGGLGm5shYAeDgu6PGUlcvQhE2fILyD9+tGg=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
Expand Down Expand Up @@ -435,6 +437,8 @@ github.com/protolambda/eth2-shuffle v1.1.0 h1:gixIBI84IeugTwwHXm8vej1bSSEhueBCSr
github.com/protolambda/eth2-shuffle v1.1.0/go.mod h1:FhA2c0tN15LTC+4T9DNVm+55S7uXTTjQ8TQnBuXlkF8=
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e h1:ATgOe+abbzfx9kCPeXIW4fiWyDdxlwHw07j8UGhdTd4=
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e/go.mod h1:wmuf/mdK4VMD+jA9ThwcUKjg3a2XWM9cVfFYjDyY4j4=
github.com/prysmaticlabs/gohashtree v0.0.4-beta h1:H/EbCuXPeTV3lpKeXGPpEV9gsUpkqOOVnWapUyeWro4=
github.com/prysmaticlabs/gohashtree v0.0.4-beta/go.mod h1:BFdtALS+Ffhg3lGQIHv9HDWuHS8cTvHZzrHWxwOtGOs=
github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=
github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A=
github.com/quic-go/quic-go v0.42.0 h1:uSfdap0eveIl8KXnipv9K7nlwZ5IqLlYOpJ58u5utpM=
Expand Down Expand Up @@ -525,8 +529,6 @@ github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
github.com/umbracle/gohashtree v0.0.2-alpha.0.20230207094856-5b775a815c10 h1:CQh33pStIp/E30b7TxDlXfM0145bn2e8boI30IxAhTg=
github.com/umbracle/gohashtree v0.0.2-alpha.0.20230207094856-5b775a815c10/go.mod h1:x/Pa0FF5Te9kdrlZKJK82YmAkvL8+f989USgz6Jiw7M=
github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=
github.com/vbatts/tar-split v0.11.5/go.mod h1:yZbwRsSeGjusneWgA781EKej9HF8vme8okylkAeNKLk=
Expand Down

0 comments on commit 5c291a8

Please sign in to comment.