-
Notifications
You must be signed in to change notification settings - Fork 2
Increase default RPC timeout to 2000ms #365
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
Merged
Merged
Conversation
This file contains hidden or 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
10 tasks
Contributor
Author
10 tasks
Deploying happychain with
|
| Latest commit: |
4722d38
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bdd92e7b.happychain.pages.dev |
| Branch Preview URL: | https://gabriel-txm-increase-timeout.happychain.pages.dev |
HAPPY-308 Increase the default timeout to allow the gas estimator to spend more time
The default timeout is now 500ms, which is too low if you need to simulate a transaction to measure the gas limit |
10 tasks
8e4376e to
a7c5995
Compare
not-reed
approved these changes
Jan 22, 2025
df46fd6 to
f48f94c
Compare
This was referenced Jan 23, 2025
Merged
Merged
Merged
a7c5995 to
f238ce6
Compare
10 tasks
f48f94c to
0b937a8
Compare
f238ce6 to
6ddafa5
Compare
norswap
approved these changes
Jan 31, 2025
0b937a8 to
9fa6f10
Compare
6ddafa5 to
352683b
Compare
Merged
10 tasks
9fa6f10 to
9cee1b9
Compare
352683b to
0303189
Compare
9cee1b9 to
61a2966
Compare
0303189 to
6123c34
Compare
61a2966 to
6655ac3
Compare
6123c34 to
440728c
Compare
6655ac3 to
991bf7f
Compare
440728c to
877ca68
Compare
10 tasks
Base automatically changed from
gabriel/txm-http-polling-interval
to
gabriel/txm-force-initialization
February 5, 2025 16:07
0c3569a to
0e8184e
Compare
11296ce to
2e6b4ea
Compare
877ca68 to
fab80c3
Compare
fab80c3 to
4722d38
Compare
This was referenced Feb 11, 2025
Closed
11 tasks
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.

Linked Issues
Description
The default timeout is now 500ms, which is too low if you need to simulate a transaction to measure the gas limit
Toggle Checklist
Checklist
Basics
norswap/build-system-caching).Reminder: PR review guidelines
Correctness
C1. Builds and passes tests.
C2. The code is properly parameterized & compatible with different environments (e.g. local,
testnet, mainnet, standalone wallet, ...).
C3. I have manually tested my changes & connected features.
C4. I have performed a thorough self-review of my code after submitting the PR,
and have updated the code & comments accordingly.
Architecture & Documentation
(2) commenting these boundaries correctly, (3) adding inline comments for context when needed.
comments.
in a Markdown document.