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

chifra blocks does not cache maxGasPer... #3078

Closed
tjayrush opened this issue Jul 21, 2023 · 1 comment · Fixed by #3089
Closed

chifra blocks does not cache maxGasPer... #3078

tjayrush opened this issue Jul 21, 2023 · 1 comment · Fixed by #3089

Comments

@tjayrush
Copy link
Member

This is not a blocker. Easy to fix, just not wanting to delay merge.

Do this:

rm -fR $CACHE_FOLDER/v1
rm -fR one two
mkdir -p one two
chifra blocks --cache 15001001 | tee one/file

Takes 35 seconds and creates only the block file in the cache. This is (slow but) correct.

Now this:

chifra blocks --cache 15001001 | tee two/file

This is also slow (transactions are not cached), but the data is incorrect. Do this:

diff -r one two

See missing data related to maxGasFees etc.

Should be simple to fix.

@dszlachta dszlachta linked a pull request Jul 24, 2023 that will close this issue
@tjayrush
Copy link
Member Author

@dszlachta Did you re-try the above? I'm not seeing that it's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant