plutus icon indicating copy to clipboard operation
plutus copied to clipboard

Add shift builtin (fix #4168).

Open ak3n opened this issue 3 years ago • 1 comments

should fix #4168


Pre-submit checklist:

  • Branch
    • [x] Tests are provided (if possible)
    • [x] Commit sequence broadly makes sense
    • [x] Key commits have useful messages
    • [x] Relevant tickets are mentioned in commit messages
    • [ ] Formatting, materialized Nix files, PNG optimization, etc. are updated
  • PR
    • [x] Self-reviewed the diff
    • [x] Useful pull request description
    • [x] Reviewer requested

ak3n avatar Nov 01 '21 11:11 ak3n

I don't want to do this just now for two reasons:

  1. We need to sort out how we're going to manage adding builtins. In particular we need to not let them sneak into plutus-apps too soon.
  2. We should maybe decide which bit-manipulating operations we want overall and do them in a batch.

michaelpj avatar Nov 01 '21 11:11 michaelpj

Superseded by #4733.

kwxm avatar Nov 10 '23 09:11 kwxm