Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

refactors to abolish the lotus <> test-vectors circular dependency #132

Merged
merged 5 commits into from
Sep 8, 2020

Conversation

raulk
Copy link
Member

@raulk raulk commented Sep 8, 2020

  • Simplify the schema to not use Filecoin-specific types (thus removing dependencies on go-state-types). Refactor where necessary.
  • Turn the schema into a standalone go module, adding a local replace directive here to streamline development.
  • Migrate the chaos actor to the Lotus repo.

Part of filecoin-project/lotus#3666.

@@ -32,7 +32,7 @@
"apply_tipsets": [
{
"epoch": 1,
"basefee": "100",
"basefee": 100,
Copy link
Member Author

Choose a reason for hiding this comment

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

Had to update these vectors because the schema changed slightly, and the previous vectors became unparseable.

@raulk raulk marked this pull request as ready for review September 8, 2020 20:58
@raulk raulk merged commit 7d3becb into master Sep 8, 2020
@raulk raulk deleted the fix/circular-deps branch September 8, 2020 21:03
Copy link
Member

@alanshaw alanshaw left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants