Skip to content

Releases: filecoin-project/filsnap

filsnap: v1.2.0

29 Oct 15:55
85f6a20
Compare
Choose a tag to compare

1.2.0 (2024-10-29)

Features

  • add filsnap.dev and glif.io to initialConnections (53fb49a)

Bug Fixes

  • fix account safe return (b6c4f6a)
  • fix chain names to avoid metamask warnings (814317f)
  • setup internal config on update and default to mainnet (fd4d8ca)
  • update dialogs to JSX and some minor improvements to the UI (18dd299)
  • update jsx components and mm-snap cli (ff39df1)

filsnap-adapter: v2.0.2

29 Oct 15:59
371d50d
Compare
Choose a tag to compare

2.0.2 (2024-10-29)

Bug Fixes

  • support undefined network when not filecoin chain (d1ed11d)

filsnap-adapter-react: v2.0.1

29 Oct 16:06
0caec0b
Compare
Choose a tag to compare

2.0.1 (2024-10-29)

Bug Fixes

  • disconnect when changing to a non filecoin chain (81faada)

filsnap-adapter: v2.0.1

02 Oct 16:08
0bbcb5b
Compare
Choose a tag to compare

2.0.1 (2024-10-02)

Bug Fixes

  • fix chain names to avoid metamask warnings (814317f)

filsnap: v1.1.0

03 Sep 16:52
542590d
Compare
Choose a tag to compare

1.1.0 (2024-09-03)

Features

  • snap: add basic onHomePage and onInstall handlers (ad5f28c)

Bug Fixes

  • moved provider type to adapter, updated to mm v12 (56da6b5)

filsnap-adapter: v2.0.0

03 Sep 17:02
7b44d5b
Compare
Choose a tag to compare

2.0.0 (2024-09-03)

⚠ BREAKING CHANGES

  • add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider

Features

  • add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider (94f8792)
  • snap: add basic onHomePage and onInstall handlers (ad5f28c)

Bug Fixes

  • keep trying to find mm provider (6f0096f)

filsnap-adapter-react: v2.0.0

03 Sep 17:06
fa142bb
Compare
Choose a tag to compare

2.0.0 (2024-09-03)

⚠ BREAKING CHANGES

  • add configure and disconnect methods, support reconnect on mount and sync with provider

Features

  • add configure and disconnect methods, support reconnect on mount and sync with provider (443465b)

filsnap: v1.0.3

03 Jul 15:13
86812f6
Compare
Choose a tag to compare

1.0.3 (2024-07-03)

Bug Fixes

  • add proper types to the provider (429bbcf)
  • cache config and use row() in UI (25de01f), closes #173
  • disable transation insights for now (f0c1da8)
  • snaps, iso-filecoin and other dep updates (158696f)

filsnap-adapter: v1.0.2

03 Jul 15:22
70a6273
Compare
Choose a tag to compare

1.0.2 (2024-07-03)

Bug Fixes

  • add proper types to the provider (429bbcf)
  • improve connection logic to not force install (6cc4f1f)
  • snaps, iso-filecoin and other dep updates (158696f)

filsnap-adapter-react: v1.0.1

03 Jul 16:01
841b49f
Compare
Choose a tag to compare

1.0.1 (2024-07-03)

Bug Fixes