effectfully
effectfully
> We do O(size of S) work in e.g. deserializing the script, but the user pays O(N) for evaluation and O(N) for tx size. This doesn't sound very good. If...
Indeed you can use `enumFromTo`. Unfortunately GHC elaborates ranges to `enumFromTo` from `base` and we use a different one, so we'd either have to insist on everybody enabling `RebindableSyntax` by...
> but this isn't mentioned anywhere We now have a changelog, so breaking changes like that should end up there. Otherwise there doesn't seem to be anything else that we...
@zliu41 do you happen to know what's the status of this issue?
@zliu41 perfect, thank you very much. I just marked the issue as `status: needs action from the team` (where "action" = "getting Kenneth's work over the line"), so that we...
An update: Kenneth is working on the ticket, we didn't forget about it. There was a complication with De Bruijn indices for PIR, which is an option that we wanted...
@kwxm could you please review this discussion and tell us what the current status is, if you happen to know?
Asked @kwxm on slack, got the following response: > We have a couple of issues for that (PLT-1047 and PLT-1046) but they got stalled. I did provide a way to...
It would be great to have the requested functionality, but it seems like this issue is stalled and isn't being considered a priority right now with all the other stuff...
> UPD: There was no issue actually. Turns out it was my mistake, I parsed pub key hash incorrectly. Best kind of issue! Thank you for the update.