You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure correct tx category when sending to contracts without tx data (#7252)
* Ensure correct transaction category when sending to contracts but there is no txParams data
* Update gas when pasting address in send
* Gracefully fall back is send.util/estimateGas when blockGasLimit from background is falsy
* Remove network request frontend fallback for blockGasLimit
* Add some needed slow downs to e2e tests
it('should return a contract interaction transactionCategory with the correct getCodeResponse when to is a contract address and data is falsey',asyncfunction(){
627
+
const_providerResultStub={
628
+
// 1 gwei
629
+
eth_gasPrice: '0x0de0b6b3a7640000',
630
+
// by default, all accounts are external accounts (not contracts)
0 commit comments