-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: pydantic v2 API; incorrect encoding #175
Conversation
I don't think Receipt has a field named
There is a field called
For 0.9, I would good with renaming the field to |
Okay I have to trace down how that gets in there...
We shouldn't have to do that, no |
2740493
to
7553640
Compare
I think there is some discrepancy between this (https://github.com/ApeWorX/ape/blob/c8022fe6bebd1a339078dbc59850a8453fbc6170/src/ape/types/events.py#L178) and this (https://github.com/ApeWorX/ape/blob/main/src/ape/api/transactions.py#L274) |
We are basically manually encoding the full event log object here: silverback/silverback/runner.py Line 346 in 399007f
|
|
What I did
fixes: #
How I did it
How to verify it
Checklist