-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
11c3a86
to
62fddb6
Compare
62fddb6
to
7330acb
Compare
chore: move `mod.rs` to `safe.rs`, fix warning
There was a problem hiding this 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::{ |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
--accounts 100
flag as this resulted in long startup time