ExocoreNetwork / exocore

5 stars 9 forks source link

feat(precompile): add `getClientChains` function #35

Closed MaxMustermann2 closed 2 months ago

MaxMustermann2 commented 2 months ago

This function can be used by the ExocoreGateway to fetch all currently registered client chains. This list is used to send a markBootstrapped transaction to all the destination chains.

TODO: at this point, the function to mark bootstrap on all chains must be triggered manually. This call should be automated in the future.

MaxMustermann2 commented 2 months ago

The "Consensus Warn / main (pull_request_target)" is panicking since its dependency was upgraded. I have pinned the version at a commit hash prior to the upgrade. However, the workflow runs on the base branch and the pinned version change will only be affective after this PR is merged.

mikebraver commented 2 months ago

Please fix github action errors