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

Implement a chain generator #89

Merged
merged 3 commits into from
Jul 29, 2019
Merged

Implement a chain generator #89

merged 3 commits into from
Jul 29, 2019

Conversation

whyrusleeping
Copy link
Member

The idea here is to have a simple thing that we can repeatedly get new blocks from to test chain things. This will allow us to put a few messages into it, call NextBlock() and see them applied.
Will be useful for integration testing and benchmarking among other things.

@whyrusleeping
Copy link
Member Author

Currently, the chain/gen test is failing because it cant find a block for some reason. No idea where that particular block is supposed to be coming from...

@whyrusleeping
Copy link
Member Author

If anyone gets bored and wants to figure out whats going on here, be my guest

@magik6k magik6k changed the base branch from refactor/types-again to master July 26, 2019 11:52
@magik6k
Copy link
Contributor

magik6k commented Jul 26, 2019

(rebased onto master)

@magik6k
Copy link
Contributor

magik6k commented Jul 26, 2019

Fixed: bace5ea

@whyrusleeping
Copy link
Member Author

heh, thanks for that fix.

Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

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

LGTM, this will help with debugging / testing #93

@whyrusleeping whyrusleeping merged commit 508e19f into master Jul 29, 2019
@whyrusleeping whyrusleeping deleted the feat/chain-gen branch July 29, 2019 16:57
magik6k added a commit that referenced this pull request Aug 10, 2020
nonsense pushed a commit that referenced this pull request Nov 6, 2020
dumikau pushed a commit to protofire/lotus that referenced this pull request Jun 8, 2023
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.

2 participants