Release 2.1.0
Noteworthy Features
This feature includes the v3 synchronous call API! Calls to mainnet are able to bypass polling using the new endpoint
The HttpAgent allows you to set and read replicaTime
, which it will maintain information about in order to handle disagreements between the client and replica about time.
Fixes and improvements for the useAuthClient
library
Other changes and enhancements
- chore: updating dependencies for elliptic advisory by @krpeacock in #912
- feat: management canister interface schnorr update by @krpeacock in #913
- feat: use-auth-client react hook by @krpeacock in #911
- docs: documentation and metadata for use-auth-client by @krpeacock in #914
- feat: ensure that seed phrase must produce a 64 byte seed by @krpeacock in #915
- feat: new option for setting rootKey during agent creation by @krpeacock in #918
- chore: npm audit by @krpeacock in #919
- fix: passing request correctly during pollForResponse Processing status by @krpeacock in #909
- feat: v3 api sync call by @krpeacock in #906
- docs: clarifies meaning of
effectiveCanisterId
inCallOptions
by @krpeacock in #920 - feat: exports polling utilities from
@dfinity/agent
by @krpeacock in #921 - feat: multi-actor config by @krpeacock in #916
- feat: expose inner certificate in Certificate by @krpeacock in #925
- fix: build paths on use-auth-client by @pocesar in #922
- feat: allow option set agent replica time by @krpeacock in #923
- chore: awaits prettier formatting by @krpeacock in #926
New Contributors
Full Changelog: v2.0.0...v2.1.0