-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(deps): update golang.org/x/exp digest to 7f521ea - autoclosed #2692
Conversation
Deploying sanguine-fe with Cloudflare Pages
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 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? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2692 +/- ##
===================================================
- Coverage 25.94950% 25.94762% -0.00188%
===================================================
Files 750 750
Lines 53265 53265
Branches 80 80
===================================================
- Hits 13822 13821 -1
- Misses 38036 38037 +1
Partials 1407 1407
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| datasource | package | from | to | | ---------- | ---------------- | ---------------------------------- | ---------------------------------- | | go | golang.org/x/exp | v0.0.0-20240604190554-fc45aab8b7f8 | v0.0.0-20240613232115-7f521ea00fb8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c61dd69
to
9cdedce
Compare
* Feat: set max open conns to 50 for relayer mysql * Feat: process each quote request in parallel * Feat: add GetDBStats to store and processDB span * Feat: add backoffs to relayer contract calls * Feat: do screener calls in parallel * Feat: add immediate handler forwarding * Fix: set should_relay=true if relayer addresses match * Fix: test * Fix: new goroutine for every reqeuest * Fix: immediately call Handle() vs underlying handler * Feat: add semaphore to limit max requests handled at once * Feat: add relayMtx and mutexMiddleware * Feat: process pre-relay and post-relay requests separately * Cleanup: coalesce processDB funcs, run two dbSelectors * Feat: use Lock() instead of TryLock() * Feat: check shouldProcess() and isProfitable() in parallel * Feat: run post-relay requests in serial * Feat: double wrap db selectors * Feat: get rid of MaxOpenConns * Feat: bump max concurrent requests * Feat: don't use semaphore in serial * Feat: use TryLock() instead of Lock() on sem and mtx * Fix: don't bubble up errors from forwarding * Nit: fix fix #2689 #2690 #2691 #2692 #2693 #2694 from #16 Co-authored-by: Daniel Wasserman <wassermandaniel8@gmail.com> Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This PR contains the following updates:
fc45aab
->7f521ea
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.