-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: reporter, relayer, executor for Hashi v0.2 #66
Conversation
…BlocksListener into Coordinator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run yarn prettier:write
within evm
.
const txHash = await client.writeContract(request) | ||
this.logger.info(`headers reporter from ${this.sourceChain.name} to ${chain.name}: ${txHash}`) | ||
|
||
await new Promise((resolve) => setTimeout(resolve, 12000)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was used in testing. Already deleted in 5e9b58a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there are some types of ReporterControllers that are not used or that are not compatible with hashi v0.2.0 please delete them.
packages/reporter/src/controllers/TelepathyReporterController.ts
Outdated
Show resolved
Hide resolved
…l for better monorepo support
…e txs with the same nonce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What
This PR includes commits that modify
reporter
,relayer
,executor
andevm
packages that compatible with Hashi v0.2.0.evm
: LayerZeroReporter.sol and LayerZeroAdapter is updated to comply with LayerZero v2.reporter
: update AMB, LayerZero, CCIP reporter controller to standard reporter controller.relayer
&executor
: dockerize the packages, and update .env, tsconfig.