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
As shared in team meeting:
I imported transactions.json file with transactions test cases
and there were list of tests that were not passing validation ( missing to, missing gas etc ) fields so these test cases were removed ( as if I include missing fields it was changing output raw tx )
Following two bugs / discussion items are discovered :
transactions.json file is used from ethers repo for testing web3 4.x tx.
Only transactions with: to, nonce, gasPrice, gasLimit or to, nonce, maxFeePerGas, maxPriorityFeePerGas, gasLimit fields
are used for testing in this PR.
Some Transactions with gasPrice 0x4617ee7c40 has error :
"Eip1559GasPriceError: Invalid value given \"0x4617ee7c40\". Error: eip-1559 transactions don't support gasPrice."#6065 These txs data is excluded in this PR, it should be investigated under 6065.
transactions.json.gz testing package
The text was updated successfully, but these errors were encountered: