Skip to content

iso-filecoin: v5.0.0

Latest
Compare
Choose a tag to compare
@hugomrdias hugomrdias released this 29 Oct 17:04
3f9b19d

5.0.0 (2024-10-29)

⚠ BREAKING CHANGES

  • new methods to convert f1/f2/f3/f4 to 0x and to f0
  • Some error messages may be different with the new http client and there more options for fetch.
  • Wallet.sign and Wallet.signMessage now return Signature instance instead of the raw bytes
  • Wallet.sign no longer signs the cid of the input but instead the bytes directly

Features

  • add bls support, verify and changed sign return type(#130) (3508d54)
  • added new http client and methods (6e13265)
  • new methods to convert f1/f2/f3/f4 to 0x and to f0 (687eba6)
  • support f1/f2/f3/f4 to ID and back to robust with cache support (f3d5e5f)

Bug Fixes

  • default FilecoinAddressToEthAddress blockNumber to finalized (12585ad)
  • rpc: only cache lookups when finalized (73051aa)