-
Notifications
You must be signed in to change notification settings - Fork 508
Closed
Labels
Description
@colll78 created a CIP on adding dropList as a builtin: New Plutus Builtin DropList. There's also a somewhat related issue: #6416.
I believe having such a builtin would allow script writers to meaningfully optimize their scripts across the board and maintaining an extra builtin, particularly such a simple one, doesn't sound like a lot of work. So I believe we should investigate it.
The roadmap:
- Add the builtin. PR: [Builtins] Add the 'dropList' builtin #6468
- Cost the builtin. PR: Costing for
dropList#6603 - Ask the community to optimize their scripts using the builtin to assess how much it helps
Reactions are currently unavailable