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

networks.provider.get_receipt(tx_hash) not supporting TransactionType.DYNAMIC #9

Closed
petrovska-petro opened this issue Jan 13, 2023 · 0 comments · Fixed by #10
Closed
Labels
bug Something isn't working

Comments

@petrovska-petro
Copy link
Contributor

petrovska-petro commented Jan 13, 2023

Environment information

  • ape and plugin versions:
$ ape --version
0.5.9
$ ape plugins list
Installed Plugins:
  arbitrum     0.5.2
  etherscan    0.5.4
  • Python Version: 3.89
  • OS: macOS

What went wrong?

Please include information like:

Run in console:

tx_hash = '0x452398f3a8c63d2b525d96972c64e0f3e732ce8f2d7aac7ff0400ef79b96e25d'

networks.provider.get_receipt(tx_hash)

ApeArbitrumError arises in this here as following:

ApeArbitrumError: Transaction type 'TransactionType.DYNAMIC' not supported.

Other tx hashes which will end up with the same err, for verifying at your end:

0x7fb352dc5fd029733db1d9a69b212ea7480e722fb011d9cae446ece6fafc5d1c
0x026e0abf00b974882c54e28e8fc7ffc3c0c226175808c698534d8b59d16a904a
0xe7a6701733f9fd384dd1d435f6d1710f8e7e39c69ae6b237bd7eed430d0d4199
0x379194dcff39da869c5f96502c879b7b926cf619d907477c727cd0fbfb3ce577

How can it be fixed?

See PR #10

@petrovska-petro petrovska-petro added the bug Something isn't working label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant