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

Add build configs for testing #21

Open
wants to merge 14 commits into
base: gen-bootloader-proof
Choose a base branch
from

Conversation

mellowcroc
Copy link
Contributor

No description provided.

@mellowcroc mellowcroc changed the base branch from main to gen-bootloader-proof July 19, 2024 10:36
the minimum proof_of_work_bits value on-chain is 30
the previous implementation does not reliably iterate through a hashmap in the desired order. this fix ensures that the hashmap is iterated like an array, which is what we want.
- Moved Dockerfile from ./examples/bootloader to top-most directory and merged it with the existing Dockerfile (this allows calling the rust code in the same Dockerfile and essentially makes running the demo easier)
- Removed Makefile since it's no longer needed
- Updated README accordingly
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.

1 participant