v1.0.7
This version is compatible with 2722c78ddb92f067c5025196f397e4d2955f9053
of clvm
Added
- Added type declaration file
browser/index.d.ts
on build.
Changed
- Changed SExp/CLVMObject properties
atom
andpair
to readonly to prevent potential bug. - Changed
src/__bls_signatures__.ts
location tosrc/__bls_signatures__/index.ts
to prepare for future wasm-loading tweaks. - Upgraded
@chiamine/bls-signatures
to 0.2.1-beta.2. - Use
CLVMType
instead ofCLVMObject
as a valid type representation ofCLVMObject
.
(CLVMObject should not be used as a type because there might be number of type incompatibility due to new private field)