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

[Refactoring] Completed migration of uint* classes to blob #2314

Merged
merged 17 commits into from
May 10, 2021

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    b4a459b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e177b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6488f24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bce0583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8c41ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    990072e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b02a67b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9663d99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    957f529 View commit details
    Browse the repository at this point in the history
  10. [Refactor] Migrate uint256.h/.cpp to blob_uint implementation

    - delete old uint256.h/uint256.cpp files
    - delete old uint512.h
    - rename files blob_uint256.h/blob_uint256.cpp --> uint256.h/uint256.cpp
    - rename class blob_uint256 --> uint256
    - add uint160/512 blob implementation inside uint256.* files
    - move UintToArith/ArithToUint to arith_uint256.cpp
    random-zebra committed May 5, 2021
    Configuration menu
    Copy the full SHA
    22213ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fe19b1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ddf0dcb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1c0afb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ddd8f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bce58ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a640051 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    722759d View commit details
    Browse the repository at this point in the history