status-go/.vscode/settings.json
Stefan b994cedfc3 feat(wallet) implement Wallet Connect sign APIs
add WalletConnect support for signing session events

- implement `eth_sendTransaction`
- implement `personal_sign`

Also fix exposing unusable accounts

Updates status-desktop #12637
2023-11-15 15:52:02 +01:00

11 lines
226 B
JSON

{
"go.formatFlags": [
"-local",
"github.com/ethereum/go-ethereum,github.com/status-im/status-go",
"-w"
],
"go.testTags": "gowaku_skip_migrations,gowaku_no_rln",
"cSpell.words": [
"unmarshalling"
],
}