Skip to content

Bump github.com/coinbase/rosetta-sdk-go from 0.8.3 to 0.11.0#42

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/coinbase/rosetta-sdk-go-0.11.0
Open

Bump github.com/coinbase/rosetta-sdk-go from 0.8.3 to 0.11.0#42
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/coinbase/rosetta-sdk-go-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps github.com/coinbase/rosetta-sdk-go from 0.8.3 to 0.11.0.

Release notes

Sourced from github.com/coinbase/rosetta-sdk-go's releases.

v0.11.0 - Add AccountAllBalances and ConstructionPreprocessOperations API endpoint

Add a new Rosetta API endpoint /construction/preprocess-operations that allows parsing high-level transaction construction operations into Rosetta operations. This provides a fallback mechanism when local OperationSelector doesn't support certain construct operations.

Add AllAccountBalances API endpoint to retrieve all sub-account balances in a single request

What's Changed

Full Changelog: coinbase/mesh-sdk-go@v0.9.0...v0.10.0

Concurrency-safe header forwarding

  • HeaderForwarder is now thread-safe
  • added unit tests for headerforwarder package

Fix: Block Asserter without genesis block

Block asserter will now work without being passed a genesis block identifier. Previously this was causing a nil pointer exception.

Update docs to mesh, add header forwarding

Docs update

We publicly renamed Rosetta to Mesh, this release contains all the docs updates for that rename

Header Forwarding

Why

In order to support some common use cases, Mesh servers need the ability to pass request headers through to the native nodes, and to return headers from native node requests back to the caller.

Use cases:

  • passing a client ID header to the nodes — this client ID shouldn't originate with the Mesh server since it may have many different callers, so it should be passed through to the native node requests
  • sticky session cookies — to support sticky sessions on native nodes, AWS uses cookies. Cookies are managed by the Cookie and Set-Cookie headers, which will need to be passed from the caller to the native node, and returned from the native node ALB to the caller

Solution

The HeaderForwarder type extracts headers from Mesh requests and forwards them to native node requests. It also watches potentially many native node responses and combines those headers to add them to a Mesh response.

To accomplish this, HeaderForwarder offers three different types of injection:

  • Server handler middleware — used to capture headers from the Mesh request for outgoing header forwarding, and to add native node response headers to the Mesh response
  • http.RoundTripper implementation — used to add outgoing headers to HTTP requests and capture incoming response headers
  • grpc.UnaryClientInterceptor implementation — used to add outgoing metadata to gRPC requests and capture incoming response metadata

A few key features:

  • opt-in — users of this library can choose to use or not use this feature
  • allows forwarding only specific headers
  • assigns every request a unique ID, which is used to associate headers from native node responses back to Mesh request/responses

... (truncated)

Commits

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 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)

Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.8.3 to 0.11.0.
- [Release notes](https://github.com/coinbase/rosetta-sdk-go/releases)
- [Commits](coinbase/mesh-sdk-go@v0.8.3...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/coinbase/rosetta-sdk-go
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 13, 2026
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.

0 participants