Anson
Anson
All the containers are running. Followed the tutorial and applied wuxt theme, enabled post. When I go to the frontend `http://localhost:3000/sample-page` it shows **Request has been terminated Possible causes: the...
Fixed The argument type 'Null Function(dynamic, dynamic)' can't be assigned to the parameter type 'ImageStream...
# Description - Removed `authSig` as an option to pass in to endpoint functions eg. `pkpSign` `executeJs` and `signSessionKey` - Extracted out all parser, helper, transcompiler functions in the `pkpSign`...
# Description This PR merges several other PRs https://github.com/LIT-Protocol/js-sdk/pull/439 https://github.com/LIT-Protocol/js-sdk/pull/438 https://github.com/LIT-Protocol/js-sdk/pull/436, so we can run the tests as they rely on the new features introduced in those branches. Please check...
# Description Previously, we had many conditional/optional parameters when creating a SIWE message, which led to confusion about its inputs and outputs. This PR introduces helper functions tailored to users'...
# Description This PR introduces Tinny, an improved mini e2e testing framework that allows us to write tests in TypeScript. It leverages `esbuild` for rapid test compilation and execution. Tinny...
# Description Doc is helpful, but what's even better? Having the available functions suggested to you directly in the IDE: --- ## Usage: ```ts import { ResourceAbilityRequestBuilder } from '@lit-protocol/auth-helpers';...
# Description This PR facilitates JSDoc updates for different SDK versions.
# Description `LitContracts` package only supports ethers5 atm., and we are pretty much locked-in to this version and blockchain client. We should just return all the network contract addresses &...
# Description Resolves an issue where a provided signer or provider instance given to LitContracts was not being used, instead defaulting to a new provider with Chronicle RPC URL. This...