algorand / conduit

Algorand's data pipeline framework.
MIT License
37 stars 26 forks source link

Consensus: v39 protocol support via go-algorand-sdk #159

Closed gmalouf closed 8 months ago

gmalouf commented 8 months ago

Summary

Bump go-algorand-sdk dependency to v2.4.0 to support v39 consensus protocol.

Test Plan

Existing tests should pass.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 199 lines in your changes are missing coverage. Please review.

Comparison is base (442791a) 67.66% compared to head (8ea006e) 72.89%. Report is 65 commits behind head on master.

:exclamation: Current head 8ea006e differs from pull request most recent head 8d2ac43. Consider uploading reports for the commit 8d2ac43 to get more accurate results

Files Patch % Lines
conduit/pipeline/pipeline.go 84.07% 48 Missing and 20 partials :warning:
pkg/cli/cli.go 69.64% 29 Missing and 5 partials :warning:
conduit/plugins/importers/algod/algod_importer.go 88.98% 21 Missing and 4 partials :warning:
...lugins/exporters/postgresql/postgresql_exporter.go 57.44% 19 Missing and 1 partial :warning:
conduit/data/config.go 76.47% 11 Missing and 5 partials :warning:
...duit/plugins/exporters/filewriter/file_exporter.go 52.94% 5 Missing and 3 partials :warning:
conduit/plugins/exporters/filewriter/util.go 87.93% 7 Missing :warning:
conduit/telemetry/telemetry.go 86.27% 5 Missing and 2 partials :warning:
conduit/plugins/importers/filereader/filereader.go 77.77% 4 Missing and 2 partials :warning:
conduit/plugins/importers/noop/noop_importer.go 80.76% 4 Missing and 1 partial :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #159 +/- ## ========================================== + Coverage 67.66% 72.89% +5.23% ========================================== Files 32 38 +6 Lines 1976 2789 +813 ========================================== + Hits 1337 2033 +696 - Misses 570 646 +76 - Partials 69 110 +41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.