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

chore: Safe boilerplate & simple account automated tests #7

Merged
merged 15 commits into from
Sep 4, 2024

Conversation

chris13524
Copy link
Member

@chris13524 chris13524 commented Sep 3, 2024

  • Adds some untested boilerplate for Safe factory data stuff
  • Enables/fixes simple account tests on local infra
  • Removes --accounts 100 flag as this resulted in long startup time

@chris13524 chris13524 self-assigned this Sep 3, 2024
Copy link
Contributor

@jackpooleywc jackpooleywc left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the tests against local infra. I fixed a warning and aligned module organisation to rest of codebase.

@@ -0,0 +1,115 @@
use alloy::{
Copy link
Contributor

Choose a reason for hiding this comment

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

I've moved this to safe.rs rather than mod.rs as I find it easier find things and navigate Rust codebases

Copy link
Member Author

Choose a reason for hiding this comment

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

I actually don't like the module organization you are using. I find files by navigating in the file tree, not by searching for them. This current module structure has related files spread out.

@jackpooleywc jackpooleywc merged commit 9c29b40 into main Sep 4, 2024
2 checks passed
@jackpooleywc jackpooleywc deleted the feat/safe branch September 4, 2024 11:26
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

Successfully merging this pull request may close these issues.

2 participants