v0.50.3+1 2024-01-07
v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead.
- #82 Fix cosmossdk.io/core dependencies.
v0.50.2 2023-12-12
- #58 Upgraded cosmos-sdk version and removed tip handling.
- #37 Dockerization of Rosetta.
- #29 Improvements on error handling.
- Migrated rosetta from cosmos-sdk repository to the standalone repo.
- #14272 Use
coinbase/rosetta-sdk-go/types
packages instead of comsos fork.
- #14285 Sets tendermint errors status codes to 500
- #14118 Allow rosetta to be installed as a standalone application.
- #14061 Adds openapi specification.
- #13832 Correctly populates rosetta's
/network/status
endpoint response. Rosetta's data api is divided into its own go files (account, block, mempool, network).
- #13832 Wrap tendermint RPC errors to rosetta errors.
From v0.1.0
the minimum version of Tendermint is v0.37+
, due event type changes.
- #13583 Extract rosetta to its own go.mod.