spacesailor24
spacesailor24
I added code to replace `gasLimit` with `gas` when calling [formatTransaction](https://github.com/ChainSafe/web3.js/blob/9a7af91891334e8876615c6d7e99ea8b6e71b7d2/packages/web3-eth/src/utils/format_transaction.ts#L56) thinking this would be a good way to enforce the library only returning `gas` instead of `gasLimit` or `gas`,...
Hey there @haltman-at, just wanted to say thank you for providing such a detailed description of the issue, with it's edge cases! We greatly appreciate you reporting this to us,...
#### Tl;dr - I don't believe Web3 is responsible for this bug - I believe the issue might be the use of `parseInt(rpc.type, 16);` in [ganache](https://github.com/trufflesuite/ganache/blob/f8383b98924ad8eca22ce70f3a14704725b97df9/src/chains/ethereum/transaction/src/transaction-factory.ts#L273) - Web3 should probably...
@haltman-at @davidmurdoch After confirming with the team, we're going to: 1. Update `web3.eth.sendTransaction` to format `type` to a hex string before sending to provider 2. Add `accessList: []` to `type:...
Thank you for reporting this issue to us, apologies it took so long - we've been working on the [4.x rewrite](https://basicdrift.com/web3-js-v4x-the-future-is-here-932fe013e808)
[Related](https://github.com/ChainSafe/web3.js/discussions/4653) discussion
After talking with @nazarhussain there are decisions to be made: - What exactly are the requirements for the plugin system? - The `.use` and `.link` methods that exist on any...
@mpetrunic and everyone else following this thread, #5393 is an example implementation of the first idea mentioned by me above
@dmihal [this](https://github.com/ChainSafe/web3.js/issues/4235) issue is tracking this though
When running these tests locally, I get the following error in multiple places (and do not receive the error mentioned above): ```bash ● defaults › defaults › defaultBlock InvalidResponseError: Returned...