-
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
Fix event missing #108
Merged
Merged
Fix event missing #108
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
defi-lead
approved these changes
Jun 23, 2024
defi-lead
added a commit
that referenced
this pull request
Sep 26, 2024
* Add jobs if not exists (#90) * 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 support of tx.origin worker in job resolvers (#92) * Remove excess keeper stake check (#93) * add from property to executor estimation (#94) * add from property to executor estimation * add from property to executor estimation * fix jsonStringify in parseAndSetUnrecognizedErrorMessage * rework parseAndSetUnrecognizedErrorMessage * update agent abi (#95) * resend transaction on "could not replace" or "underpriced" errors (#96) * resend transaction on "replacement fee too low" (#97) * add signature to error message (#98) * Offchain jobs (#99) * 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 env config override (#100) * add config override * update code and lint fix --------- Co-authored-by: defi-lead <[email protected]> * add base network (#101) * add base multicall (#102) * update PPAgent abi (#103) * Skip blocks (#104) * 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 (#105) * 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 (#106) * fix _executeTxEstimationFailedRewatch return * refactor _getCurrentPeriodIntervalJob * Fix blocklogs problem (#107) * 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 * Fix event missing (#108) * debug event missing * move _subscribeForEvents to init * handle RegisterAsKeeper for current worker * bump version * fix api host (#109) * add gnosis vrf agent (#110) * add job resolver logs (#111) * add queryPollResolvers error log (#112) * Handle resolver decode error (#113) * add queryPollResolvers results log * Handle resolver decode error * Clear debug logs with resolver results * handle offchain resolver's max execution time (#114) * add linea network constants (#115) * debug resolver success callback (#116) * Fix mix bigint and websocket reconnect initialization (#117) * fix blockLogsMode blocksDiff on node start * handle Max payload size exceeded * reset latestBlockNumber on reconnect, add logs * fix getBlocksDelay (#118) * Query block in blocks delay (#119) * fix getBlocksDelay * queryLatestBlock in getBlocksDelay * add error stack in QueueEmitter.execute catch handler log * add linea and arbitrum agents (#120) * add linea and arbitrum agents * fix linea agent * fix queryJob --------- Co-authored-by: defi-lead <[email protected]> Co-authored-by: polipaul <[email protected]>
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.