v0.12.2
ECDSAKeyIdentity Release
Adds a new identity built on the SubtleCrypto API. This identity can be built using a non-exportable KeyPair and stored securely in IndexedDb for heightened security of your application.
Also, includes a first PR from @rvanasa, a new team member at Dfinity. It improves backwards compatibility for compiling @dfinity/agent
by removing BigInt exponents from the codebase
What's Changed
- feat: ECDSAKeyIdentity by @krpeacock in #591
- chore: release v0.12.2 beta.0 by @krpeacock in #597
- fix: canisterStatus throws if root key is not fetched by @krpeacock in #600
- chore: replaces links with icp.host to xyz for nice url for docs by @krpeacock in #601
- fix: BigInt exponentiation transpiler error (@dfinity/candid) by @rvanasa in #599
- chore: release v0.12.2 by @krpeacock in #604
New Contributors
Full Changelog: v0.12.1...v0.12.2