Skip to content

Commit

Permalink
release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca committed Sep 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c02c450 commit 8d11fa2
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2022-09-30

### Added

- Support for kava-testnet v0.19.2-testnet upgrade

## [2.0.1] - 2022-09-22

### Fixed
@@ -59,8 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed support for zero fee transactions

[Unreleased]: https://github.com/kava-labs/rosetta-kava/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/kava-labs/rosetta-kava/compare/v2.0.2...HEAD

[2.0.1]: https://github.com/kava-labs/rosetta-kava/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/kava-labs/rosetta-kava/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/kava-labs/rosetta-kava/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/kava-labs/rosetta-kava/compare/v1.2.0...v1.3.0
2 changes: 1 addition & 1 deletion Dockerfile.mainnet
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ RUN cd kava \
&& mkdir -p /app/cosmovisor/upgrades/v0.18.0/bin \
&& mv /go/bin/kava /app/cosmovisor/upgrades/v0.18.0/bin

ARG kava_rosetta_version=v2.0.1
ARG kava_rosetta_version=v2.0.2
ENV KAVA_ROSETTA_VERSION=$kava_rosetta_version

RUN git clone https://github.com/Kava-Labs/rosetta-kava.git \
2 changes: 1 addition & 1 deletion Dockerfile.testnet
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ RUN cd kava \
&& mkdir -p /app/cosmovisor/upgrades/v0.19.2-testnet/bin \
&& mv /go/bin/kava /app/cosmovisor/upgrades/v0.19.2-testnet/bin

ARG kava_rosetta_version=v2.0.1
ARG kava_rosetta_version=v2.0.2
ENV KAVA_ROSETTA_VERSION=$kava_rosetta_version

RUN git clone https://github.com/Kava-Labs/rosetta-kava.git \

0 comments on commit 8d11fa2

Please sign in to comment.