Open
Conversation
Contributor
Bojan131
commented
Mar 6, 2026
- **Fixed Gnosis "FeeTooLow" errors - enforced minimum priority fee (1.5 gwei) specifically for Gnosis when RPC returns zero
- Fixed "Transaction execution fails" - added retry logic with exponential backoff, fresh nonce on each retry, and guard against retrying permanent reverts
- Fixed NeuroWeb finality timeouts - replaced event re-decoding loop with simple block confirmation check (the old code kept trying to re-decode event logs from RPC which returned incomplete data on NeuroWeb)
- Add 'alreadyknown' (no space) to TRANSACTION_RETRY_ERRORS for Dwellir RPC compatibility - Handle AlreadyKnown errors by checking receipt first, then waiting without gas bump - Add limited retry (max 2) for EVM reverts when simulation passed (parallel publish race condition) - Attach operationId and UAL to errors for better error tracking - Remove stale console.error in createKnowledgeCollection - Add 5-minute total timeout for DKG finality polling - Keep last known finality value on network errors instead of resetting to 0 - Restore NeuroWeb finality timeouts to 300s Made-with: Cursor
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
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.