umee-network / peggo

Peggo is a Go implementation of the Gravity Bridge Orchestrator for the Umee network.
https://umee.cc/
Apache License 2.0
14 stars 21 forks source link

feat: improve bridge pause #381

Closed facundomedica closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #381 (e4fa744) into main (86ac6c4) will decrease coverage by 0.06%. The diff coverage is 4.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #381      +/-   ##
==========================================
- Coverage   57.81%   57.75%   -0.07%     
==========================================
  Files          17       17              
  Lines        2041     2045       +4     
==========================================
+ Hits         1180     1181       +1     
- Misses        758      761       +3     
  Partials      103      103              
Impacted Files Coverage Δ
orchestrator/main_loops.go 7.40% <0.00%> (-0.06%) :arrow_down:
orchestrator/orchestrator.go 88.46% <100.00%> (+0.46%) :arrow_up:
RafilxTenfen commented 2 years ago

@facundomedica this way validators would need to run --eth-merge-pause=false for the orchestrator to run EthOracleMainLoop and RelayerMainLoop :thinking:

facundomedica commented 2 years ago

@facundomedica this way validators would need to run --eth-merge-pause=false for the orchestrator to run EthOracleMainLoop and RelayerMainLoop 🤔

It defaults to false, so if you ignore it, it will run everything as usual.