status-go/services/connector/commands
Mikhail Rogachev f45dbb3067
feat_: cherry-pick: connector revoke permissions and accounts (#5666)
* feat(connector)_: add `wallet_revokePermissions` endpoint

* feat_: same behavior for `eth_accounts` and `eth_requestAccounts`
2024-08-07 08:32:40 +01:00
..
accounts.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
accounts_test.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
chain_id.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
chain_id_test.go fix_: fix switchEthereum api when processing chain input string (#5603) 2024-07-28 23:22:48 +05:30
client_handler.go Feat: implement connector service for browser plugin (#5433) 2024-07-18 17:30:10 +02:00
client_handler_test.go Feat: implement connector service for browser plugin (#5433) 2024-07-18 17:30:10 +02:00
request_accounts.go feat_: cherry-pick: connector revoke permissions and accounts (#5666) 2024-08-07 08:32:40 +01:00
request_accounts_test.go feat_: cherry-pick: connector revoke permissions and accounts (#5666) 2024-08-07 08:32:40 +01:00
request_permissions.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
request_permissions_test.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
revoke_permissions.go feat_: cherry-pick: connector revoke permissions and accounts (#5666) 2024-08-07 08:32:40 +01:00
revoke_permissions_test.go feat_: cherry-pick: connector revoke permissions and accounts (#5666) 2024-08-07 08:32:40 +01:00
rpc_traits.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
send_transaction.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
send_transaction_test.go Feat: implement connector service for browser plugin (#5433) 2024-07-18 17:30:10 +02:00
switch_ethereum_chain.go fix(connector)_: connector response structure to valid json (#5625) 2024-08-02 09:43:53 +01:00
switch_ethereum_chain_test.go fix_: fix switchEthereum api when processing chain input string (#5603) 2024-07-28 23:22:48 +05:30
test_helpers.go Feat: implement connector service for browser plugin (#5433) 2024-07-18 17:30:10 +02:00