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

C++: Refactor {address,bytes32} constructors #646

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

Commits on May 12, 2022

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

Commits on May 20, 2022

  1. hex: Tune implementation

    chfast committed May 20, 2022
    Configuration menu
    Copy the full SHA
    6d6852a View commit details
    Browse the repository at this point in the history
  2. hex: Use std::optional to report invalid input

    This replaces std::error_code and exceptions with std::optional<bytes>
    to inform about invalid hex input.
    chfast committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a476d6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe0d43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a2af1 View commit details
    Browse the repository at this point in the history