-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mattupham/fe 1067 portfolio v3 update 0 change values to be green and up (#3823) * add threshold updates * Clean up logs * [Limit Orders]: SQS Active Order Query (#3828) * fix: increased cache time and refetch interval for active orders * fix: even longer cache * fix: WIP batch query implementation * fix: longer delay between batches * fix: batch size/timing * fix: vercel max duration * fix: wired in sqs query for active orders * fix: build * fix: filled orders styling * fix: remove claimable orders test data * fix: further reduced queries * feat: moved orders query to passthrough * fix: moved active orders to local router * fix: altered orders cache to be more responsive * chore: post typing fixes for active orders sqs query * fix: reverted unnecessary changes * feat: removed pool restriction on orderbooks * Clean up formatter (#3829) * Clean up formatter * Remove log * update no price data * add pr notification yaml (#3830) Co-authored-by: Michael Millington <> * fix lint issue (#3832) * Handle PricePretty and Lint issue * add search from query param for earn (#3836) * Update search from query param * Do not log subsequent chart interaction events / Handle last event tracking (#3834) * Handle last event tracking * Clean up * Clean up types * Update event properties * Add types for event options * Fix lint * Update MATIC -> POL (#3835) * Update MATIC -> POL * Update tests * feat: feature flag for sqs active orders (#3837) * [Limit Orders]: Fix date display for order history (#3833) * fix: date display for order history * fix: undid feature flag changes * fix: typing issue * [Limit Orders]: Price to Tick Crash Handler (#3838) * fix: price to tick error handling * feat: added swap source to swap amplitude events --------- Co-authored-by: Matt Upham <[email protected]> * Update IBC overrides to use POL (#3839) * fix: date display for active orders from node (#3840) * Mattupham/fe 1077 v26 fe tasks (#3843) * feat: adding ledger support to 1CT * fix: make hash optional for TransactionRow type * Add timeout * Update default timeout height offset * Update OSMOSIS_COMMIT_HASH * Revert "(1CT) Add Ledger Coming Soon Copy (#3554)" This reverts commit 94f041a. * Remove ledger paragraph * Clean up paragraph spacing * Update protos * Temp commit - snapshot of working progress * Update 1ct session allowed functions * get feature flags ready for launch * Clean up for launch * remove log * Fix type issues related to telescope --------- Co-authored-by: ghost <[email protected]> * Less alerts from claim workflow (#3845) * Publish Stage (#3831) (#3846) * Mattupham/fe 1067 portfolio v3 update 0 change values to be green and up (#3823) * add threshold updates * Clean up logs * [Limit Orders]: SQS Active Order Query (#3828) * fix: increased cache time and refetch interval for active orders * fix: even longer cache * fix: WIP batch query implementation * fix: longer delay between batches * fix: batch size/timing * fix: vercel max duration * fix: wired in sqs query for active orders * fix: build * fix: filled orders styling * fix: remove claimable orders test data * fix: further reduced queries * feat: moved orders query to passthrough * fix: moved active orders to local router * fix: altered orders cache to be more responsive * chore: post typing fixes for active orders sqs query * fix: reverted unnecessary changes * feat: removed pool restriction on orderbooks * Clean up formatter (#3829) * Clean up formatter * Remove log * update no price data * add pr notification yaml (#3830) Co-authored-by: Michael Millington <> * fix lint issue (#3832) * Handle PricePretty and Lint issue * add search from query param for earn (#3836) * Update search from query param * Do not log subsequent chart interaction events / Handle last event tracking (#3834) * Handle last event tracking * Clean up * Clean up types * Update event properties * Add types for event options * Fix lint * Update MATIC -> POL (#3835) * Update MATIC -> POL * Update tests * feat: feature flag for sqs active orders (#3837) * [Limit Orders]: Fix date display for order history (#3833) * fix: date display for order history * fix: undid feature flag changes * fix: typing issue * [Limit Orders]: Price to Tick Crash Handler (#3838) * fix: price to tick error handling * feat: added swap source to swap amplitude events --------- * Update IBC overrides to use POL (#3839) --------- Co-authored-by: Jon Ator <[email protected]> Co-authored-by: yakuramori <[email protected]> Co-authored-by: Connor Barr <[email protected]> Co-authored-by: Max Millington <[email protected]> --------- Co-authored-by: Matt Upham <[email protected]> Co-authored-by: Connor Barr <[email protected]> Co-authored-by: ghost <[email protected]> Co-authored-by: yakuramori <[email protected]> Co-authored-by: Jon Ator <[email protected]>
- Loading branch information
1 parent
bd1936c
commit dc35fb0
Showing
117 changed files
with
3,385 additions
and
1,051 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Technical job to claim orders created by monitoring | |
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "*/45 * * * *" | ||
- cron: "19 * * * *" | ||
|
||
jobs: | ||
fe-claim1-tests: | ||
|
@@ -40,40 +40,6 @@ jobs: | |
with: | ||
name: claim1-test-results | ||
path: packages/web/playwright-report | ||
- name: Send Slack alert if test fails | ||
id: slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
with: | ||
payload: | | ||
{ | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "🚨 Claim Tests Failure Alert 🚨" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "*Production App URL:* https://app.osmosis.zone" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "Click here to view the run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub Actions Run>" | ||
} | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SERVER_E2E_TESTS_SLACK_WEBHOOK_URL }} | ||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
||
fe-claim2-tests: | ||
timeout-minutes: 10 | ||
|
@@ -109,40 +75,6 @@ jobs: | |
with: | ||
name: claim2-test-results | ||
path: packages/web/playwright-report | ||
- name: Send Slack alert if test fails | ||
id: slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
with: | ||
payload: | | ||
{ | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "🚨 Claim Tests Failure Alert 🚨" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "*Production App URL:* https://app.osmosis.zone" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "Click here to view the run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub Actions Run>" | ||
} | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SERVER_E2E_TESTS_SLACK_WEBHOOK_URL }} | ||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
||
delete-deployments: | ||
runs-on: ubuntu-latest | ||
|
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
//@ts-nocheck | ||
import * as _55 from "./auth/v1beta1/auth"; | ||
import * as _56 from "./auth/v1beta1/genesis"; | ||
import * as _57 from "./bank/v1beta1/authz"; | ||
import * as _58 from "./bank/v1beta1/bank"; | ||
import * as _59 from "./bank/v1beta1/genesis"; | ||
import * as _60 from "./bank/v1beta1/tx"; | ||
import * as _111 from "./bank/v1beta1/tx.amino"; | ||
import * as _114 from "./bank/v1beta1/tx.registry"; | ||
import * as _61 from "./base/query/v1beta1/pagination"; | ||
import * as _62 from "./base/v1beta1/coin"; | ||
import * as _63 from "./staking/v1beta1/authz"; | ||
import * as _64 from "./staking/v1beta1/genesis"; | ||
import * as _65 from "./staking/v1beta1/staking"; | ||
import * as _66 from "./staking/v1beta1/tx"; | ||
import * as _112 from "./staking/v1beta1/tx.amino"; | ||
import * as _115 from "./staking/v1beta1/tx.registry"; | ||
import * as _67 from "./upgrade/v1beta1/tx"; | ||
import * as _113 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _116 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _68 from "./upgrade/v1beta1/upgrade"; | ||
import * as _57 from "./auth/v1beta1/auth"; | ||
import * as _58 from "./auth/v1beta1/genesis"; | ||
import * as _59 from "./bank/v1beta1/authz"; | ||
import * as _60 from "./bank/v1beta1/bank"; | ||
import * as _61 from "./bank/v1beta1/genesis"; | ||
import * as _62 from "./bank/v1beta1/tx"; | ||
import * as _113 from "./bank/v1beta1/tx.amino"; | ||
import * as _116 from "./bank/v1beta1/tx.registry"; | ||
import * as _63 from "./base/query/v1beta1/pagination"; | ||
import * as _64 from "./base/v1beta1/coin"; | ||
import * as _65 from "./staking/v1beta1/authz"; | ||
import * as _66 from "./staking/v1beta1/genesis"; | ||
import * as _67 from "./staking/v1beta1/staking"; | ||
import * as _68 from "./staking/v1beta1/tx"; | ||
import * as _114 from "./staking/v1beta1/tx.amino"; | ||
import * as _117 from "./staking/v1beta1/tx.registry"; | ||
import * as _69 from "./upgrade/v1beta1/tx"; | ||
import * as _115 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _118 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _70 from "./upgrade/v1beta1/upgrade"; | ||
export namespace cosmos { | ||
export namespace auth { | ||
export const v1beta1 = { | ||
..._55, | ||
..._56, | ||
..._57, | ||
..._58, | ||
}; | ||
} | ||
export namespace bank { | ||
export const v1beta1 = { | ||
..._57, | ||
..._58, | ||
..._59, | ||
..._60, | ||
..._111, | ||
..._114, | ||
..._61, | ||
..._62, | ||
..._113, | ||
..._116, | ||
}; | ||
} | ||
export namespace base { | ||
export namespace query { | ||
export const v1beta1 = { | ||
..._61, | ||
..._63, | ||
}; | ||
} | ||
export const v1beta1 = { | ||
..._62, | ||
..._64, | ||
}; | ||
} | ||
export namespace staking { | ||
export const v1beta1 = { | ||
..._63, | ||
..._64, | ||
..._65, | ||
..._66, | ||
..._112, | ||
..._115, | ||
..._67, | ||
..._68, | ||
..._114, | ||
..._117, | ||
}; | ||
} | ||
export namespace upgrade { | ||
export const v1beta1 = { | ||
..._67, | ||
..._68, | ||
..._113, | ||
..._116, | ||
..._69, | ||
..._70, | ||
..._115, | ||
..._118, | ||
}; | ||
} | ||
} |
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
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
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
Oops, something went wrong.