Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Conversation

@mpetrun5
Copy link
Member

Merged relayer and chain configs into single ChainBridge config file

Description

  • removed custom evm client config
  • renamed SharedEVMConfig and SharedSubstrateConfig to EVMConfig and SubstrateConfig
  • allowed app to dynamically add chains
  • added SetupDefaultEVMChain

Related Issue Or Context

Closes: #161

How Has This Been Tested? Testing details.

  • unit tests
  • e2e tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation

Checklist:

  • I have commented my code, particularly in hard-to-understand areas.
  • I have ensured that all acceptance criteria (or expected behavior) from issue are met
  • I have updated the documentation locally and in chainbridge-docs.
  • I have added tests to cover my changes.
  • I have ensured that all the checks are passing and green, I've signed the CLA bot

@github-actions
Copy link

Go Test coverage is 33.9 %\ ✨ ✨ ✨

1 similar comment
@github-actions
Copy link

Go Test coverage is 33.9 %\ ✨ ✨ ✨

Copy link
Contributor

@P1sar P1sar left a comment

Choose a reason for hiding this comment

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

Also could you please make corresponding changes to celo-module and example app in cooperation with @nmlinaric

@mpetrun5 mpetrun5 force-pushed the mpetrun5/merge-relayer-chain-configs branch from 4487f7b to e3eca29 Compare November 24, 2021 11:22
@mpetrun5 mpetrun5 requested a review from P1sar November 24, 2021 11:22
@github-actions
Copy link

Go Test coverage is 33.3 %\ ✨ ✨ ✨

1 similar comment
@github-actions
Copy link

Go Test coverage is 33.3 %\ ✨ ✨ ✨

@github-actions
Copy link

Go Test coverage is 33.9 %\ ✨ ✨ ✨

@P1sar P1sar self-requested a review November 25, 2021 14:49
@P1sar P1sar merged commit 46d3850 into main Nov 26, 2021
@P1sar P1sar deleted the mpetrun5/merge-relayer-chain-configs branch November 26, 2021 10:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge Chain configs and Relayer config

4 participants