- #157 Rosetta can now run without requiring a plugin.
- #157 Added support for insecure connections to gRPC reflection servers.
v0.50.10 2024-09-25
- 155 Update Go to 1.23.1 and cosmos-sdk to v0.50.10
v0.50.9 2024-08-07
- 141 Update cosmos-sdk to v0.50.9
v0.50.8 2024-07-15
- 138 Update cosmos-sdk to v0.50.8
v0.50.7 2024-06-05
- 128 Update cosmos-sdk to v0.50.7
- 123 Correctly parse cometBFT finalize block.
v0.50.6 2024-04-23
- 114 Update cosmos-sdk to v0.50.6
v0.50.5 2024-03-18
- 99 Rosetta now can connect to cometBFT over HTTPS.
- 93 Removes the use of
LegacyMsg.GetSigners()
in favor ofcodec.GetMsgV1Signers
. - #101 Update to cosmos-sdk v0.50.5
v0.50.4 2024-02-26
- #88 Update to cosmos-sdk v0.50.4
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.