@dfinity/identity-secp256k1
@dfinity/authentication. If you relied on the
isDelegationValidcheck, it has been moved to
@dfinity/identity
@dfinity/identity-ledgerhq. Use
@zondax/ledger-icpinstead.
fetchCandid()
function which retrieves the Candid interface
for a given canister id.
canisterStatus, to @agent/js. Canister status now allows you to query paths from the canister certificate with a simple interface, using the API from theinterface specification
time,
controllers,
subnet,
module_hash, and
candid. Additionally, has a utility for reading custom MetaData set using ic-wasm, as well as generic custom paths in the format of ArrayBuffers.
HttpAgent now generates a nonce to ensure that calls are unique by default. If you want
to opt out or provide your own nonce logic, you can now pass an option of
disableNonce: true
during the agent initialization.
If you are currently using
agent.addTransform(makeNonceTransform())
, please note that you should remove that logic, or add the disableNonce
option to your agent when upgrading.
*.ic0.app/apito
ic0.app/api
blobToUint8Array
have been removed.