Skip to content

Commit

Permalink
test(ethexe): multiple validators test (#4211)
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol authored Sep 11, 2024
1 parent 4a7adb9 commit 9eb13db
Show file tree
Hide file tree
Showing 6 changed files with 1,043 additions and 742 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/src/message/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub use common::{Dispatch, Message, MessageDetails, ReplyDetails, SignalDetails}
pub use context::{
ContextOutcome, ContextOutcomeDrain, ContextSettings, ContextStore, MessageContext,
};
pub use gear_core_errors::ReplyCode;
pub use gear_core_errors::{ErrorReplyReason, ReplyCode, SuccessReplyReason};
pub use handle::{HandleMessage, HandlePacket};
pub use incoming::{IncomingDispatch, IncomingMessage};
pub use init::{InitMessage, InitPacket};
Expand Down
4 changes: 3 additions & 1 deletion ethexe/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ alloy = { workspace = true, features = [
"rpc-types-beacon",
"signer-local",
] }
demo-ping = { workspace = true, features = ["debug"] }
ntest = "0.9.3"
gear-core.workspace = true
gear-utils.workspace = true

demo-ping = { workspace = true, features = ["debug", "ethexe"] }
demo-async = { workspace = true, features = ["debug", "ethexe"] }
Loading

0 comments on commit 9eb13db

Please sign in to comment.