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

Currently MultiSend transactions can only be encoded in the `safe-core-sdk`. It would be a nice to have to allow decoding transactions in the `safe-core-sdk` as well. Currently only this option...

## Context / issue I was playing around with the SDK and got stuck with an error: ``` ~/p/safe/core-sdk-test ❯ npx ts-node --esm script.ts 5s 19:42:19 Error: Unprocessable Entity at...

## Context / issue L2 Safe contract versions are returned with `+L2` metadata from the gateway. (Circles also contains `+Circles` metadata). `1.3.0+L2` is currently an invalid version. It won't allow...

enhancement

## Description I am forking mainnet and getting a revert `GS025` for a 5 of 9 Gnosis Safe when using the Core SDK. I have created the safe with the...

## Description This is the transaction receipt of safe transaction to create an ERC 20 token. Normally when I create a token from my wallet, the `contractAddress` contains the newly...

## Overview We are pushing to [implement EIP-3770](https://github.com/gnosis/safe/issues/487) address references, which include a prefixed chain id before an address. We need to allow users to input addresses with a chain...

## Description When using the SDK to` signTransactionHash` on Metamask mobile the "Message" field in the prompt to sign the transaction shows symbols and strange characters instead of the hash...

Initialization does not resolve when Infura is down

## Description I'm following this [guide](https://github.com/gnosis/safe-core-sdk/blob/main/packages/guides/integrating-the-safe-core-sdk.md) to create custom safe transaction. Safe transactions created by the code can not be executed. Then if I execute the transaction in queue page,...

## Context / issue Currently it is only possible to call `executeTransaction` to submit the transaction. It would be nice to get a populated (meta) transaction (`to`, `value`, `data`, ...)...