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

lotusrepo lens #90

Merged
merged 8 commits into from
Oct 14, 2020
Merged

lotusrepo lens #90

merged 8 commits into from
Oct 14, 2020

Conversation

willscott
Copy link
Contributor

@willscott willscott commented Oct 12, 2020

This change switches the repo lens to directly create a chainstore, rather than spinning up a full internal lotus node. This (per @ribasushi) should be lighter weight.

Need to audit usage of the lens to see if other modules than the chain one are used and need to also be filled in.

fix #88

"github.com/filecoin-project/specs-actors/actors/util/adt"
"github.com/ipfs/go-cid"
blockstore "github.com/ipfs/go-ipfs-blockstore"
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the definition an alias type though, right?

Copy link
Contributor

Choose a reason for hiding this comment

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

I didn't dig hat you pulled: you might have just grabbed aliases and it is fine. But for future-self...

@willscott willscott marked this pull request as ready for review October 12, 2020 19:16
Copy link
Contributor

@placer14 placer14 left a comment

Choose a reason for hiding this comment

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

LGTM

@placer14 placer14 merged commit a7abcd2 into master Oct 14, 2020
@placer14 placer14 deleted the lens/repo branch October 14, 2020 18:12
placer14 added a commit that referenced this pull request Oct 14, 2020
* origin/master:
  feat: Add historical indexer metrics (#92)
  fix(lens): Include dependencies needed for Repo Lens (#90)
  Move migration to schema version 10
  fix(migrations): migrations require version 0
  feat: add message gas economy processing
  perf(db): reduce batch size for chain history indexer (#105)
  fix: use hash index type for visor_processing_actors_code_idx (#106)
  feat: set application name in postgres connection (#104)
  feat: add visor processing stats table (#96)
  feat(task): add chain economics processing (#94)
  get actor name for both versions of specs-actors (#101)
placer14 added a commit that referenced this pull request Oct 14, 2020
…-view

* origin/master:
  feat: Add miner_sector_posts tracking of window posts (#74)
  feat: Add historical indexer metrics (#92)
  fix(lens): Include dependencies needed for Repo Lens (#90)
  Move migration to schema version 10
  fix(migrations): migrations require version 0
  feat: add message gas economy processing
  perf(db): reduce batch size for chain history indexer (#105)
  fix: use hash index type for visor_processing_actors_code_idx (#106)
  feat: set application name in postgres connection (#104)
  feat: add visor processing stats table (#96)
  feat(task): add chain economics processing (#94)
  get actor name for both versions of specs-actors (#101)
  fix: remove errgrp from UnindexedBlockData persist
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.

lotusrep lens fails to start due to missing dependencies
3 participants