Skip to content
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

feat: alias tx.gas for tx.gas_limit and tx.hash for tx.txn_hash #2431

Merged
merged 6 commits into from
Dec 23, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Dec 20, 2024

What I did

THIS ALLOWS US TO USE OUR TRANSACTION MODEL IN THE EVM DIRECTLY.
sorry idk why i put that in all caps...

simple alias to make transactions work better in vm directly for performance, hoping to avoid having to use so many models in boa.

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey changed the title feat: alias tx.gas for tx.gas_limit feat: alias tx.gas for tx.gas_limit and tx.hash for tx.txn_hash Dec 20, 2024
@antazoey antazoey enabled auto-merge (squash) December 23, 2024 17:48
@antazoey antazoey merged commit 7ccc2f2 into ApeWorX:main Dec 23, 2024
18 checks passed
@antazoey antazoey deleted the feat/gas-alias branch December 24, 2024 00:46
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.

3 participants