Skip to content

Latest commit

 

History

History
111 lines (86 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

111 lines (86 loc) · 5.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning after the v1.0.1-rc-testnet release.

Unreleased

v1.0.8-merkle-incentives

  • #567 Add new merkle-incentives smart contract for Vault Based Incentives.

v1.0.1-rc-testnet Update Wasm

  • #568 Adding the was capability support on chain for x/wasm osmosis,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_4. and bump the wasm version

v1.0.7-milktia-tia-patch

  • #560 Change the cl vault withdraw events to exist under their own event

v1.0.6-milktia-tia-patch

  • #557 Paginate Cl vault distribute rewards

v1.0.7-cl

  • #549 Validate and rebuildCL Tick caches of the CL vault
  • #555 Adds pool migration to migrate from to pools that only differ fee tier

1.0.6-cl

  • #508 Build the CL tick cache in CL vault instantiation
  • #512 Bump Osmosis-std to 0.19.2
  • #524 Bump interchain e2e tests and CL vault to Osmosis v20
  • #493 Add an airdrop contract
  • #537 Change the CL vault initial mint to lower amounts

1.0.5-cl

  • #511 Add more balance queries to the CL vault
  • #513 Add swaps using less than 100% of the swap amount and twap to the CL vault

1.0.4-cl

  • #503 Set max slippage per rerange operation instead of in the vault config
  • #501 Use any free balance of the CL vault in reranging
  • #505 Add empty migrate entrypoint

1.0.3-cl [YANKED]

1.0.2-cl

  • #498 Add proptests, asserts and token sorting to the CL vault

v1.0.1-cl

  • #488 Fix vault rewards claim query
  • #467 Add query flags to qVesting cmd
  • #447 Fix Apro withdraw slippage simulation
  • #469 Add queues to lp-strategy queries and purge failed_join_queue
  • #457 Bump the makefile versions
  • #471 Add PR and Issues template
  • #473 Expand CI
  • #456 Bump qMonitor Semver version
  • #466 Bump qMonitor protobufjs version
  • #477 Fix make lint
  • #429 Make execute_retry permissionless
  • #445 Add the initial CL vault

v1.0.0

  • #308 Update the repository README
  • #304 Add multisign demo
  • #352 Add docker compose setup for local development environment
  • #362 Add interchain E2E test suite
  • #366 Limit CI jobs to one per ref
  • #398 add qTransfer E2E test cases and general suite improvement
  • #410 Parallize interchain E2E tests
  • #423 Fix account key name in E2E tests
  • #428 Add timeout flags to go test
  • #432 Bump osmosis to v16.1.0
  • #439 Add gauge testing demo
  • #440 Add osmosis gauge creation case to E2E
  • #436 Add token factory, qVesting and Authz