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

feat: return early if no client ready on retry limited requests #5057

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Jul 18, 2024

Pull Request

Closes: PRO-1262

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have updated documentation where appropriate.

Summary

See linked issue.

Copy link

codecov bot commented Jul 18, 2024

Codecov Report

Attention: Patch coverage is 91.37931% with 5 lines in your changes missing coverage. Please review.

Project coverage is 71%. Comparing base (16c144b) to head (f8c5422).

Files Patch % Lines
engine/src/retrier.rs 91% 0 Missing and 5 partials ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main   #5057    +/-   ##
======================================
- Coverage     71%     71%    -0%     
======================================
  Files        433     433            
  Lines      75804   75707    -97     
  Branches   75804   75707    -97     
======================================
- Hits       54148   53993   -155     
- Misses     18795   18847    +52     
- Partials    2861    2867     +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kylezs kylezs added this pull request to the merge queue Jul 18, 2024
Merged via the queue into main with commit fe8b41b Jul 18, 2024
47 checks passed
@kylezs kylezs deleted the feat/return-error-if-no-client-ready-on-broadcast branch July 18, 2024 15:04
syan095 added a commit that referenced this pull request Jul 23, 2024
…-ccm-checker

* origin/wip/solana-api:
  Feat/solana ccm gas limit (#5048)
  feat: return early if no client ready on retry limited requests (#5057)
  feature/PRO-1378/validator-gas-refund (#4962)
  chore: fix bug in merge that caused tests to fail
  chore: build binaries on Mac M2 Runner 🍎 (#5005)
  chore: remove unused spec versioned migration util (#5054)
  test: update integration tests
  feat(docker images): add `chainflip-node` probe scripts 🩺 (#5033)
  Feat: Make FoK constants configurable (#5024)
  fix: cp .so files to /usr/lib (#5051)
  chore: run gas_limit test by default
  fix: allow validators to deregister once they no longer have relevant key material (#5045)
  Feat: RPC lp total balances (#4951)
  fix: rpath name on 1.4.5 dylib (#5046)
  chore: remove cp dylibs from post check (#5044)
  feat: add primary/secondary label to RPC_RETRIER_TOTAL_REQUESTS metric (#5015)
  feat: smart retrier endpoint selection (#4984)
  refactor: move collected network fee to swapping pallet (#5014)
  feat: consistent broker api address strings (#5030)

# Conflicts:
#	foreign-chains/solana/sol-prim/src/consts.rs
#	state-chain/chains/src/sol/api.rs
#	state-chain/pallets/cf-swapping/src/lib.rs
#	state-chain/pallets/cf-swapping/src/mock.rs
#	state-chain/runtime/src/lib.rs
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.

2 participants