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/coinbase/rosetta-sdk-go from 0.7.11 to 0.8.0 #13228

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/coinbase/rosetta-sdk-go from 0.7.11 to 0.8.0.

Release notes

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

Error Handling Optimization

What's Changed

Full Changelog: coinbase/mesh-sdk-go@v0.7.11...v0.8.0

Support [email protected]

This release introduces one more set of storage optimizations and upgrades rosetta-sdk-go to support [email protected]. This is the last breaking storage change we have planned for the foreseeable future!

WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK.

Changelog

[email protected]

This PR updates rosetta-sdk-go to use [email protected]. Notably, this adds support for "indexer" endpoints!

Changelog

Support Rosetta Specification v1.4.1

This release adds support for v1.4.1 of the Rosetta Specification (https://github.com/coinbase/rosetta-specifications/releases/tag/v1.4.1) and contains a collection of miscellaneous bug fixes and improvements.

Changelog

... (truncated)

Commits
  • 7712c7d Error handling improvement for storage and util packages (#444)
  • 1ffb630 Error handling improvement for parser and reconciler packages (#443)
  • 64419e3 Error handling for fetcher and keys packages (#442)
  • 18b582a Error handling improvement for constructor related packages (#440)
  • 43f12b4 Error handling improvement for client package (#437)
  • a48f742 Error handling improvement for asserter package (#436)
  • e82db65 Error handling improvement for Syncer and StatefulSyncer (#433)
  • fee23df change tablesize default (#435)
  • 1fef65b Bump github.com/ethereum/go-ethereum from 1.10.19 to 1.10.21 (#429)
  • See full diff 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 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 requested a review from a team as a code owner September 9, 2022 16:03
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Sep 9, 2022
@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #13228 (8cd580d) into main (4fe7797) will decrease coverage by 2.22%.
The diff coverage is 6.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #13228      +/-   ##
==========================================
- Coverage   55.87%   53.65%   -2.23%     
==========================================
  Files         646      649       +3     
  Lines       54895    55365     +470     
==========================================
- Hits        30675    29708     -967     
- Misses      21762    23281    +1519     
+ Partials     2458     2376      -82     
Impacted Files Coverage Δ
baseapp/abci.go 67.01% <0.00%> (+2.59%) ⬆️
baseapp/baseapp.go 77.93% <ø> (+1.06%) ⬆️
baseapp/grpcrouter.go 90.00% <ø> (ø)
baseapp/grpcrouter_helpers.go 25.00% <ø> (ø)
baseapp/grpcserver.go 1.72% <ø> (ø)
baseapp/msg_service_router.go 85.29% <ø> (+4.41%) ⬆️
baseapp/options.go 69.23% <ø> (+0.71%) ⬆️
client/cmd.go 57.73% <0.00%> (ø)
client/context.go 54.49% <0.00%> (-1.79%) ⬇️
client/flags/flags.go 19.35% <ø> (-0.32%) ⬇️
... and 200 more

Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.7.11 to 0.8.0.
- [Release notes](https://github.com/coinbase/rosetta-sdk-go/releases)
- [Commits](coinbase/mesh-sdk-go@v0.7.11...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/coinbase/rosetta-sdk-go-0.8.0 branch from bce55f1 to a445492 Compare September 9, 2022 23:03
@julienrbrt
Copy link
Member

julienrbrt commented Sep 9, 2022

WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK.

Is that an issue for us?

@github-actions github-actions bot added the C:Cosmovisor Issues and PR related to Cosmovisor label Sep 9, 2022
@faddat
Copy link
Contributor

faddat commented Sep 10, 2022

probably not since it is heading to main.

BTW, this is fantastic (the dependabot flow)

@julienrbrt julienrbrt enabled auto-merge (squash) September 11, 2022 14:54
@julienrbrt julienrbrt merged commit 755578c into main Sep 11, 2022
@julienrbrt julienrbrt deleted the dependabot/go_modules/github.com/coinbase/rosetta-sdk-go-0.8.0 branch September 11, 2022 15:09
@tac0turtle
Copy link
Member

This needs a changelog entry due to the breaking nature if any state for rosetta is stored

@julienrbrt
Copy link
Member

julienrbrt commented Sep 11, 2022

This needs a changelog entry due to the breaking nature if any state for rosetta is stored

I wonder why the release notes from the dependabot is different from: https://github.com/coinbase/rosetta-sdk-go/releases/tag/v0.8.0.

If you look at the PR linked (e.g coinbase/mesh-sdk-go#273), they are two years old. Which makes me doubt this release includes storage breaking changes for rosetta. Given that https://github.com/coinbase/rosetta-specifications/releases/tag/v1.4.9 is two years old as well.

EDIT: yes it was probably an error in the changelog given by dependabot. Looking at the code diff there is no storage changes. Only error handling that differs. We don't need changelog then :)

Wryhder pushed a commit to Wryhder/cosmos-sdk that referenced this pull request Oct 26, 2022
….8.0 (cosmos#13228)

* build(deps): Bump github.com/coinbase/rosetta-sdk-go

Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.7.11 to 0.8.0.
- [Release notes](https://github.com/coinbase/rosetta-sdk-go/releases)
- [Commits](coinbase/mesh-sdk-go@v0.7.11...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* go mod tidy

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <[email protected]>
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
….8.0 (cosmos#13228)

* build(deps): Bump github.com/coinbase/rosetta-sdk-go

Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.7.11 to 0.8.0.
- [Release notes](https://github.com/coinbase/rosetta-sdk-go/releases)
- [Commits](coinbase/mesh-sdk-go@v0.7.11...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* go mod tidy

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass. C:Cosmovisor Issues and PR related to Cosmovisor dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants