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

[0.17] Add new Elements opcodes #495

Merged
merged 10 commits into from
Jan 15, 2019

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    358a1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c20371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27ea98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ec1d91 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Re-enable several disabled opcodes

    Re-enabled opcodes are:
    
    - OP_CAT
    - OP_SUBSTR
    - OP_LEFT
    - OP_RIGHT
    - OP_INVERT
    - OP_AND
    - OP_OR
    - OP_XOR
    - OP_LSHIFT
    - OP_RSHIFT
    stevenroose committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    13e1103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fea017 View commit details
    Browse the repository at this point in the history
  3. Add OP_SUBSTR_LAZY

    stevenroose committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    547d3a0 View commit details
    Browse the repository at this point in the history
  4. Add test cases for OP_SUBSTR_LAZY

    Signed-off-by: Steven Roose <steven@stevenroose.org>
    stevenroose committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    aa7c92e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Fix typo in comment

    stevenroose committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    1967112 View commit details
    Browse the repository at this point in the history
  2. Make OP_DETERMINISTICRANDOM endian-safe

    Fixing a TODO from elements-0.14.1.
    
    Signed-off-by: Steven Roose <steven@stevenroose.org>
    stevenroose committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    a09e63f View commit details
    Browse the repository at this point in the history