agent-js icon indicating copy to clipboard operation
agent-js copied to clipboard

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.

Results 86 agent-js issues
Sort by recently updated
recently updated
newest added

# Description Developers have noticed the agent is more frequently erroring with the new watermark protections against replay attacks / stale data. This feature adds a delay strategy for retries...

hi I found a security vulnerability on expiry plugin How can I report this? Good Luck

# Description It is possible to speed up inter-canister calls in some scenarios, if delegate making the call and transferring the response to the user. For example, you've make an...

external-contributor

# Description Following the pattern used by other interfaces in the library, this function switches to an async `create` method, that will be able to make the `syncTime` and `fetchRootKey`...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.2.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

**Describe the bug** Previously, in a NodeJS enviroment calling `Ed25519KeyIdentity.fromSecretKey()` with a key generated from dfx worked. After bumping agentJS from `^0.15.3` to `^1.1.1`, I now receive the following error....

backburner

**Describe the issue** I'm experiencing issues with the composite query functionality using the @dfinity/agent library in my Node.js application. When attempting to execute composite queries, the process gets stuck without...

## English **Describe the bug** When calling `AuthClient.create()` method on mobile devices (iOS-Safari and Android-Chrome), it fails and throws an error: ``` error: _CryptoError { } r@webkit-masked-url://hidden/:27:166011 value@webkit-masked-url://hidden/:27:18 @webkit-masked-url://hidden/:27:184904 ```...

backlog

# Description Since it was becoming a pain to install the individual packages, since most of them were already necessary for the auth-client anyway, this PR introduces `@dfinity/core`, a bundle...

https://github.com/dfinity/agent-js/blob/3502217ba8f81595ebd40f468046ba4df83d146c/packages/principal/src/index.ts#L9 Here, the management canister constant is mis-named because it is specified as "Text" not "Hex". The subsequent function `managementCanister()` will fail (bug).