Skip to content

Conversation

ANtutov
Copy link

@ANtutov ANtutov commented Aug 17, 2025

The build_with_wallet method was missing the .map(|hint| hint.min(DEFAULT_UNKNOWN_CHAIN_BLOCK_TIME))
call that exists in the build method. This caused inconsistent poll interval behavior between
the two methods, where build_with_wallet could use unlimited chain block times instead of
capping them at 3 seconds like build() does.

Added the missing logic to ensure both methods behave identically.

@DaniPopes

This comment was marked as resolved.

@DaniPopes DaniPopes closed this Aug 21, 2025
@github-project-automation github-project-automation bot moved this to Done in Foundry Aug 21, 2025
@DaniPopes DaniPopes reopened this Aug 21, 2025
DaniPopes added a commit that referenced this pull request Aug 21, 2025
This PR aggregates changes from the following PRs:

- Closes #11145 by @\Galoretka
- Closes #11320 by @\ANtutov
- Closes #11379 by @\bethoffman
@DaniPopes DaniPopes mentioned this pull request Aug 21, 2025
@DaniPopes DaniPopes closed this in 2af2f02 Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants