Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Syncer and Reconciler Packages #25

Merged
merged 3 commits into from
May 12, 2020

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented May 12, 2020

Motivation

rosetta-cli implements syncing and reconciliation logic but it is not useful to any other packages because it is in an /internal.

Solution

Migrate the syncer and reconciler package to rosetta-cli. This makes it easy for anyone to use this functionality. This PR does not introduce any major changes to the code that was in rosetta-cli.

Links

rosetta-cli removal: coinbase/mesh-cli#18

Future PR

Improve coverage in syncer and reconciler

@patrick-ogrady patrick-ogrady force-pushed the patrick/syncer-reconciler-packages branch from c7ca2ff to 5148cef Compare May 12, 2020 19:30
@coveralls
Copy link

coveralls commented May 12, 2020

Pull Request Test Coverage Report for Build 1145

  • 132 of 497 (26.56%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-20.8%) to 66.252%

Changes Missing Coverage Covered Lines Changed/Added Lines %
syncer/syncer.go 47 153 30.72%
reconciler/reconciler.go 85 344 24.71%
Totals Coverage Status
Change from base Build 1094: -20.8%
Covered Lines: 958
Relevant Lines: 1446

💛 - Coveralls

@patrick-ogrady patrick-ogrady merged commit 06d0663 into master May 12, 2020
@patrick-ogrady patrick-ogrady deleted the patrick/syncer-reconciler-packages branch May 12, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants