Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[996] Add features to write multi block tests #1178

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

gauravahuja
Copy link
Contributor

Copy link
Collaborator

@DavePearce DavePearce left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -48,7 +48,7 @@ public class ToyAccount implements MutableAccount {
private Wei balance;
private Bytes code;
private Supplier<Hash> codeHash = Suppliers.memoize(() -> Hash.hash(code));
private final Map<UInt256, UInt256> storage = new HashMap<>();
final Map<UInt256, UInt256> storage = new HashMap<>();
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would think getter / setters here is better than making it package visible.

@OlivierBBB
Copy link
Collaborator

@gauravahuja is this PR ready to be merged ?

@gauravahuja gauravahuja merged commit acbf4e7 into arith-dev Sep 17, 2024
6 checks passed
@gauravahuja gauravahuja deleted the gauravhauja/996-2 branch September 17, 2024 07:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants