1.8.0
compiler compatiblity |
---|
< v1.0.28-alpha |
>= v1.0.25-alpha |
Added
-
value.reduce
to efficiently fold over a value and its elements. @micahkendall -
value.from_asset_list
to turn an asset list into a Value while enforcing invariants expected ofValue
. @MicroProofs @KtorZ -
math.is_sqrt
as a more efficient alternative tosqrt
. @francolq
Changed
- Disclaimers in documentation to
bytearray.to_string
andstring.from_bytearray
regarding UTF-8 encoding. @KtorZ
Removed
N/A