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

Hard fork code #35

Merged
merged 29 commits into from
Oct 18, 2023
Merged

Hard fork code #35

merged 29 commits into from
Oct 18, 2023

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    358fae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a56a66 View commit details
    Browse the repository at this point in the history
  3. Due to the interdependence among many state inputs,

    I'm switching to a withdraw validator to validate the whole system
    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    faba26e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fceb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7522f2 View commit details
    Browse the repository at this point in the history
  6. remove unneeded condition,

    withdraw validator will check number of validatorinputs on lock
    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d50f4c1 View commit details
    Browse the repository at this point in the history
  7. checkpoint commit

    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    364efb5 View commit details
    Browse the repository at this point in the history
  8. remove the commented out code and implement it

    Lock now validates the global state is properly updated
    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    01f4428 View commit details
    Browse the repository at this point in the history
  9. add updated fortuna logic into the mine validator

    left a note on how pools are made possible
    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0f2a042 View commit details
    Browse the repository at this point in the history
  10. chore: formatting

    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5d52f82 View commit details
    Browse the repository at this point in the history
  11. rewrite the lock action of the hard fork validator

    Now it branches off without repeating validations
    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5fb26ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65b367f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3aed06 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    089e202 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e44c108 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a136648 View commit details
    Browse the repository at this point in the history
  17. feat: finish lock other than miner readiness

    refatctor: Changed the file directory and where  types are stored
    fix: difficulty_number is correctly called target_number now
    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6351dd2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8f9701 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ecadaad View commit details
    Browse the repository at this point in the history
  20. feat: Add Burn action

    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cc1f4f8 View commit details
    Browse the repository at this point in the history
  21. commit current changes

    MicroProofs committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a70b142 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    7206277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5619b16 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

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

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    718f9fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc4874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a4f5fd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. add one more check

    MicroProofs committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    66ec498 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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