mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
b994cedfc3
add WalletConnect support for signing session events - implement `eth_sendTransaction` - implement `personal_sign` Also fix exposing unusable accounts Updates status-desktop #12637
12 lines
226 B
JSON
12 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"
|
|
],
|
|
}
|