Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump cosmjs-types from 0.5.0 to 0.9.0 in /web-ui #998

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps cosmjs-types from 0.5.0 to 0.9.0.

Changelog

Sourced from cosmjs-types's changelog.

[0.9.0] - 2023-10-25

  • Upgrade to Telescope 1.0. This changes a lot of fields from optional to non-optional by utilizing the (gogoproto.nullable) = false annotations of proto files. See osmosis-labs/telescope#386
  • Switch to bigint for 64 bit integers. This means users can remove the "long": "^4.0.0" dependency in most cases.
  • Remove runtime dependency protobufjs which is not required anymore by the latest version of code generated by Telescope 👏. (#78)

#78: confio/cosmjs-types#78

[0.8.0] - 2023-05-24

  • Upgrade Cosmos SDK types to 0.47.2 including new modules like group and NFT.
  • Upgrade ibc-go types to v7.
  • Upgrade to Telescope 0.94.1

[0.7.2] - 2023-04-03

  • Upgrade Cosmos SDK types to 0.45.15
  • Upgrade wasmd types to 0.31.0

[0.7.1] - 2023-03-07

  • Fix missing proofs module

[0.7.0] - 2023-03-07

  • Upgrade Cosmos SDK types to 0.45.14 (#57)
  • Upgrade wasmd types to 0.30.0 and add ibc-go 4.2 as a separate submodule (#58)

#57: confio/cosmjs-types#57 #58: confio/cosmjs-types#58

[0.6.1] - 2022-12-22

Changed

  • Bring back fromJSON/toJSON (#55)

#55: confio/cosmjs-types#55

[0.6.0] - 2022-12-08

Changed

  • Code generation was migrated from ts-proto to telescope (#44). This gives us

... (truncated)

Commits
  • 66e5271 Set version 0.9.0
  • 316b0a1 Bump Telescope to 1.0.7
  • 0e94e82 Set version 0.9.0-rc.4
  • 09865ff Merge pull request #84 from confio/enable-addTypeUrlToObjects
  • 024d33a Enable addTypeUrlToObjects
  • cc314c5 Set version 0.9.0-rc.3
  • fbf5733 Merge pull request #83 from confio/disable-addTypeUrl
  • 19a83b4 Remove typeUrl/$typeUrl fields
  • e2b0f8c Set version 0.9.0-rc.2
  • a74fcc1 Merge pull request #82 from confio/telescope-1.0.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from chalabi2 as a code owner January 4, 2024 07:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 4, 2024
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (281146a) 61.74% compared to head (8aecad4) 61.74%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #998   +/-   ##
=======================================
  Coverage   61.74%   61.74%           
=======================================
  Files         172      172           
  Lines       14125    14125           
=======================================
  Hits         8721     8721           
  Misses       4656     4656           
  Partials      748      748           
Flag Coverage Δ
unittests 61.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@faddat
Copy link
Contributor

faddat commented Jan 5, 2024

@dependabot rebase

@faddat faddat enabled auto-merge (squash) January 5, 2024 07:29
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@faddat
Copy link
Contributor

faddat commented Jan 5, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web-ui/cosmjs-types-0.9.0 branch from 4d3c76b to ecb7f5a Compare January 5, 2024 07:37
@faddat faddat disabled auto-merge January 5, 2024 07:38
@faddat faddat enabled auto-merge (squash) January 5, 2024 07:38
@faddat
Copy link
Contributor

faddat commented Jan 7, 2024

@dwpendabot recreate

@faddat
Copy link
Contributor

faddat commented Jan 11, 2024

@dependabot recreate

Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.0 to 0.9.0.
- [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](confio/cosmjs-types@v0.5.0...v0.9.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web-ui/cosmjs-types-0.9.0 branch from f1c5e67 to 8aecad4 Compare January 11, 2024 08:23
@faddat faddat disabled auto-merge January 12, 2024 07:11
@faddat faddat merged commit f07cccc into main Jan 12, 2024
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web-ui/cosmjs-types-0.9.0 branch January 12, 2024 07:11
joe-bowman pushed a commit that referenced this pull request Jan 24, 2024
Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.0.0...math/v1.0.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/errors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish intents

fix intent match

fix custom weight size

remove under construction image

add more mobile resisizng, prepare assets grid for main net rewards queries, remove Three

chore(deps): bump cosmjs-types from 0.5.0 to 0.9.0 in /web-ui (#998)

Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.0 to 0.9.0.
- [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](confio/cosmjs-types@v0.5.0...v0.9.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.2.18 in /web-ui (#1008)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.9 to 18.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump framer-motion from 9.0.7 to 10.18.0 in /web-ui (#1026)

Bumps [framer-motion](https://github.com/framer/motion) from 9.0.7 to 10.18.0.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v9.0.7...v10.18.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump remixicon from 3.7.0 to 4.0.1 in /web-ui (#931)

Bumps [remixicon](https://github.com/Remix-Design/remixicon) from 3.7.0 to 4.0.1.
- [Release notes](https://github.com/Remix-Design/remixicon/releases)
- [Commits](https://github.com/Remix-Design/remixicon/commits)

---
updated-dependencies:
- dependency-name: remixicon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @tanstack/react-query-devtools in /web-ui (#1029)

Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 4.36.1 to 5.17.9.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.17.9/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/node from 20.10.6 to 20.11.0 in /web-ui (#1022)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-markdown from 8.0.7 to 9.0.1 in /web-ui (#1016)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.1)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-icons from 4.12.0 to 5.0.1 in /web-ui (#1023)

Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.0.1.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.0.1)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1030)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish claim transaction

add rewards claim UI, transactions, & queries

add drawer controller for wallet modal, add filter for defi table

Merge branch 'main' into bunDev2
add better styles to filter buttons

Merge branch 'bunDev2' of https://github.com/quicksilver-zone/quicksilver into bunDev2

change deploy workflow branch

fix webui deploy branch

clean up code, make intent setting safer

fix staking util types

make intent memo safer

remove useless null & unused imports

remove console log

finish authz tx

fix portfolio percentage width

fix spinner size in defi table

match all button styles

rename main app component

fix mobile menu links

add juno, fix somm

add cosmjs override

dependency updates

bump dependencies to fix tm0.37 issue

add docs url

hide PP and link about to quicksilver.zone

add default text if no intent set

add asset page info hovers, fix wallet styles in theme, update to usechains for wallet connect, add correct address for claims backend

fix linting, lint

remove broken leap metamask snaps

remove /quicksilver from url

fix resizing

a

ordering

add udpated icons

add secret & umee to wallet connect.

remove secret

fix icons before launch

remove airdrop page

use updated quicksilverjs

fix IBC, change icon contrast

add logo to staking page

fix side header highlights

fix asset amount loading loop

better hover styles for side header components

remove deprecated packages, lint

revert lockfile changes

fix gov prop search

lint

fix wallet errors, fix mobile wallet, move wallet button

fix mobile wallet, change side header colors

change metadata

update

update twitter logo, fix mobile social links

bump quicksilverjs

add logo to other pages

add tooltip arrow color

fix flicker, update state for portfolio, fix wallet connect state, fix 0% apr

quicksilverjs v1.1.0

fix sort order

fix sort order

remove legacy env vars

reduce fees

use env var for /defi api

remove qs logo from assets page

hide all qassets until we have claims enabled

change alignment of qck balance

re-add assets, but hide empty rows

show the full grid

prettify the qasset

lint fix

lockfile

fix ibc withdraw dest address

rework xcc authz notice

update tooltip for non-native assets

lint

more fixes

refine gas prices

fix send fee

show tokenized shares regardless of delegations, update tokenized share send denom

change unstaking tokens available denom

add tx events, fetch denom from events

fix linting

mobile modals

fix qs branding positons, add more mobile breakpoint resizing

finish breakpoints

move qs logo slightly
faddat pushed a commit that referenced this pull request Jan 24, 2024
)

Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.0.0...math/v1.0.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/errors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish intents

fix intent match

fix custom weight size

remove under construction image

add more mobile resisizng, prepare assets grid for main net rewards queries, remove Three

chore(deps): bump cosmjs-types from 0.5.0 to 0.9.0 in /web-ui (#998)

Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.0 to 0.9.0.
- [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](confio/cosmjs-types@v0.5.0...v0.9.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.2.18 in /web-ui (#1008)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.9 to 18.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump framer-motion from 9.0.7 to 10.18.0 in /web-ui (#1026)

Bumps [framer-motion](https://github.com/framer/motion) from 9.0.7 to 10.18.0.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v9.0.7...v10.18.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump remixicon from 3.7.0 to 4.0.1 in /web-ui (#931)

Bumps [remixicon](https://github.com/Remix-Design/remixicon) from 3.7.0 to 4.0.1.
- [Release notes](https://github.com/Remix-Design/remixicon/releases)
- [Commits](https://github.com/Remix-Design/remixicon/commits)

---
updated-dependencies:
- dependency-name: remixicon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @tanstack/react-query-devtools in /web-ui (#1029)

Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 4.36.1 to 5.17.9.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.17.9/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/node from 20.10.6 to 20.11.0 in /web-ui (#1022)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-markdown from 8.0.7 to 9.0.1 in /web-ui (#1016)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.1)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-icons from 4.12.0 to 5.0.1 in /web-ui (#1023)

Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.0.1.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.0.1)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1030)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish claim transaction

add rewards claim UI, transactions, & queries

add drawer controller for wallet modal, add filter for defi table

Merge branch 'main' into bunDev2
add better styles to filter buttons

Merge branch 'bunDev2' of https://github.com/quicksilver-zone/quicksilver into bunDev2

change deploy workflow branch

fix webui deploy branch

clean up code, make intent setting safer

fix staking util types

make intent memo safer

remove useless null & unused imports

remove console log

finish authz tx

fix portfolio percentage width

fix spinner size in defi table

match all button styles

rename main app component

fix mobile menu links

add juno, fix somm

add cosmjs override

dependency updates

bump dependencies to fix tm0.37 issue

add docs url

hide PP and link about to quicksilver.zone

add default text if no intent set

add asset page info hovers, fix wallet styles in theme, update to usechains for wallet connect, add correct address for claims backend

fix linting, lint

remove broken leap metamask snaps

remove /quicksilver from url

fix resizing

a

ordering

add udpated icons

add secret & umee to wallet connect.

remove secret

fix icons before launch

remove airdrop page

use updated quicksilverjs

fix IBC, change icon contrast

add logo to staking page

fix side header highlights

fix asset amount loading loop

better hover styles for side header components

remove deprecated packages, lint

revert lockfile changes

fix gov prop search

lint

fix wallet errors, fix mobile wallet, move wallet button

fix mobile wallet, change side header colors

change metadata

update

update twitter logo, fix mobile social links

bump quicksilverjs

add logo to other pages

add tooltip arrow color

fix flicker, update state for portfolio, fix wallet connect state, fix 0% apr

quicksilverjs v1.1.0

fix sort order

fix sort order

remove legacy env vars

reduce fees

use env var for /defi api

remove qs logo from assets page

hide all qassets until we have claims enabled

change alignment of qck balance

re-add assets, but hide empty rows

show the full grid

prettify the qasset

lint fix

lockfile

fix ibc withdraw dest address

rework xcc authz notice

update tooltip for non-native assets

lint

more fixes

refine gas prices

fix send fee

show tokenized shares regardless of delegations, update tokenized share send denom

change unstaking tokens available denom

add tx events, fetch denom from events

fix linting

mobile modals

fix qs branding positons, add more mobile breakpoint resizing

finish breakpoints

move qs logo slightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant