safe-core-sdk icon indicating copy to clipboard operation
safe-core-sdk copied to clipboard

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.

Results 71 safe-core-sdk issues
Sort by recently updated
recently updated
newest added

Keys in the signatures Map are lower-case, non-checksummed, addresses. This is problematic when checking if a transaction is signed by a specific owner via a checksummed address: ```js safeTransaction.signatures.has(checksummedOwnerAddress) //...

bug

## Description When attempting to use `@safe-global/protocol-kit` + `@safe-global/safe-apps-provider` in a project with SvelteKit (using the `vite` bundler), runtime errors occur in browser due to `global` not being shimmed. ##...

## Description I am able to deploy a safe proxy contract on the Rinkeby testnet but I am facing an issue. After calling `safeFactory.deploySafe()`, the function waits for some time...

I'm getting the signature using `safeSdk.signTypedData()` method. I'm sending that signature to the backend. I need to verify the signature on the backend and get the signer, using the `signature.data`...

## Context / issue We need to check if it's worth to update the Safe class once the Safe is deployed or to return a completely new instance ## Expected...

## Context / issue Now that it's possible to init the Safe class only using the intended Safe configuration it will also make sense to have in this class the...

I keep getting this error: ``` safeMasterCopyVersion ``` How do I get the `safeMasterCopyAddress`? When I deploy all contracts locally I get the rest of the contracts but this one:...

Hello Team. Thanks for your efforts on building a game-changer protocol. ## Context / issue Why is this feature needed? As a developer that builds a Safe DApp and checks...

I am using the above code to sign with eth_signTypedData_v4, bt I still get the following error. I am using web3.js. Also, if I use eth_signTypedData instead of eth_signTypedData_V4, I...

## Description I am running into an issue where I cannot propose a transaction through the safe-core-sdk and safe-service-client when running this code in our react application in the browser....