Matt, Park
Matt, Park
__Proposal:__ Skip fee check for simulate tx __Current behavior:__ Current fee handler (https://github.com/evmos/ethermint/blob/main/app/ante/fees.go#L27) takes in simulator option as params, which is mostly used to simulate tx and figure out the...
## What is the purpose of the change This PR adds multi-record test for `GetArithmeticTwap` in `api_test.go` in the existing test for `GetArithmeticTwap`. This PR also adds test cases for...
## Background Current `EstimateSwap` queries, namely `EstimateSwapExactAmountIn` and `EstimateSwapExactAmountOut` and the `EstimateSwap` API in the bindings query does not only estimate swaps but includes the actual process of swapping to...
Closes: https://github.com/osmosis-labs/osmosis/pull/2190 Closes: https://github.com/osmosis-labs/osmosis/pull/2098 ## What is the purpose of the change Add whitelisted stargate queries and ensure deterministic query. The difference of this PR with the previous PR(#2190) is...
## Background The current implementation of enabling stargate queries(https://github.com/osmosis-labs/osmosis/pull/2190) proto marshals the response. Since we do not have set standards on how we want to support stargate queries in the...
Closes #1797 ## What is the purpose of the change We currently do not delete intermediary accounts without any delegations, instead keeping them all in store. The problem is that...
## Twap bindings - [ ] https://github.com/osmosis-labs/osmosis/pull/2212 - [ ] https://github.com/osmosis-labs/bindings/pull/35 ## Enabling whitelisted Stargate queries - [ ] https://github.com/osmosis-labs/osmosis/pull/2190 - [ ] https://github.com/osmosis-labs/wasmd/pull/7 ### Optional(tbd) - [ ] Support...
## Background Most of the current test cases have an `expectPass` or an `expectFail`, `expectError` with a boolean value set as its field. (ex. https://github.com/osmosis-labs/osmosis/blob/main/x/gamm/keeper/msg_server_test.go). Although these test cases are...
Closes: #2567, #2570, #2629 ## What is the purpose of the change (Note that is PR'd against `fullpowere-tokenfactory` branch, not the main branch. cref: https://github.com/osmosis-labs/cosmos-sdk/pull/334 Having separated out `BeforeSend` hook...
Closes: #2572, #2753 ## What is the purpose of the change This PR addresses some of the module level impacts by the Bank hooks, namely `TrackBeforeSend` hook and the `BlockBeforeSend`...