Skip to content

Commit

Permalink
Merge branch 'main' into #2478
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciss committed Aug 22, 2024
2 parents 081e495 + c3f0893 commit 5bda99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/rooch/src/commands/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
use crate::cli_types::CommandAction;
use crate::commands::transaction::commands::{
build::BuildCommand, get_transactions_by_hash::GetTransactionsByHashCommand,
get_transactions_by_order::GetTransactionsByOrderCommand, submit::SubmitCommand,
submit::SubmitCommand,
get_transactions_by_order::GetTransactionsByOrderCommand, sign::SignCommand,
};
use async_trait::async_trait;
use clap::{Parser, Subcommand};
Expand Down
1 change: 1 addition & 0 deletions crates/testsuite/features/cmd.feature
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Feature: Rooch CLI integration tests
Then cmd: "transaction submit --signed-tx-hex {{$.transaction[-1]}}"
Then assert: "{{$.transaction[-1].execution_info.status.type}} == executed"


# alias tx for transaction
Then cmd: "tx get-transactions-by-order --cursor 1 --limit 2 --descending-order true"

Expand Down

0 comments on commit 5bda99b

Please sign in to comment.