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

Replace H256 with the one in rust-numext #15

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Aug 31, 2021

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

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    d3e48c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c2fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb8ac4 View commit details
    Browse the repository at this point in the history
  4. Remove H256 from lib.rs and change it to SmtH256 to avoid confusion; …

    …merge H256Ord to avoid code duplication.
    joii2020 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    dff1e56 View commit details
    Browse the repository at this point in the history
  5. Revert "Remove H256 from lib.rs and change it to SmtH256 to avoid con…

    …fusion; merge H256Ord to avoid code duplication."
    
    This reverts commit dff1e56.
    joii2020 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fc0a843 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbf439b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79a677f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    02985a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071c201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd466f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e015964 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. remove std in features

    joii2020 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    89b7e85 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Remove two unreasonable codes:

    lib.rs about no_std and error.rs about extern std
    joii2020 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    da76840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103801e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    018c5f3 View commit details
    Browse the repository at this point in the history