Skip to content

v0.0.5

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 19 Dec 14:20
· 3363 commits to main since this release
d804e2c

Backend

Build

  • Bump ic-cdk to version 0.12.0.
  • Update candid to version 0.10.0.

Frontend

Features

  • Speed up the sign-in process by saving and loading users' public addresses to local storage (IndexedDB).
  • Compare the local address with the Ethereum address derived by the backend. If they diverge, automatically log out the user.
  • Disable "Receive" and "Send" actions until the loaded Ethereum address is certified.
  • Use the ICP to USD exchange rate for the "ICP on ETH" token.
  • Support the latest Internet Identity (II) dev bundle in Chrome during local development.
  • Introduce a new "User menu" icon, now a "Wallet menu."
  • Display the Ethereum address in the "Wallet menu."
  • Add a link to view the address on an explorer (Etherscan).

Style

  • Narrow the toast width on wide screens.
  • Various minor improvements regarding spacing.

Refactoring

  • Restructure and rename various modules and components in preparation for upcoming features.

Build

  • Migrate to SvelteKit v2.