Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/coinbase/rosetta-sdk-go from 0.7.11 to 0…
….8.1 (#680) Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.7.11 to 0.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coinbase/rosetta-sdk-go/releases">github.com/coinbase/rosetta-sdk-go's releases</a>.</em></p> <blockquote> <h2>Refactor of error handling and badger db in-memory mode</h2> <h2>What's Changed</h2> <ul> <li>[tablesize]change the default to 2GB by <a href="https://github.com/jingweicb"><code>@jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/438">coinbase/rosetta-sdk-go#438</a></li> <li>[types]remove two fields in preprocess request by <a href="https://github.com/jingweicb"><code>@jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/439">coinbase/rosetta-sdk-go#439</a></li> <li>replace a comment by <a href="https://github.com/jingweicb"><code>@jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/445">coinbase/rosetta-sdk-go#445</a></li> <li>Error handling refactor by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/446">coinbase/rosetta-sdk-go#446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.0...v0.8.1">https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.0...v0.8.1</a></p> <h2>Error Handling Optimization</h2> <h2>What's Changed</h2> <ul> <li>Bump github.com/ethereum/go-ethereum from 1.10.19 to 1.10.21 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/429">coinbase/rosetta-sdk-go#429</a></li> <li>change tablesize default by <a href="https://github.com/jingweicb"><code>@jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/435">coinbase/rosetta-sdk-go#435</a></li> <li>Error handling improvement for Syncer and StatefulSyncer by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/433">coinbase/rosetta-sdk-go#433</a></li> <li>Error handling improvement for asserter package by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/436">coinbase/rosetta-sdk-go#436</a></li> <li>Error handling improvement for client package by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/437">coinbase/rosetta-sdk-go#437</a></li> <li>Error handling improvement for constructor related packages by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/440">coinbase/rosetta-sdk-go#440</a></li> <li>Error handling for fetcher and keys packages by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/442">coinbase/rosetta-sdk-go#442</a></li> <li>Error handling improvement for parser and reconciler packages by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/443">coinbase/rosetta-sdk-go#443</a></li> <li>Error handling improvement for storage and util packages by <a href="https://github.com/GeekArthur"><code>@GeekArthur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/444">coinbase/rosetta-sdk-go#444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.7.11...v0.8.0">https://github.com/coinbase/rosetta-sdk-go/compare/v0.7.11...v0.8.0</a></p> <h2>Support rosetta-specifications@v1.4.9</h2> <p>This release introduces one more set of <code>storage</code> optimizations and upgrades <code>rosetta-sdk-go</code> to support <code>rosetta-specifications@v1.4.9</code>. This is the last breaking <code>storage</code> change we have planned for the foreseeable future!</p> <p><strong>WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK.</strong></p> <h3>Changelog</h3> <ul> <li>[storage] Protect against nil Helper and/or Handler in BalanceStorage <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/273"><code>[#273](https://github.com/coinbase/rosetta-sdk-go/issues/273)</code></a></li> <li>[storage] Single Errgroup Pool for BlockWorkers <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/272"><code>[#272](https://github.com/coinbase/rosetta-sdk-go/issues/272)</code></a></li> <li>[chore] <code>rosetta-specifications@v1.4.9</code> <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/271"><code>[#271](https://github.com/coinbase/rosetta-sdk-go/issues/271)</code></a></li> <li>[syncer/storage] Pre-store Blocks <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/269"><code>[#269](https://github.com/coinbase/rosetta-sdk-go/issues/269)</code></a></li> </ul> <h2>rosetta-specifications@v1.4.8</h2> <p>This PR updates <code>rosetta-sdk-go</code> to use <a href="https://github.com/coinbase/rosetta-specifications/releases/tag/v1.4.8"><code>rosetta-specifications@v1.4.8</code></a>. Notably, this adds support for <a href="https://github.com/coinbase/rosetta-specifications#indexers">"indexer" endpoints</a>!</p> <h3>Changelog</h3> <ul> <li>[utils] Update <code>FetcherHelper</code> <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/235"><code>[#235](https://github.com/coinbase/rosetta-sdk-go/issues/235)</code></a></li> <li>[syncer] Only invoke cancel when successful <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/234"><code>[#234](https://github.com/coinbase/rosetta-sdk-go/issues/234)</code></a></li> <li>[chore] rosetta-specifications@v1.4.8 <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/233"><code>[#233](https://github.com/coinbase/rosetta-sdk-go/issues/233)</code></a></li> <li>[chore] v1.4.7 Upgrade (Part 2) <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/232"><code>[#232](https://github.com/coinbase/rosetta-sdk-go/issues/232)</code></a></li> <li>[chore] v1.4.7 Upgrade <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/231"><code>[#231](https://github.com/coinbase/rosetta-sdk-go/issues/231)</code></a></li> <li>[client/fetcher] Retry 502, 503, and 504 HTTP Codes <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/230"><code>[#230](https://github.com/coinbase/rosetta-sdk-go/issues/230)</code></a></li> </ul> <h2>Support Rosetta Specification v1.4.1</h2> <p>This release adds support for <code>v1.4.1</code> of the Rosetta Specification (<a href="https://github.com/coinbase/rosetta-specifications/releases/tag/v1.4.1">https://github.com/coinbase/rosetta-specifications/releases/tag/v1.4.1</a>) and contains a collection of miscellaneous bug fixes and improvements.</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/1cc6016f48cbb1ac3113f3b584a0cf3a83063b6d"><code>1cc6016</code></a> Error handling refactor (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/446">#446</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/33738c2c5196033ff4d067a16992eb9d6ff63cc0"><code>33738c2</code></a> remove a comment (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/445">#445</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/b34d797525772fc2110008e49817fd0c9f6c625e"><code>b34d797</code></a> [types]remove two fields in preprocess request (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/439">#439</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/2fa41fd58fc3400c4eab95111639515be54b1abd"><code>2fa41fd</code></a> change the default to 2GB (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/438">#438</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/7712c7d1f15e47be38e7e0e730a5a882e94bc4ae"><code>7712c7d</code></a> Error handling improvement for storage and util packages (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/444">#444</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/1ffb6303cbec8836b76deef7793c6fa2b24d4f86"><code>1ffb630</code></a> Error handling improvement for parser and reconciler packages (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/443">#443</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/64419e3cccf815264bfd25c4745e1acf74a82858"><code>64419e3</code></a> Error handling for fetcher and keys packages (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/442">#442</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/18b582a021493f73627d8f6681d19eeccb4b711a"><code>18b582a</code></a> Error handling improvement for constructor related packages (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/440">#440</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/43f12b453655967509beea7b15405a8517c0de5a"><code>43f12b4</code></a> Error handling improvement for client package (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/437">#437</a>)</li> <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/a48f742c1d904ad2e022585affa2eee63e437908"><code>a48f742</code></a> Error handling improvement for asserter package (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/436">#436</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.7.11...v0.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coinbase/rosetta-sdk-go&package-manager=go_modules&previous-version=0.7.11&new-version=0.8.1)](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 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