Skip to content

v1.0.7

Compare
Choose a tag to compare
@ChiaMineJP ChiaMineJP released this 03 Sep 13:46
· 79 commits to main since this release
a9fdc12

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 and pair to readonly to prevent potential bug.
  • Changed src/__bls_signatures__.ts location to src/__bls_signatures__/index.ts to prepare for future wasm-loading tweaks.
  • Upgraded @chiamine/bls-signatures to 0.2.1-beta.2.
  • Use CLVMType instead of CLVMObject as a valid type representation of CLVMObject.
    (CLVMObject should not be used as a type because there might be number of type incompatibility due to new private field)