Commit Graph

38 Commits (693a6dfc0cf1f02fbcc40002175df82862a5f5d8)

Author SHA1 Message Date
Brad Decker 652d631cda
remove exclusions for mismatched object jsdoc type casing (#15351) 2 years ago
Mark Stacey 3732c5f71e
Add JSDoc ESLint rules (#12112) 3 years ago
Brad Decker b6f514e293
remove EIP-1559 fields from txParams before calling estimateGas (#11368) 3 years ago
MetaMask Bot 333206ccb1
Version v9.5.0 RC (#10944) 4 years ago
Brad Decker d1f8171877
upgrade ethereumjs util (#10886) 4 years ago
Erik Marks 76a2a9bb8b
@metamask/eslint config@5.0.0 (#10358) 4 years ago
Mark Stacey 52d25f0df8
Fix inflated gas estimates (#9984) 4 years ago
Mark Stacey 14d85b1332
Make JSDoc formatting more consistent (#9796) 4 years ago
Brad Decker 2ebf8756a4
[RFC] add prettier to eslint (#8595) 4 years ago
Dan J Miller 30d13422b5
Add MetaMask Swaps (#9482) 4 years ago
Whymarrh Whitby 6ab12001e3
Fix prefer-destructuring issues (#9263) 4 years ago
Whymarrh Whitby c1e3c229bc
Fix import/order issues (#9239) 4 years ago
Whymarrh Whitby 2ae4720443
Fix words (#9038) 4 years ago
Victor Baranov d0a28087dc
Remove 2nd parameter from the call of estimateTxGas (#8783) 5 years ago
Mark Stacey 9a624dd24c Revert the revert of "LoginPerSite" 5 years ago
Mark Stacey 5b5b67a985
Fix default gas race condition (#8490) 5 years ago
Mark Stacey 165666b315
Remove unnecessary tx meta properties (#8489) 5 years ago
Mark Stacey c2b588975c
Refactor `analyzeGasUsage` to return results (#8487) 5 years ago
Mark Stacey 157cc98c3a
Refactor gas limit estimation when gas limit specified (#8485) 5 years ago
Mark Stacey afa2ff65b7
Refactor simple send gas estimation (#8484) 5 years ago
Whymarrh Whitby b947fd54c7
Move default exports for all tx classes (#8416) 5 years ago
Mark Stacey ac01c5c89a
Consistent jsdoc syntax (#7755) 5 years ago
Whymarrh Whitby 92971d3c87
Migrate codebase to use ESM (#7730) 5 years ago
Mark Stacey 466ece4588 Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" (#7648) 5 years ago
Whymarrh Whitby aa41057628
Update ESLint rules for curly braces style (#7477) 5 years ago
Dan J Miller b81c4e5c98 Set a default value for code in _determineTransactionCategory (#6604) 6 years ago
Dan J Miller ef8a07c2ce
Adds a transactionCategory to txMeta for use in UI (#6567) 6 years ago
Chi Kei Chan 31175625b4 Folder restructure (#6304) 6 years ago
Frankie a803522a92 transactions/tx-gas-utils - add the acctual response for eth_getCode for NO_CONTRACT_ERROR's && add a debug object to simulationFailed (#5840) 6 years ago
kumavis 31e5cad1e3 tx-gas-util - set error message when invalidating tx based on tx data but no contract code 6 years ago
kumavis 600f755dbf
tx-gas-utils - improve format + comments 6 years ago
Howard Braham 4cc0b1ef01 ganache-core merged my PR, so I changed some comments to clarify that ganache-core v2.2.1 and below will return the non-standard '0x0' 6 years ago
Howard Braham 222e62d7f1 Bug Fix: #1789 and #4525 eth.getCode() with no contract 6 years ago
brunobar79 992e7f1b5a fix merge conflicts 6 years ago
Jenny Pollack 00bae74475 tx-gas-utils - catch all errors from gas estimation 6 years ago
brunobar79 a8f745f9fe eslint --fix . 6 years ago
kumavis 61ef4f1f29 tx-gas-utils - query for block without tx bodies 7 years ago
Dan 6bc8cc819a Merge branch 'develop' into i3725-refactor-send-component- 7 years ago
frankiebee 2d7c3c2b00 meta - transactions - create a transactions dir in controller and move relevant files into it 7 years ago
frankiebee 457a47bf62 transactions - normalize txParams 7 years ago
frankiebee ab126b8c78 transactions gasLimit - use the block gasLimit if getCode fails 7 years ago
frankiebee e8a480aac4 transactions validationt - valdate from field on txParams 7 years ago
kumavis 22cd788203
tx-gas-utils - fix code style 7 years ago
frankiebee e5a83d3f1a transactions move validation of the to field to validateRecipient 7 years ago
frankiebee c465d510b1 fix error message 7 years ago
frankiebee d195cfab50 transactions - insure if a to field in tx params has a truthy valu that it is a valid addres and if it is falsy that it is not null to fix issue #3509 7 years ago
frankiebee dc3f3e79ca fix - hex prefix estimatedGas on txMeta 7 years ago
kumavis d7c8ec22a4 test - tx controller - fix txGasUtil reference 7 years ago
Dan Finlay 8fb62b97c5 Create new flag for simple sends to avoid overloading other flag 7 years ago
Dan Finlay cd7eaaa735 Set gas limit to 21k for recipients with no code 7 years ago