1.9.0
compiler compatiblity |
---|
>= v1.0.28-alpha |
Added
- A new module
aiken/pairs
to work with associative lists (a.k.a.Pairs
). (@KtorZ, @MicroProofs) - A new function
minted_to_dict
akin toto_dict
to turningMintedValue
toDict
. (@dmitrystas)
Changed
Warning
BREAKING-CHANGE
Specialized all Dict
's key to ByteArray
, and thus remove the need for passing an extra comparison function in many functions. Dict
are however still specialized with a phantom type for keys.
Warning
BREAKING-CHANGE
Few functions from Dict
have been renamed for consistency:
from_list
->from_pairs
from_ascending_list
->from_ascending_pairs
to_list
->to_pairs
Removed
N/A