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

feat[lang]!: change the signature of block.prevrandao #3879

Merged
merged 4 commits into from
Mar 23, 2024

Commits on Mar 21, 2024

  1. feat[lang]: change the signature of block.prevrandao

    `block.prevrandao` is an opcode alias for `difficulty`. however, it
    returns a bytes object at the evm level (cf. for instance py-evm returns
    the value of `block.mixhash`). this commit changes the signature of
    block.prevrandao to be more consistent with the VM semantics.
    charles-cooper committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b5340a8 View commit details
    Browse the repository at this point in the history
  2. update docs

    charles-cooper committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1c2243f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    6ccf864 View commit details
    Browse the repository at this point in the history
  2. update PR title regex

    add optional ! which indicates a breaking change
    charles-cooper committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    03f3024 View commit details
    Browse the repository at this point in the history