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

feat: Stream blocks while executing #87

Merged
merged 9 commits into from
Jun 1, 2023

Conversation

roshaans
Copy link
Contributor

@roshaans roshaans commented May 31, 2023

  • Allows you to stream blocks to test execution.
  • Able to specify starting point for streaming
  • Able to execute only from debug list
  • Able to Stop Execution
  • Block Details are shown on every block

Loom Video: https://www.loom.com/share/042e269ca7af4255a763508bf8269201

@@ -1,14 +1,19 @@
const BLOCK_FETCHER_API =
"https://70jshyr5cb.execute-api.eu-central-1.amazonaws.com/block/";

const GENESIS_BLOCK_HEIGHT = 52945886;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will change later. BlockServer does not seem to like values lower than this

@roshaans roshaans force-pushed the roshaan/block-streaming-execution branch from a2a19fd to e5e106c Compare May 31, 2023 20:47
@roshaans roshaans marked this pull request as ready for review May 31, 2023 20:52
@roshaans roshaans force-pushed the roshaan/block-streaming-execution branch from e5e106c to 78c64bf Compare June 1, 2023 15:41
@roshaans roshaans merged commit 248e6d7 into main Jun 1, 2023
@roshaans roshaans deleted the roshaan/block-streaming-execution branch June 1, 2023 16:34
@roshaans roshaans mentioned this pull request Jun 6, 2023
gabehamilton pushed a commit that referenced this pull request Jun 26, 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