Bean

Results 15 issues of Bean

Currently on the latest version, after a window is created, there is always an observed error of `require is undefined` which has been observed to come from injected JS context...

# Description Adds an `authenticate` method which will use the `authContext` if provided to reassign the `controllerSessionSigs` property on `PKPBase` which allows for `authentication` operations to be explicitly invoked. This...

Adds an undefined check for using the `in` syntax for property check against `args` instance.

# Description - Refactors access to the `latestBlockHash` to use `getLatestBlockhash` which will force re-syncing if needed. - wraps a call to `checkAndSignAuthMessage` for use only within a browser context...

New Logging utilities within [`packages/misc`](https://github.com/LIT-Protocol/js-sdk/blob/d0709f78bd9b9838c8fb3060d3e6a9855e8dfd38/packages/misc/src/lib/misc.ts#L231 ) will help create granular logging within sdk packages. the current `log`, `logError`, `logWithRequestId` and `logErrorWithRequestId` should be renamed to indicate it is logging under...

good first issue

Currently `e2e-nodejs` tests are not covering all functionality within the [lit-action-api](https://actions-docs.litprotocol.com). The following functionality needs new test cases - [isPermittedAction](https://actions-docs.litprotocol.com/#ispermittedaction) - [isPermittedAddress](https://actions-docs.litprotocol.com/#ispermittedaddress) - [isPermittedAuthMethod](https://actions-docs.litprotocol.com/#ispermittedauthmethod) - [getPermittedActions](https://actions-docs.litprotocol.com/#getpermittedactions) - [getPermittedAddresses](https://actions-docs.litprotocol.com/#getpermittedaddresses) - [getPermittedAuthMethods](https://actions-docs.litprotocol.com/#getpermittedauthmethods)...

good first issue

Adds support for `Abort Signals` through instances of `AbortController` for each task execution context. Functionality is enabled through the `useAbortSignal` flag on the `execOptions` object provided to the `Worker` `exec`...

# Description Staging for `v6.0.0` release # - #435 - #460 - https://github.com/LIT-Protocol/js-sdk/pull/440 - https://github.com/LIT-Protocol/js-sdk/pull/473 - https://github.com/LIT-Protocol/js-sdk/pull/472 - https://github.com/LIT-Protocol/js-sdk/pull/471 Cherry Picked: - https://github.com/LIT-Protocol/js-sdk/pull/446 ## Type of change - [ ]...

on hold for v0.1
in beta

# Description Fix to #474 where minting on `localchain` will fail due to `gasLimit exceeded` error ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)...

# Description Removes `executeWithRetry` as we no longer need to retry operations due to network stability fixes. We now will only retry operations which are critical to the standup of...