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

What it solves Adds short names for Morph Holesky: https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-2810.json Blockers UPD: NO BLOCKERS 🎉 https://github.com/safe-global/safe-deployments/issues/482 1.3.0 release of safe-deployments

## What it solves Resolves #786 ## How this PR fixes it - Updates the endpoints to use V2. - Change any necessary that for that. - Change the signing...

## What it solves Resolves #775 Adding support for the following 4337 API endpoints: * GET `/v1/safe-operations/{safe_operation_hash}/` * GET `/v1/safes/{address}/safe-operations/` * POST `/v1/safes/{address}/safe-operations/`

don't merge yet

## Description The typechain artifacts included in the protocol-kit package include ts files, but only for one specific contract: `Multi_send.ts` When a TS file is present, for most modern ts...

We create a safe and when we send the funds form safe. execTransaction( Is failing . Here is Trx Hash: https://sepolia.etherscan.io/tx/0x02cbb2c32af0ae333d90e704a630d3638b53005ba9dbb3022028521b8fe9d71d Safe Smart Contract : https://sepolia.etherscan.io/address/0x159bd467fafcfa348d2b5f357b23aa1d70e814a0 need your attention here...

## What it solves Resolves https://github.com/safe-global/safe-core-sdk/issues/651 ## How this PR fixes it - Remove the `EthersAdapter` and `Web3Adapter`, and add the `SafeProvider` with standard EIP-1193 support and additional Safe-specific functionality....

## Description When creating a multicall transaction with only calls, the operation should not return a ˋDELEGATECALL` operation, as the multisend function of the MultiSendCallOnly contract does not allow it....

## What it solves The method `getModulesPaginated` should return a tuple containing both the modules as well as the next address of the page. ## How this PR fixes it...

## Description When initializing the Safe protocol-kit with a predicted Safe, multiple functions do not work properly. Some examples which I tried to use are: - `createEnableModuleTx` - `createEnableGuardTx` -...

## Context / issue Why is this feature needed? In case your feature request related to a problem, please add clear and concise description of what the issue is. ##...