Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the dependencies group with 1 update: github.com/pk910/dynamic-ssz.

Updates github.com/pk910/dynamic-ssz from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/pk910/dynamic-ssz's releases.

v1.2.0 - streaming support

Major Changes

  • Streaming Support: Added memory-efficient streaming encoding/decoding to io.Reader/io.Writer for improved large data handling.
  • Performance Optimizations: Enhanced SSZ merkle proof verification and tree methods for faster and more memory-efficient operations.
  • Bug Fixes: Fixed heap allocation for bitlist HTR calculation and addressed potential out-of-memory errors in TreeFromNodes.
  • Refactored Codebase: Reorganized project structure into sub-packages (ssztypes and reflection) for better maintainability.
  • Improved Test Coverage: Refactored tests, removed dead code, and added comprehensive spec tests for streaming codepaths.

Full changelog

  • 3fae34e Merge pull request #76 from pk910/pk910/update-release-workflow
  • 2d2c14f Merge pull request #75 from pk910/pk910/spectests-with-streaming
  • 1224ce1 Merge pull request #74 from pk910/pk910/refactor-codebase
  • fe277b3 Merge pull request #73 from pk910/pk910/simplify-marshaling
  • 147a1c6 Merge pull request #72 from pk910/pk910/codegen-performance
  • e8e62c1 Merge pull request #71 from pk910/pk910/streaming-fixes
  • 55c3bec Merge pull request #69 from pk910/pk910/streaming4
  • e57d563 Merge pull request #67 from pk910/pk910/improve-test-coverage2
  • 09305ce Merge pull request #66 from pk910/pk910/codegen-perf-improvements
  • 1c1e61b Merge pull request #65 from Sahil-4555/optimize-tree-proof
  • d9f90f8 Merge pull request #64 from pk910/pk910/improve-test-coverage
  • 5967269 Merge pull request #63 from pk910/pk910/offchainlabs-bitlist
  • 590dac8 Merge pull request #62 from pk910/pk910/fix-dyn-byte-list-htr
  • c5ce8b2 Merge pull request #61 from pk910/pk910/fix-htr-bitlist-allocation
  • 6652877 Merge pull request #60 from Sahil-4555/optimize-tree-proof
  • 6c259a5 Merge pull request #59 from Sahil-4555/optimize-proof
Commits
  • c20208b release 1.2.0
  • 3fae34e Merge pull request #76 from pk910/pk910/update-release-workflow
  • cc48617 update release workflow
  • 2d2c14f Merge pull request #75 from pk910/pk910/spectests-with-streaming
  • f9dcc44 update presets & fix fulu spec test
  • 19df7db add fulu spec tests & test streaming codepath too
  • 1224ce1 Merge pull request #74 from pk910/pk910/refactor-codebase
  • 9d0fc80 fix spectests
  • 2aad4de reorganize project code
  • fe277b3 Merge pull request #73 from pk910/pk910/simplify-marshaling
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [github.com/pk910/dynamic-ssz](https://github.com/pk910/dynamic-ssz).


Updates `github.com/pk910/dynamic-ssz` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/pk910/dynamic-ssz/releases)
- [Commits](pk910/dynamic-ssz@v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/pk910/dynamic-ssz
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 5, 2026
@pk910 pk910 merged commit 4de1903 into master Jan 6, 2026
2 checks passed
@pk910 pk910 deleted the dependabot/go_modules/dependencies-6d8c96b1e2 branch January 6, 2026 13:28
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants