Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix: make debug_storageRangeAt return all known keys at transaction index #3470

Merged
merged 23 commits into from
Feb 14, 2023

Conversation

davidmurdoch
Copy link
Member

@davidmurdoch davidmurdoch commented Aug 3, 2022

debug_storageRangeAt would sometimes fail to find storage that was there at the start of the transaction if the storage slots were written to in the same block as the target transaction. Ganache now waits to read storage slots until after the requisite transactions in the block have been processed.

Fixes #3338, also fixes #3468

@davidmurdoch davidmurdoch changed the title fix: debug_storageRangeAt fix: make debug_storageRangeAt return all know keys at transaction index Aug 3, 2022
@davidmurdoch davidmurdoch changed the title fix: make debug_storageRangeAt return all know keys at transaction index fix: make debug_storageRangeAt return all known keys at transaction index Aug 3, 2022
@davidmurdoch davidmurdoch requested review from jeffsmale90, MicaiahReid and tenthirtyone and removed request for jeffsmale90 and MicaiahReid August 3, 2022 22:38
@davidmurdoch davidmurdoch marked this pull request as ready for review August 3, 2022 22:39
Copy link
Contributor

@tenthirtyone tenthirtyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just comments no changes requested

@davidmurdoch davidmurdoch dismissed MicaiahReid’s stale review December 12, 2022 17:47

Because github says there are unresolved comments but also says there are no unresolved comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants