Skip to content

Celatone v1.1.0

Compare
Choose a tag to compare
@evilpeach evilpeach released this 12 Jul 06:38
· 4344 commits to main since this release
51ced8c

Overview

This release adds the following features and bug fixes:

  • Addition of Osmosis pool list and pool details page
  • Introduction of a proposal page
  • Capability to open proposals for storing code and whitelist
  • Inclusion of a recent contracts page
  • A major refactor introducing a new concept that configures all networks and adds the local osmosis network
  • A new pagination style
  • Improved responsiveness on some pages
  • Fixes for several minor bugs

Full changelog below.

Full Changelog

Features

  • #397 Implement first version of Osmosis v16 pool
  • #358 Add Amp for Pool Detail page
  • #355 Add Amp for Pool List page
  • #294 Add Pool related txs table
  • #296 Add pool header and pool assets section for pool details page
  • #295 Add expand/collapse all for unsupported pool list
  • #277 Wire up data for pool navigation page
  • #276 Add Pool navigation and pool detail data
  • #270 Add Pool navigation and detail page
  • #418 Add gitignore for new yarn version
  • #406 add test cases for utils/formatter/token.ts
  • #398 Setup Jest and sample tests
  • #411 Add override api endpoint
  • #385 Upgrade cosmos kit major version and replace hooks
  • #380 Support local network
  • #363 Add config not found page and rewrite network logic
  • #343 Apply fetching mechanism and keyboard arrow navigation to searchbar
  • #384 New pagination style
  • #388 Save Navbar expand/collapse state in the local state
  • #407 Add code upload error message under the dropzone
  • #372 Add code hash to code details and upload section
  • #329 Add allowed user to store code flow
  • #321 Add amplitude to proposal to store code page
  • #274 Add proposal to store code page
  • #279 Add instantiate permission to msg store code, change error display design, and upgrade cosmjs to version 0.30.1
  • #366 Add recent contracts

Improvements

  • #428 Get all validators from graphql
  • #417 Support responsive and add new theme
  • #283 Change unsupported token icon render logic
  • #420 Unify create proposal page layout
  • #416 Remove the old redundant useSimulateFee hook
  • #413 Add jest test cases for date utils
  • #404 Use internal navigate instead of app link for block navigation
  • #396 Refactor useConfig, disable wasm related tabs on the public project page
  • #392 Refactor proposal table and fix empty state of the proposal list table
  • #374 Remove testnet, mainnet concepts and use permission from params
  • #369 Implement Wasm feature from config
  • #359 Remove hardcode constant (length) and use from config
  • #367 Update osmosis testnet 5 config and use explorer url from config instead
  • #368 Use chain name from config for Meta instead of env variable
  • #336 Get address type length from example addresses instead of hardcode
  • #354 Remove useChainId and use currentChainId from config
  • #341 Apply faucet info from chain config
  • #338 Use gas from chain config
  • #333 Update endpoints including LCD, RPC, Graphql
  • #335 Refactor hardcoded api route to utils
  • #373 Add view in Json for assets in account details page
  • #376 Fix pluralize and capitalize
  • #401 Add permission chip to code selection box
  • #386 Handle uppercase address
  • #382 Add pool manager v15 msgs to tx details
  • #371 Refactor assign me component and fix color in redelegation page
  • #342 Add fallback n/a token on asset icon on asset box
  • #331 Add validation check for builder in proposal to store code page
  • #324 Add deposit/voting period from gov params and add minimum required alert for proposal to store code
  • #357 Abstract color, typeface, images to theme config
  • #352 Refactor/Abstract styling (color system, font weight and more)
  • #347 Move tx table accordion arrow to the front and refactor block txs table

Bug fixes

  • #410 Remove hardcode precision in attach funds dropdown selection and get assets from API, delete microfy and demicrofy function, remove useChainRecordAsset
  • #434 Fix stepper item bg color
  • #429 Fix duration formatter, type and add migrate tab to balancer pool
  • #427 Fix upload access endpoint, Public project searchbar bug, account tx bug
  • #425 Fix reset past tx filter state and permission alert on migration page
  • #365 Fix pool page UI including helper text gap, icon alignment in pool asset table, empty state border, add message type, input selection icon, and accordion alignment
  • #362 Fix missed out hard-coded osmosis testnet 4 in code
  • #361 Fix incorrect assigned message index for each pool message in pool tx tables
  • #360 Fix supported pool list cannot be searched with token ID and should not show pagination when data is less than 10
  • #403 Retrieve faucet information from api and use api instead of lcd to prevent CORS
  • #400 Fallback explorer link for validator/proposal and gov params token symbol
  • #395 Disable wasm related tabs on the account detail page
  • #392 Fix format denom function
  • #390 Fix minor styling
  • #391 Fix incorrect empty state for past txs table
  • #383 Fix title input field and navigation in sticky bar in proposal to store code, redirect path for wasm flag
  • #379 Able to access txs tab when count query timeout, change tabs to lazy load mode for better performance
  • #387 Fix reseting proposal table when applying filters
  • #375 Fix incorrect display resolve height in proposals page
  • #356 Fix store code out of gas error by gzipping file before submitting tx
  • #344 Fix enable tx bug in proposal to store code