Added
- Missing JSON specification (and therefore, documentation) for
collectErrors
. See #244 (🐛 @AndrewWestberg).
Changed
-
Slot lengths are now encoded as floating numbers (double precision) instead of integers (still representing a number of seconds). However, to maintain backward-compatibility, integers value are encoded without decimal, as they used to. #245 (🐛 @klntsky).
-
Blocks' properties (
header
,headerHash
,body
) are no longer marked as optional in the JSON specification (and consequently, in the TypeScript SDK). #238 (🐛 @MarcelKlammer).
Removed
N/A