Skip to content

Add tests for EIP1559 transactions on Mainnet and Goerli #644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 1, 2022
Merged

Add tests for EIP1559 transactions on Mainnet and Goerli #644

merged 2 commits into from
Nov 1, 2022

Conversation

janndriessen
Copy link
Collaborator

@janndriessen janndriessen commented Nov 1, 2022

Adds tests for EIP1559 transactions on Mainnet and Goerli - to verify that transaction configurations work when sending ether.

Discussed on Discord.

@yaroslavyaroslav
Copy link
Collaborator

Also I'm dunno if this is covering cases where we could fail with tx sending on signing it as Raw one?

@janndriessen
Copy link
Collaborator Author

Also I'm dunno if this is covering cases where we could fail with tx sending on signing it as Raw one?

Most projects I worked on so far always used unsigned tx's to verify via estimateGas or call. If a signed tx would fail it would always be about the signing or sendRaw being buggy, I'd say?

@yaroslavyaroslav
Copy link
Collaborator

You're right, actually my point it's that I'm not sure that it's not buggy so far)

@yaroslavyaroslav
Copy link
Collaborator

Anyway this could be made with additional PR. Thank you did tour support

@yaroslavyaroslav yaroslavyaroslav merged commit 53a216e into web3swift-team:develop Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants