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

test(chain): refactor and test chain economics extraction #298

Merged
merged 2 commits into from
Dec 3, 2020

Conversation

iand
Copy link
Contributor

@iand iand commented Dec 3, 2020

No description provided.

@iand iand requested a review from frrist December 3, 2020 10:15
@iand iand changed the title Iand/refactor chain economics processor test(chain): refactor and test chain economics extraction Dec 3, 2020
@iand iand self-assigned this Dec 3, 2020
return ce.PersistWithTx(ctx, tx)
}); err != nil {
return xerrors.Errorf("persist: %w", err)
}

return nil
}

type ChainEconomicsLens interface {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe disambiguate this from the current definition of lens used in sentinel. This is the subset of the API interface used, not an implementation of a backend.

@frrist frrist force-pushed the iand/refactor-chain-economics-processor branch from 884395c to b679d5d Compare December 3, 2020 20:29
@frrist frrist merged commit 6e246cf into master Dec 3, 2020
@frrist frrist deleted the iand/refactor-chain-economics-processor branch December 3, 2020 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants