Skip to content
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

Open
wants to merge 85 commits into
base: feat/v0.2.0
Choose a base branch
from

Conversation

zengzengzenghuy
Copy link
Collaborator

What

This PR includes commits that modify reporter, relayer, executor and evm packages that compatible with Hashi v0.2.0.

  1. evm: LayerZeroReporter.sol and LayerZeroAdapter is updated to comply with LayerZero v2.
  2. reporter: update AMB, LayerZero, CCIP reporter controller to standard reporter controller.
  3. relayer & executor: dockerize the packages, and update .env, tsconfig.

allemanfredi and others added 30 commits October 13, 2023 14:18
Copy link
Collaborator

@allemanfredi allemanfredi left a 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))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why here?

Copy link
Collaborator Author

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

packages/reporter/.env.example Outdated Show resolved Hide resolved
packages/reporter/src/index.ts Show resolved Hide resolved
Copy link
Collaborator

@allemanfredi allemanfredi left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants