status-go/signal
Mikhail Rogachev 4c6ca00520
Feat: implement connector service for browser plugin (#5433)
* feat(connector)_: impl `eth_requestAccounts` for browser plugin

* feat(connector)_: add impl for `wallet_switchEthereumChain` and `eth_chainId`

* feat(connector)_: add impl for `eth_sendTransaction`

* feat(connector)_: add a signal and an endpoint for wallet ui side

* chore_: refactor connector tests

* feat(connector)_: impl `eth_requestAccounts` with signal

* chore(connector)_: Add test, covering full transaction flow

And polish impl & test for connector endpoints

* fix(connector)_: temporary allow all origins for ws connection

* chore_: review fixes

* fix(connector)_: make user select chain id for dApp

* fix(connector)_: add requestID and fine tune endpoints

* chore(connector)_: naming fixes and tests improvments
2024-07-18 17:30:10 +02:00
..
doc.go
events_community_archives.go
events_community_reevaluation.go feat(community)_: send signals about member reevaluation in progress (#5120) 2024-05-08 15:55:30 -04:00
events_community_tokens.go fix_: Publish token actions to privileged members 2024-06-03 12:19:19 +02:00
events_connector.go Feat: implement connector service for browser plugin (#5433) 2024-07-18 17:30:10 +02:00
events_db.go perf(sqlCipher): Increase cipher page size to 8192 (#3591) 2023-06-13 18:20:21 +03:00
events_discord_import.go feat(discord_import): send signal when the import was cleaned up (#4693) 2024-02-12 16:04:12 -05:00
events_discovery.go
events_messenger.go Regularly update the list of curated communities (#3827) 2023-08-07 13:54:00 +01:00
events_node.go Removed settings.Usernames and reactivate PreferredName (#3964) 2023-09-16 09:20:23 +08:00
events_pairing.go
events_pn.go
events_shhext.go
events_sign.go
events_stats.go
events_subs.go
events_sync_from_waku.go chore: synchronization improvements applied to keypairs/accounts 2023-07-05 14:41:26 +02:00
events_wakuv2.go Send account/settings on login 2023-07-06 17:35:32 +01:00
events_wallet.go feat_: new endpoint added for an async route/s calculation 2024-07-01 15:07:17 +02:00
ios.go
signals.c
signals.go
signals_test.go