Kristián Balaj
Kristián Balaj
## Describe the bug Importing a library that is in the package's build-depends doesn't recompile when it should. The following are the cases when recompilation should happen in a dependent...
`foldr` seems to be more performant in Aiken when doing aggregations and `count` is an aggregation. Check out the following benchmark (`countl` is the one currently implemented in `stdlib`): ```...
Currently there are just 3 helper functions in the `aiken/transaction` module (i.e. `find_script_outputs`, `find_datum`, `find_input`). I'm proposing to add further helper function inspired by PlutusTx: - [ ] `findOwnInput` -...
I'm thinking about a few edge cases and I'm interested in your insights. Would this detect the movement correctly in case the whole scene gets suddenly saturated? The next is...
### Problem description I have the following in my workflow to checkout a private repository (using `MyOrg/some-repo` just as an example): ``` - name: Checkout some repository uses: actions/checkout@v4 with:...