feat: Price Feeder in Ojo node (backport #386)#392
Conversation
|
Cherry-pick of 7ffb8b5 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #392 +/- ##
==========================================
- Coverage 16.10% 16.06% -0.04%
==========================================
Files 78 78
Lines 18770 18781 +11
==========================================
- Hits 3022 3018 -4
- Misses 15595 15596 +1
- Partials 153 167 +14 ☔ View full report in Codecov by Sentry. |
| go func() { | ||
| sig := <-sigCh | ||
| logger.Info().Str("signal", sig.String()).Msg("caught signal; shutting down...") | ||
| cancel() | ||
| }() |
Check notice
Code scanning / CodeQL
Spawning a Go routine
| go func() { | ||
| logger.Info().Str("listen_addr", cfg.Server.ListenAddr).Msg("starting price-feeder server...") | ||
| srvErrCh <- srv.ListenAndServe() | ||
| }() |
Check notice
Code scanning / CodeQL
Spawning a Go routine
| go func() { | ||
| logger.Info().Msg("starting price-feeder oracle...") | ||
| srvErrCh <- oracle.StartClientless(ctx, oracleParams, tickSleep) | ||
| }() |
Check notice
Code scanning / CodeQL
Spawning a Go routine
(cherry picked from commit 7ffb8b5) # Conflicts: # go.mod # go.sum
adf259c to
5932b11
Compare
This is an automatic backport of pull request #386 done by Mergify.
Cherry-pick of 7ffb8b5 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refreshwill re-evaluate the rules@Mergifyio rebasewill rebase this PR on its base branch@Mergifyio updatewill merge the base branch into this PR@Mergifyio backport <destination>will backport this PR on<destination>branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com