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

May 2022 Hardfork #499

Merged
merged 15 commits into from May 5, 2022
Merged

May 2022 Hardfork #499

merged 15 commits into from May 5, 2022

Commits on Apr 16, 2022

  1. Add Script64BitIntegers script flag

     This commit adds a flag to the script engine to use 64 bit integers and updates
     the ScriptNum class to optionally support 64 bit integers.
    
     This is the first part of the May 2022 hardfork.
    cpacia committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    6c3a99a View commit details
    Browse the repository at this point in the history
  2. Add ScriptNumber 64 bit tests

    cpacia committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    f979722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce0375d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d32f4fb View commit details
    Browse the repository at this point in the history
  5. Update script_tests.json

    cpacia committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    e50130d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Add opcode tests

    cpacia committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    15fc441 View commit details
    Browse the repository at this point in the history
  2. Add fork activation

    cpacia committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    7d98616 View commit details
    Browse the repository at this point in the history
  3. Add activation tests

    cpacia committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    a882bab View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Create testnet4 params

    cpacia committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    c14737b View commit details
    Browse the repository at this point in the history
  2. Bump version

    cpacia committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    cb76167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66553d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    14014a9 View commit details
    Browse the repository at this point in the history
  2. Disable op_mul before fork

    cpacia committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    81c7b0f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on Apr 30, 2022

  1. Fix typos

    cpacia committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    40ca3f1 View commit details
    Browse the repository at this point in the history