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

Merged
merged 18 commits into from
Oct 2, 2024
Merged

Add build configs for testing #21

merged 18 commits into from
Oct 2, 2024

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2171b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11660d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d198d8 View commit details
    Browse the repository at this point in the history
  4. fix: update proof_of_work_bits

    the minimum proof_of_work_bits value on-chain is 30
    mellowcroc committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8a14aef View commit details
    Browse the repository at this point in the history
  5. fix: change implementation of iterating a hashmap

    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.
    mellowcroc committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    068c07f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4259073 View commit details
    Browse the repository at this point in the history
  7. doc: update README

    mellowcroc committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a9df536 View commit details
    Browse the repository at this point in the history
  8. fix: fix wrong script

    mellowcroc committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    841c0a2 View commit details
    Browse the repository at this point in the history
  9. feat: Update Dockerfile

    - 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
    mellowcroc committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8656421 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f54aa20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e7b551 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9068544 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0bb02f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    d74e696 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. style: fix clippy warning

    mellowcroc committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    32f848a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e5746ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f7cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b81b9 View commit details
    Browse the repository at this point in the history