Skip to content

Releases: kristoferlund/ic-siwe-react-demo-rust

v0.1.0

22 Aug 13:47
192f2d8
Compare
Choose a tag to compare

Changes

  • Switch from npm to pnpm as package manager
  • Upgraded Vite and eslint configuration
  • Upgraded dependency versions
  • Sync version number with ic-siwe library

v0.0.4

19 Mar 07:52
Compare
Choose a tag to compare

Bye bye RainbowKit, hello nice looking custom connect dialogs.

Added

  • Removed RainbowKit from the codebase and instead built some custom connect and account dialog components using wagmi. Removing RainbowKit means removing one fairly large dependency that bundles a lot of css and code to support various eth wallets that you (most likely) don't care about.

Changed

  • Upgraded wagmi to v2.5.7. This introduces TanStack Query as an additional dependency.
  • Upgraded viem to v2.8.4