-
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
Add kairos test utils #34
Conversation
17d3d97
to
a6e0940
Compare
kairos-test-utils/Cargo.toml
Outdated
log = "*" | ||
tokio = { version = "*", features = [ "full", "macros" ] } | ||
env_logger = "*" |
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'd prefer to uniformly use tracing
over log
/env_logger
.
This can be changed in a followup eventually.
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.
replaced log with tracing
071e411
to
9a0d1c4
Compare
General comment: as stated via Zulip DM we could factor out this work into a dedicated |
9a0d1c4
to
f9ef151
Compare
@@ -18,7 +18,6 @@ axum-extra = { version = "0.9", features = [ | |||
"typed-header", | |||
"json-deserializer", | |||
] } | |||
thiserror = "1" |
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 would leave it as it is.
@marijanp Looks good, few minor improvements to be done. I think it should be noted that this test util has implicit |
- update to casper-client v2.0.0 - resolve version resolvat issues with thiserr
…er-client v2 dependency
f9ef151
to
acd3035
Compare
acd3035
to
4e3697e
Compare
kairos-tx/Cargo.toml
Outdated
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.
Those changes should not be part of this PR.
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.
They are minor, in a separate commit and replicating work that Avi did in last weeks toolchain update PR
No description provided.