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[logs]: read logs from ABI #238

Closed

Conversation

DanielSchiavini
Copy link
Collaborator

@DanielSchiavini DanielSchiavini commented May 27, 2024

What I did

Backported the ABI Log changes from the Vyper tests back to titanoboa.

How I did it

Implemented log parsing in the ABI contracts.

How to verify it

  • Tests are included

Description for the changelog

  • Support for parsing logs from the ABI definition

Cute Animal Picture

image

@DanielSchiavini DanielSchiavini marked this pull request as ready for review May 28, 2024 08:41
@charles-cooper
Copy link
Member

hmm this is interesting, but how does it fit into boa workflow? typical boa workflow is to initialize an evm environment (local, fork or network) and then run tests against that. what is the workflow for this feature? maybe boa/chain_research.py?

@charles-cooper
Copy link
Member

my other comment here is there is probably some amount of code overlap with the existing log parsing code, so we should try not to duplicate code if it makes sense to merge the code

@DanielSchiavini DanielSchiavini marked this pull request as draft May 31, 2024 09:20
@DanielSchiavini DanielSchiavini deleted the feat/abi-logs branch August 27, 2024 09:57
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