Update module github.com/coinbase/rosetta-sdk-go to v0.8.3 - autoclosed #236
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.9
->v0.8.3
Release Notes
coinbase/rosetta-sdk-go (github.com/coinbase/rosetta-sdk-go)
v0.8.3
: Generic improvementsCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.8.2...v0.8.3
v0.8.2
: Generic improvementsCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.8.1...v0.8.2
v0.8.1
: Refactor of error handling and badger db in-memory modeCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.8.0...v0.8.1
v0.8.0
: Error Handling OptimizationCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.7.11...v0.8.0
v0.7.11
Compare Source
v0.7.10
: Update Account parser logic and library upgradesCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.7.9...v0.7.10
v0.7.9
: upgrade to resolve ambiguous dependency issuesCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.7.8...v0.7.9
v0.7.8
: Validation changes and dependency managementCompare Source
What's Changed
New Contributors
Full Changelog: coinbase/mesh-sdk-go@v0.7.6...v0.7.8
v0.7.7
: Bug fix for prefunded account for UTXO based chainsCompare Source
What's Changed
Full Changelog: coinbase/mesh-sdk-go@v0.7.5...v0.7.7
v0.7.6
: Support fetching coins info via /account/coins endpoint for UTXO chainCompare Source
What's Changed
Full Changelog: v0.7.5…v0.7.6
v0.7.5
: Bug fix for comparing amount sign in rosetta-sdk-goCompare Source
What's Changed
New Contributors
Full Changelog: v0.7.4…v0.7.5
v0.7.4
: Library updates and bug fixesCompare Source
What's Changed
set_variable
action types by @t-hale in https://github.com/coinbase/rosetta-sdk-go/pull/371New Contributors
Full Changelog: coinbase/mesh-sdk-go@v0.7.3...v0.7.4
v0.7.3
: [email protected] supportCompare Source
What's Changed
New Contributors
Full Changelog: coinbase/mesh-sdk-go@v0.7.2...v0.7.3
v0.7.2
: Asserter enhancements and minor bug fixesCompare Source
This release include some asserter enhancements, bug fixed and dependency updates
Change log
v0.7.1
: Update dependencies for security vulnerability and other minor fixesCompare Source
This releases include some critical dependency upgrades and minor fixes
Change log
v0.7.0
: Support more validations of rosetta implementation by using a validation configCompare Source
This release includes support for more validations in asserter package via a validation config. With this change we can provide a validation file defined in a pre-defined format to validate the rosetta implementation. Currently supported validation is defined here
NOTE: This change introduces a new parameter while initializing Asserter in asserter.go. When you upgrade to this version you will have to change the code to pass this parameter where you initialize the asserter. If you don't want to use this feature, you can just pass an empty string to this parameter.
Changelog
v0.6.10
: Support Zero or Opposite Amount Value in ParserCompare Source
This release includes support for matching operations with 0 or opposite value amounts in the parser and a bug fix.
Changelog
v0.6.9
: Add Related Transactions Support in StorageCompare Source
This release includes storage logic for Related Transactions introduced in
[email protected]
and a bug fix.Changelog
http.Client
in fetcher #302v0.6.8
:[email protected]
SupportCompare Source
This release updates
rosetta-sdk-go
to support[email protected]
and fixes a few bugs.Changelog
#294
#293
#292
#288
#285
#287
#291
#289
#278
v0.6.7
: [storage][bug] FixFindTransaction
RegressionCompare Source
This release fixes a small regression in
FindTransaction
introduced in #269.Changelog
FindTransaction
Regression#280
#279
v0.6.6
: [constructor] DSL EnhancementsCompare Source
This release includes changes to make the DSL more useful by persisting data across workflow invocations.
Changelog
set_blob
andget_blob
to DSL#277
#270
#276
#275
v0.6.5
: Support [email protected]Compare Source
This release introduces one more set of
storage
optimizations and upgradesrosetta-sdk-go
to support[email protected]
. This is the last breakingstorage
change we have planned for the foreseeable future!WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK.
Changelog
#273
#272
[email protected]
#271
#269
v0.6.4
: Miscellaneous Fixes and ImprovementsCompare Source
This release includes miscellaneous bug fixes and improvements. The most notable of these changes is the ability to override inactive reconciliation checking to force accounts to be re-reconciled at tip!
Changelog
#267
#264
#266
#265
#263
v0.6.3
: Pruning OptimizationCompare Source
This release is a fast follow to v0.6.2 and introduces block pruning optimizations.
WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK.
Changelog
#261
v0.6.2
:storage
RefactorCompare Source
This release includes significant optimizations to the
storage
package. When used withrosetta-cli
, we observed over a 20x improvement in sync speed and reconciliation rate (mostly due to a reduction in lock contention). Special shoutout to @yflinn, @sidhujag, and @HelloKashif for helping to identify bottlenecks!WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK.
Changelog
#260
#259
#256
#258
#257
#255
#252
#254
#251
#250
#248
#246
#244
#245
v0.6.1
: [Chore] Miscellaneous UpdatesCompare Source
This release includes updates for a few packages (including a security release for
go-ethereum
).Changelog
v1.32.2
#238
#226
#236
v0.6.0
: [email protected]Compare Source
This PR updates
rosetta-sdk-go
to use[email protected]
. Notably, this adds support for "indexer" endpoints!Changelog
FetcherHelper
#235
#234
#233
#232
#231
#230
v0.5.10
: Miscellaneous Optimizations and Bug FixesCompare Source
This releases includes a ton of optimizations and bug fixes related to possible race conditions.
Changelog
#229
#228
#225
#224
#223
#222
#221
#217
#218
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.