plutus
plutus copied to clipboard
Add shift builtin (fix #4168).
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
I don't want to do this just now for two reasons:
- 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. - We should maybe decide which bit-manipulating operations we want overall and do them in a batch.
Superseded by #4733.