jiexi
jiexi
## **Description** Currently networkClientId token based polling in the `DetectTokensController` does not make the `getBalancesInSingleCall` contract call with the provider for the networkClientId. This is because networkClientId is not being...
## **Description** ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [ ]...
## **Description** Tests are mostly passing with the Multichain TranasctionController added, with the `enableMultichain` flag on, with a fake global provider and global blockTracker passed in to the constructor, and...
## **Description** Tests are all passing with the Multichain TranasctionController added, but with the `enableMultichain` flag off. This implies that the existing globally selected network flow is still functional and...
## **Description** Tests are all passing with the Multichain TranasctionController added and with the `enableMultichain` flag on, but without changes to Extension to explicitly specify a networkClientId to use. This...
## **Description** ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [ ]...
## **Description** Currently, Extension can only process transactions for the active / globally selected network. This makes it not possible to facilitate multichain interactions without constantly rotating the active network...
## Explanation Previously we were not properly enqueuing requests that could trigger a confirmation notification as well as not switching networks for methods that either require it or would exhibit...
The Ethereum execution API specs have `eth_sendTransaction` with a `input` field, however nodes such as geth have been using the `data` field instead, adding `input` support later. To make `eth_sendTransaction`...
## **Description** Currently, requests from the dapp can hang if: 1. they are sent before the extension is fully initialized / before the extension is ready to process requests from...