Mike

Results 6 issues of Mike

**Do you want to request a *feature* or report a *bug*?** Report a bug **What is the current behavior?** I have two entity types with a shared interface, Split and...

bug

let me know if i should rebase this on top of your changes? or happy to let this sit until your changes are done. blast won't work without your updates...

**Describe the bug** My web3wallet integration is working just fine. I can connect to dapps, I can disconnect from my wallet and I can also disconnect from the dapp and...

type: bug

This is intended to be a non-breaking change. 1. Make `chainId` optional in the constructor. Any function that needs a chainId now takes it in as an optional argument. When...

Both the [backend quickstart](https://github.com/spruceid/siwe-quickstart/blob/main/02_backend/src/index.js) and the [complete app quickstart](https://github.com/spruceid/siwe-quickstart/blob/main/03_complete_app/backend/src/index.js) are missing the `provider` in the call to `verify`, meaning no 1271 support. I think it'd be good to include these...

At this line: https://github.com/spruceid/siwe/blob/main/packages/siwe/lib/client.ts#L242 it should be checking `invalidOpts.length`, not `invalidParams.length`.