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: support dynamic type txs #10

Merged
merged 3 commits into from
Jan 13, 2023
Merged

Conversation

petrovska-petro
Copy link
Contributor

Fixes #9

In [1]: tx_hash = '0x452398f3a8c63d2b525d96972c64e0f3e732ce8f2d7aac7ff0400ef79b96e25d'

In [2]: decoded = str(networks.provider.get_receipt(tx_hash).transaction.data.hex())

In [3]: decoded = str(networks.provider.get_receipt(tx_hash).transaction.data.hex())

In [4]: decoded
Out[4]: '2e1a7d4d0000000000000000000000000000000000000000000000000000000031f59bbd'

fubuloubu
fubuloubu previously approved these changes Jan 13, 2023
@fubuloubu fubuloubu enabled auto-merge (squash) January 13, 2023 14:32
fubuloubu
fubuloubu previously approved these changes Jan 13, 2023
@fubuloubu fubuloubu merged commit f265666 into ApeWorX:main Jan 13, 2023
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.

networks.provider.get_receipt(tx_hash) not supporting TransactionType.DYNAMIC
2 participants