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

FE Release 11-07-24 #3377

Merged
merged 45 commits into from
Nov 7, 2024
Merged

FE Release 11-07-24 #3377

merged 45 commits into from
Nov 7, 2024

Conversation

bigboydiamonds
Copy link
Collaborator

@bigboydiamonds bigboydiamonds commented Nov 7, 2024

abtestingalpha and others added 30 commits October 24, 2024 15:58
* Adds worldchain
* Adds wld on eth
* add status index

[goreleaser]

* [goreleaser] full status name

* add status column properly

[goreleaser]

* guard db [goreleaser]

---------

Co-authored-by: Trajan0x <[email protected]>
* default exclusivityEndtime to zero when offset is zero

* set excl endtime via quoteRelayer 0, not offset.

* lint impv

* excl end time logic refactor. comment & test tweaks.

* comment typo

* docs: use `[]` for inclusive ranges

---------

Co-authored-by: ChiTimesChi <[email protected]>
* refactor: callParams -> zapData, callValue -> zapNative

* refactor: arbitrary call -> Zap

* refactor: ETH -> NATIVE_GAS_TOKEN

* refactor: IFastBridgeRecipient.fastBridgeTransferReceived -> IZapRecipient.zap

* test: rename zap tests

* fix: resolve TODO, consistent variables order

* test: add case for EOA origin token

* refactor: remove `UniversalTokenLib`

* fix: pragmas

* fix: pragma
* refactor: dedupe integration test template

* test: V2 multicall integration

* feat: add multicall features to FastBridgeV2

* Parod/fb v2 multicall add test (#3335)

* add manyActions multicall test

* increase manyAction count

* comment cleanup

---------

Co-authored-by: parodime <[email protected]>
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
…386] (#3328)

* Fix: skip db cache wherever fetching committable balances
* first pass

* img url update

* small nits

* use ZeroAddress

* removes widget changes

* adding bnb logo

* Fixes type issue on headless mismatch

* Revert "removes widget changes"

This reverts commit b80adfc.

* adding eth to bnb chain

* moving dependencies around

---------

Co-authored-by: abtestingalpha <[email protected]>
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
* Adds cspell & fixes typos, updates packages.yml for CI integration

* --if-present flag to run spellcheck only if in package.json script

---------

Co-authored-by: trajan0x <[email protected]>
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
* explorer UI updated

* rfq-indexer update

* explorer backend update

* [goreleaser] trigger explorer version bump

* rfq indexer with the right contracts

* [goreleaser] adding catch

* response error fixes and wld decimals

* adding address

* feat(rfq-indexer): add `request` column to `BridgeRequested` for refunds (#3287)

* feat(rfq-relayer): add MaxRelayAmount (#3259)

* Feat: add quoteParams helper for test

* Feat: add MaxQuoteAmount to relconfig

* Feat: use MaxQuoteAmount

* Feat: handle MaxQuoteAmount in quoter test

* Replace: MaxQuoteAmount -> MaxRelayAmount

* Feat: shouldProcess() returns false if max relay amount exceeded

* Feat: add test for MaxRelayAmount

* add request field for refunds

* adding to events typing

---------

Co-authored-by: dwasse <[email protected]>
Co-authored-by: defi-moses <[email protected]>

* fix api docs

* linting fixes

* fixing irrelavent files

---------

Co-authored-by: vro <[email protected]>
Co-authored-by: dwasse <[email protected]>
* serve swagger [SLT-449]

* fix lint issue

---------

Co-authored-by: Trajan0x <[email protected]>
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
* fixing swagger docs

* small nit
* chore(rest-api): rename swagger.json to openapi.json [SLT-449]

see #3361

* update docs

* Update packages/rest-api/src/app.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* lint coderabbit

---------

Co-authored-by: Trajan0x <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
* update widget / constants

* update token/chain icons

* update constants/widget

* update button colors

* update movr token border color
Copy link
Contributor

coderabbitai bot commented Nov 7, 2024

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

104 files out of 187 files are above the max files limit of 75. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
Copy link

cloudflare-workers-and-pages bot commented Nov 7, 2024

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: c892e69
Status: ✅  Deploy successful!
Preview URL: https://3997feb7.sanguine-fe.pages.dev
Branch Preview URL: https://master.sanguine-fe.pages.dev

View logs

Copy link

codecov bot commented Nov 7, 2024

Bundle Report

Changes will decrease total bundle size by 3.43MB (-9.62%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sdk-router-@synapsecns/sdk-router-esm* 255.26kB 609 bytes (0.24%) ⬆️
sdk-router-@synapsecns/sdk-router-cjs* 117.55kB 312 bytes (0.27%) ⬆️
explorer-ui-server-cjs* 724.74kB 141.33kB (-16.32%) ⬇️
explorer-ui-client-array-push* 2.17MB 146.44kB (-6.33%) ⬇️
synapse-interface-client-array-push* 7.5MB 220.29kB (3.03%) ⬆️
synapse-interface-server-cjs* 1.65MB 160.29kB (10.72%) ⬆️
widget-cjs-esm* 271.27kB 2.03kB (-0.74%) ⬇️
docs-bridge-client-array-push 7.34MB 564.21kB (-7.14%) ⬇️
docs-bridge-server-cjs 11.57MB 3.31MB (-22.22%) ⬇️
synapse-constants-esm-cjs* 174.63kB 174.63kB (100%) ⬆️
synapse-constants-cjs-esm* 174.18kB 174.18kB (100%) ⬆️

ℹ️ *Bundle size includes cached data from a previous commit

@bigboydiamonds bigboydiamonds merged commit 34e5886 into fe-release Nov 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants