Commit Graph

19 Commits (b9c82d6ed9bab6ad45430e8041c9dcc686e72b22)

Author SHA1 Message Date
Mark Stacey ac01c5c89a
Consistent jsdoc syntax (#7755) 5 years ago
Whymarrh Whitby 92971d3c87
Migrate codebase to use ESM (#7730) 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
Thomas 39b700bf87 Account for 0x/empty string address and contract creation 7 years ago
kumavis 3f6cef0b3f
tx-gas-utils - tx-param-validation - use more intuitive check 7 years ago
Kevin Serrano 414f89668e
Fix some silly linting issues. 7 years ago
frankiebee f47e81e493 transactions - throw error if dapp provides txParams whos value has a decimal 7 years ago
frankiebee 828734b977 transactions:gas-utils - handle new type of estimateGas error 7 years ago
Daijiro Wachi 43b1cb9100 Fix lint warnings 7 years ago
frankiebee 00fca4f1f2 remove unused variable 7 years ago
frankiebee 00bd5b143f rename tx-utils.js -> tx-gas-utils.js 7 years ago
frankiebee 4c554f32ec remove #buildEthTxFromParams 7 years ago
kumavis b4052cd5e6 tx utils - detect estimateGas err and set simulationFailed 7 years ago
frankiebee a13643bdb5 fix class names 7 years ago
frankiebee caee2a9e35 move util functions to util.js 7 years ago
kumavis da16f39626 Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkeeper/initial 7 years ago
frankiebee 340dbe75fc use async with #publishTransaction 7 years ago
frankiebee b80c7e417b move newUnapprovedTransaction to transactions.js 7 years ago
frankiebee 25bc15ba17 lint fixes 7 years ago
frankiebee 3a4726018e fix addTxDefaults 7 years ago
frankiebee 432f516ab0 make addUnapprovedTransaction async function and use promise based ethQuery 7 years ago
frankiebee 7eccf5905a make publishTransaction and signTransaction async methods 7 years ago
frankiebee 231ad48564 Use txParams 7 years ago
Dan Finlay c7b9e3fb18 Improve insufficient balance checking in retry loop 7 years ago
Kevin Serrano 2b7d842498
Update gasblocklimit params with every block. 8 years ago