Good first issueInternalPlinthPlutus Ledger APIstatus: triaged
Repository metrics
- Stars
- (1,637 stars)
- PR merge metrics
- (平均マージ 15d 11h) (30d で 13 merged PRs)
説明
After https://github.com/IntersectMBO/plutus/pull/6931 is merged, you can search for uses of toSOPList or unsafeFromSOPList and you'll see that lots of code in the ledger API or the standard library does conversions to and from SOP lists which is not ideal. This is because when we implemented Data-backed Map and Value, we didn't have a Data-backed List yet. We should refactor all of these cases where a Data-backed List would be more appropriate.