1.43.0.0
plutus-core
No changes.
plutus-ledger-api
Added
- Added a Data-backed version of
MintValue
for Plutus V3.
Changed
- The Data-backed V3
ScriptContext
is updated to now use the Data-backedMintValue
, similar to how the SOPScriptContext
uses the SOPMintValue
.
plutus-tx
Added
-
Added more standard library functions to
Data.List
. -
Added new conversion functions from Data-backed
Map
and Data-backedList
. -
New
Data.AssocMap
library functions:filter
,mapWithKey
,mapMaybe
andmapMaybeWithKey
.
Changed
-
The conversion functions between
Data.AssocMap.Map
and different kinds of lists are now named according to which type of list they support. -
Slightly improved the performance of some of the existing
Data.AssocMap
functions.
plutus-tx-plugin
No changes.
plutus-executables
No changes.
Full Changelog: 1.42.0.0...1.43.0.0