Skip to content

Commit

Permalink
fix: taker fee query via grpc gateway (backport #6939)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Nov 28, 2023
1 parent b6c905e commit 86ad56d
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 132 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v20.5.1

### API

* [#6939](https://github.com/osmosis-labs/osmosis/pull/6939) Fix taker fee GRPC gateway query path in poolmanager.

## v20.5.0

### Features

Expand Down
2 changes: 1 addition & 1 deletion proto/osmosis/poolmanager/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ service Query {
rpc TradingPairTakerFee(TradingPairTakerFeeRequest)
returns (TradingPairTakerFeeResponse) {
option (google.api.http).get =
"/osmosis/poolmanager/v1beta1/pools/trading_pair_takerfee";
"/osmosis/poolmanager/v1beta1/trading_pair_takerfee";
}

// EstimateTradeBasedOnPriceImpact returns an estimated trade based on price
Expand Down
Loading

0 comments on commit 86ad56d

Please sign in to comment.