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

Publish Stage #3986

Merged
merged 12 commits into from
Dec 2, 2024
Merged

Publish Stage #3986

merged 12 commits into from
Dec 2, 2024

Conversation

JoseRFelix
Copy link
Collaborator

Changes

  • Improve unit performance
  • Update Nomic relayers
  • Fix incorrect deposit status display for different wallets
  • Fix misleading countdown phrasing for withdrawal progress
  • Fix confirm swap button is unclickable when 1CT is enabled
  • Fix transfers disappearing after 1 day
  • Change default Osmosis portfolio view from 1D to 7D

deividaspetraitis and others added 11 commits November 27, 2024 18:34
* Update default env variables

Updates default env variables pointing to working endpoints
* Extracted e2e monitoring tests
* feat: move @keplr-wallet/unit to the repo

* Small speedup to initially test if the change has been applied

* Speedup the clone method by avoiding the constructor call

* Significantly lower math in IntPretty constructor call

* update: gh actions workflow to include unit pkg

---------

Co-authored-by: Jose Felix <[email protected]>
* feat: improve humanize time accuracy

* fix: build
No idea if this is a bottleneck in TRPC/locally.

just noticed it as I was reading through code
Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
osmosis-frontend ✅ Ready (Inspect) Visit Preview 3 resolved Dec 2, 2024 8:17pm
osmosis-frontend-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 8:17pm
osmosis-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 8:17pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
osmosis-frontend-datadog ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 8:17pm
osmosis-frontend-edgenet ⬜️ Ignored (Inspect) Dec 2, 2024 8:17pm

export class Coin {
public static parse(str: string): Coin {
const re = new RegExp("([0-9]+)[ ]*([a-zA-Z]+)$");
const execed = re.exec(str);

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of '0'.
}

export function isValidDecimalString(str: string): boolean {
return regexDecString.test(str);

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetitions of '00'.
This
regular expression
that depends on
library input
may run slow on strings starting with '0' and with many repetit
@JoseRFelix JoseRFelix requested review from a team December 2, 2024 17:11
@JoseRFelix JoseRFelix merged commit c219ec9 into master Dec 2, 2024
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants