-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge to master #126
Open
defi-dev
wants to merge
43
commits into
master
Choose a base branch
from
merge-dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge to master #126
Conversation
This file contains 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
* do not blacklist replacement transaction underpriced * add jobs if not exists * bump version * parse -32015 error
add IntervalNotReached as not suitable for blacklist error
* add from property to executor estimation * add from property to executor estimation * fix jsonStringify in parseAndSetUnrecognizedErrorMessage * rework parseAndSetUnrecognizedErrorMessage
* handle offchain jobs * handle offchain jobs * handle offchain jobs * add public-key-hash and private-key-hash endpoints to Api.ts * wip: rework offchain resolve * move getOffchainResolveCalldata to Network callResolversAndTriggerCallbacks method * fix api hash endpoints * remove excess dep
* add config override * update code and lint fix --------- Co-authored-by: defi-lead <[email protected]>
* Execute resolver on each 10-th block for arbitrum network * Add Agent v2.5.0 abi * Redesign eip1559 fee assignment * Adjust logging * Fix failing stub in tests * Fix tests
* test vrf * Clean code, test on vrf contracts, fixes * fix tests * update constants * clear logs * WebSocketProvider public provider * fix WebSocketProvider handler to get provider as public property * wrap timeout with debounce in _onNewBlockCallback * fix debounce in _onNewBlockCallback * fix debounce in _onNewBlockCallback * use offchainResolverPending is callResolversAndTriggerCallbacks * add failedIntervalEstimationsInARow * handle provider.getLogs error * removeJobFromBlacklist on config update * Fix writeVersionData.ts add git support to Dockerfile
* fix _executeTxEstimationFailedRewatch return * refactor _getCurrentPeriodIntervalJob
* debug ContractEventsEmitter blockLogsMode problem * add "max fee per gas less than block base fee" exception to isNotSuitableForBlacklistError, debug the values * add 10 percent to baseFeePerGas * add "intrinsic gas too low" exception to isNotSuitableForBlacklistError * fix blockLogsMode with skipBlocksDivisor * double baseFeePerGas
* debug event missing * move _subscribeForEvents to init * handle RegisterAsKeeper for current worker * bump version
* add queryPollResolvers results log * Handle resolver decode error * Clear debug logs with resolver results
* fix blockLogsMode blocksDiff on node start * handle Max payload size exceeded * reset latestBlockNumber on reconnect, add logs
* fix getBlocksDelay * queryLatestBlock in getBlocksDelay * add error stack in QueueEmitter.execute catch handler log
* add linea and arbitrum agents * fix linea agent
Update queryJob for Subquery data source
Fix get logs and handle blacklist error
add agent constants
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.
No description provided.