-
Notifications
You must be signed in to change notification settings - Fork 427
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 #3731
Merged
Merged
Publish Stage #3731
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or factory tokens (#3728) * Add deposit / withdraw buttons * Handle for all assets * Clean up props * Clean up props * Update unused vars * Remove unused var * Remove unused props
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
* chore: localizations * feat: moved price too low/high display error * fix: bandaid fix to asset selector not loading * feat: added min limit order amount env variable * chore: altered min order amount warning * fix: price no longer resets when closing review modal
* Set 1d, update loading skeleton * Clean up * Cleanup
* Better workflow names * fix locators * increased limits
* fix: user balance display on buy/sell * chore: localizations * fix: token select modal for buy/sell * chore: readded removed prop * chore: remove log * fix: lower case denom comparison for balances
* Less transactions on page * better order tests
* Renamed var and added flags to use trade
* fix: readded localstorage for swapped pairs, fixed asset page denoms for limit orders * fix: adjusted gas estimate loading state * fix: asset price chart advance view bg * fix: readded feature flag for limit orders * fix: flipped trade details ratio ordering * fix: limit order ratio shows current market * refactor: replicated disabled/loading state for old swap tool * chore: coderabbit suggestions
…, and simplify message creation (#3723) * feat: create message composers * feat: remove osmosis msg opts from osmosis account * fix: build * feat: use tx message composers * feat: handle async messages * feat: remove proto-codecs from build * fix: tests * feat: make every package esnext * feat: reduce cosmjs bundle size * fix: txs * fix: estimation hook * fix: types * feat: move message creation to component * fix: perpetual loading
* feat: add otel instrumentation * fix: add missing library * fix: correct service name * feat: add instrumentation config * feat: remove sentry * temp: add log * fix: build * feat: add opentelemetry middleware * fix: build * feat: streamline service name propagation * feat: use opentelemetry to capture error * test: update test * fix: add missing dep * feat: remove remaining sentry calls
.gitignore now includes temp files created/maintained by Vim editor shell.nix provides Nix configuration that allows to run project out of the box on Nix by a singe command: nix-shell --run 'yarn dev'
* upgrade turbo * fix filter flag in tests workflow * upgrade turbo again * update browserslist * fix lint * fix remaining filters * feat: bump turbo * feat: use new turbo tui * feat: add global env to cache --------- Co-authored-by: Jose Felix <[email protected]>
* Update ibc-overrides.ts * Update price-selector.tsx
* Enable limit order tests for EU * Added alert
…, total balance from SQS (#3735) * Test update to Dec * Update path * Clean up types * test desc * Add sort * retrieve user assets total cap from sqs * add time conversion * Remove unused var
* feat: use vercel project production url * improvement: only use state, production, preview and development as hosts for DD * improvement: clearer name
* Set up 1440px screen size * add 1280px screen width * Add 768 / 320 screen sizes * Organize classes * Hide icon button on mobile * Add stop propogation * Hide deposit and withdraw on mobile * Handle size * Fix lint * Clean up chart sizes * Clean up rows * Clean up * Add cypher translations * Add translations * Clean up * Clean up * add translations * Clean up loading states * Clean up connection status * Add observer * Wallet loader * Add new feature flag * add default chart state * Clean up keys * Update pool card * Clean up / lint * Handle undefined totalCap * Update loading state * Clean up * Fix lint
mattupham
approved these changes
Aug 16, 2024
jonator
approved these changes
Aug 16, 2024
* to dec * Update recent transactions
* perf: move epochs query to local router from edge * stale while revalidate
* remove pools prices only * lint * remove source denom (#3665)
* aprs * fees progress * import * format fees correctly * update cache params * cleanup, separate, reorganize * fix types * default incentives: true, fix cache key * remove logs * comment * revert pools caching * comment --------- Co-authored-by: Jon Ator <[email protected]>
* Added search for portfolio tests and use parameterized tests
* Begin removing legacy router * update e2e test * test updates * fix build * fix build * fix build * simplify web hook * build * Update packages/web/hooks/use-swap.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * remove feature flags --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Jon Ator <[email protected]>
* feat: added more amplitude events * fix: input starting with . for swap tab * feat: hide percent change when below 1% * feat: market price now shows 0% * chore: updated tooltips * chore: localizations * fix: removed unused localization
* feat: match stage environment * improvement: remove comment * improvement: comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change:
proto-codecs
andcosmjs