Skip to content

v2022-07-03

Compare
Choose a tag to compare
@Viir Viir released this 03 Jul 20:26
· 1103 commits to main since this release
Clean up and simplify usage of Pine kernel functions

+ Make function names more consistent.
+ Simplify usage of commutative operations: Generalize functions like `and` and `add` from two arguments to a list of arguments.
+ Offer generalized `skip`, `take`, `reverse`, and `concat` working on both lists and blobs.
+ Expand error message in case of failure to find requested kernel function: List names of the available functions.