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

Local transaction export not working #39

Closed
0xask3 opened this issue Sep 8, 2021 · 2 comments
Closed

Local transaction export not working #39

0xask3 opened this issue Sep 8, 2021 · 2 comments

Comments

@0xask3
Copy link

0xask3 commented Sep 8, 2021

I have ganache-cli running blockchain VM. On that I am performing truffle test and when I try to export a transaction, it gives me this error

Unable to get transaction rerunning information: error processing transaction: user error: %!s(<nil>), message: Missing block base fee parameter 
for block 38, london hard fork is probabbly not activated

Is it problem of ganache or tenderly?

@0xask3
Copy link
Author

0xask3 commented Sep 8, 2021

Fixed it by forking ganache on istanbul hardfork

ganache-cli -k istanbul

Then comment out london_block : 0 in yaml file (I also commented out byzantium, berlin, constantinople, petersburg also)

@0xask3 0xask3 closed this as completed Sep 9, 2021
@BogdanHabic
Copy link
Member

This should start working without -k istanbul once trufflesuite/ganache#1135 is merged.

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

No branches or pull requests

2 participants