Skip to content

Commit

Permalink
chore: updates to changelog (osmosis-labs#7696)
Browse files Browse the repository at this point in the history
* updates to changelog

* Update CHANGELOG.md
  • Loading branch information
czarcas7ic authored Mar 9, 2024
1 parent 85cbcd4 commit a655440
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#7562](https://github.com/osmosis-labs/osmosis/pull/7562) Speedup Protorev estimation logic by removing unnecessary taker fee simulations.
* [#7595](https://github.com/osmosis-labs/osmosis/pull/7595) Fix cosmwasm pool model code ID migration.
* [#7619](https://github.com/osmosis-labs/osmosis/pull/7619) Slight speedup/gas improvement to CL GetTotalPoolLiquidity queries
* [#7622](https://github.com/osmosis-labs/osmosis/pull/7622) Create/remove tick events.
* [#7623](https://github.com/osmosis-labs/osmosis/pull/7623) Add query for querying all before send hooks
* [#7622](https://github.com/osmosis-labs/osmosis/pull/7622) Remove duplicate CL accumulator update logic.
* [#7625](https://github.com/osmosis-labs/osmosis/pull/7625) Remove duplicate CL accumulator update logic.
* [#7665](https://github.com/osmosis-labs/osmosis/pull/7665) feat(x/protorev): Use Transient store to store swap backruns.
* [#7503](https://github.com/osmosis-labs/osmosis/pull/7503) Add IBC wasm light clients module

### State Compatible
## v23.0.4-iavl-v1 (contains everything in v23.0.4)

* [#558](https://github.com/osmosis-labs/cosmos-sdk/pull/558) Gracefully log when there is a pruning error instead of panic

## v23.0.4

* [#7599](https://github.com/osmosis-labs/osmosis/pull/7599) Reduce sqrt calls in TickToSqrtPrice
* [#7692](https://github.com/osmosis-labs/osmosis/pull/7692) Make CL operation mutative
* [#530](https://github.com/osmosis-labs/cosmos-sdk/pull/530) Bump sdk fork Go to 1.20
* [#540](https://github.com/osmosis-labs/cosmos-sdk/pull/540) Slashing speedup with getting params
* [#546](https://github.com/osmosis-labs/cosmos-sdk/pull/546) Speedup to UnmarshalBalanceCompat
* [#560](https://github.com/osmosis-labs/cosmos-sdk/pull/560) Enable fast nodes at a per module level

## v23.0.3-iavl-v1 (contains everything in v23.0.3)

* [#7590](https://github.com/osmosis-labs/osmosis/pull/7590) fix cwpool migration prop disallowing only one of code id or bytecode.
* [#7582](https://github.com/osmosis-labs/osmosis/pull/7582) IAVL v1
* [#7622](https://github.com/osmosis-labs/osmosis/pull/7622) Create/remove tick events.
* [#537](https://github.com/osmosis-labs/cosmos-sdk/pull/537) Fix IAVL db grow issue

## v23.0.3

* [#7498](https://github.com/osmosis-labs/osmosis/pull/7498) Protorev mutation speedup
* [#7497](https://github.com/osmosis-labs/osmosis/pull/7497) Better key formatting
* [#7541](https://github.com/osmosis-labs/osmosis/pull/7541) Use more mutatitve operations in uptime accumulator operations
* [#7538](https://github.com/osmosis-labs/osmosis/pull/7538) BigDec speedup
* [#7539](https://github.com/osmosis-labs/osmosis/pull/7539) Speedup CL tickToPrice
* [#7535](https://github.com/osmosis-labs/osmosis/pull/7535) Txfees speedup
* [#7563](https://github.com/osmosis-labs/osmosis/pull/7563) No longer emit meaningless superfluid error at epoch
* [#7590](https://github.com/osmosis-labs/osmosis/pull/7590) fix cwpool migration prop disallowing only one of code id or bytecode.
* [#7577](https://github.com/osmosis-labs/osmosis/pull/7577) Update to sdk math v1.3.0
* [#7598](https://github.com/osmosis-labs/osmosis/pull/7598) Remove extra code path in tickToPrice
* [#3](https://github.com/osmosis-labs/cometbft/pull/3) Avoid double-calling types.BlockFromProto
* [#4](https://github.com/osmosis-labs/cometbft/pull/4) Do not validatorBlock twice

## v23.0.0

Expand Down

0 comments on commit a655440

Please sign in to comment.