Skip to content

Latest commit

 

History

History
268 lines (122 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

268 lines (122 loc) · 10.4 KB

Changelog

5.0.0 (2024-10-29)

⚠ BREAKING CHANGES

  • new methods to convert fs to 0x and to ids
  • Some error messages may be different with the new http client and there more options for fetch.
  • sign and signMessage now return Signature instance instead of the raw bytes

Features

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

Bug Fixes

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

4.1.0 (2024-06-25)

Features

  • improve eth<>fil address translation (b86981d)
  • upgrade to ts 5.5 and other deps updates (b332463)

Bug Fixes

4.0.5 (2024-05-16)

Bug Fixes

4.0.4 (2024-05-16)

Bug Fixes

  • use biome and release from new repo (92b6b2e)

4.0.3 (2024-02-08)

Bug Fixes

4.0.2 (2024-02-07)

Bug Fixes

  • add cjs file for real now (52f06d6)

4.0.1 (2024-02-07)

Bug Fixes

4.0.0 (2024-02-07)

⚠ BREAKING CHANGES

  • support commonjs, all deps are vendored and transpile

Features

  • support commonjs, all deps are vendored and transpile (3265f49)

3.0.3 (2023-10-30)

Bug Fixes

3.0.2 (2023-10-30)

Bug Fixes

  • move iso-filecoin to fission org (e64de20)

3.0.1 (2023-09-21)

Bug Fixes

3.0.0 (2023-09-05)

⚠ BREAKING CHANGES

  • change rpc methods signature to support fetch options

Features

  • change rpc methods signature to support fetch options (e1908f9)

Bug Fixes

2.1.0 (2023-07-31)

Features

  • add fromContractDestination for address (#66) (d1e6c38)

2.0.2 (2023-07-25)

Bug Fixes

2.0.1 (2023-07-24)

Bug Fixes

  • improve toFormat defaults (d75c232)

2.0.0 (2023-07-24)

⚠ BREAKING CHANGES

  • change token toFormat signature

Features

  • change token toFormat signature (07f50b7)

1.3.0 (2023-07-23)

Features

  • add toBigInt and toContractDestination (88251b7)

1.2.0 (2023-07-22)

Features

  • add support for all address protocols (57ea3ce)

1.1.1 (2023-07-21)

Bug Fixes

1.1.0 (2023-07-21)

Features

  • add delegated address and eth address (852a7fb)

1.0.0 (2023-07-10)

⚠ BREAKING CHANGES

  • Token to* methods return bignumber instead of string and added new toFormat method

Features

  • Token to* methods return bignumber instead of string and added new toFormat method (d27f5bc)

0.2.4 (2023-07-07)

Bug Fixes

  • iso-filecoin: fix bip39 wordlist import (168478d)

0.2.3 (2023-06-23)

Bug Fixes

  • dont prepare a msg with all the params (eb32843)

0.2.2 (2023-06-22)

Bug Fixes

  • fix token.toBytes and add raw sign (2611be0)

0.2.1 (2023-06-22)

Bug Fixes

  • add more entry points to docs (d31ad2c)

0.2.0 (2023-06-22)

Features

0.1.5 (2023-05-15)

Miscellaneous Chores

  • main: release iso-base 0.1.5 (3849a49)

0.1.3 (2023-05-11)

Bug Fixes

0.1.2 (2023-03-28)

Bug Fixes

0.1.1 (2023-03-28)

Bug Fixes

0.1.0 (2023-03-28)

Features

Bug Fixes