Skip to content

Commit

Permalink
Merge branch '2.0' into feat/split-secret-manage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Dec 7, 2023
2 parents 8eebdef + 49c9468 commit 2f711dd
Show file tree
Hide file tree
Showing 61 changed files with 642 additions and 447 deletions.
192 changes: 39 additions & 153 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 bindings/core/src/method/secret_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub enum SecretManagerMethod {
SignTransaction {
/// Prepared transaction data
prepared_transaction_data: PreparedTransactionDataDto,
protocol_parameters: ProtocolParameters,
protocol_parameters: Box<ProtocolParameters>,
/// Options used to sign the transaction
signing_options: serde_json::Value,
},
Expand Down
1 change: 1 addition & 0 deletions bindings/core/src/method/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ pub enum UtilsMethod {
transaction: TransactionDto,
inputs: Vec<InputSigningData>,
unlocks: Option<Vec<Unlock>>,
protocol_parameters: ProtocolParameters,
},
}
Loading

0 comments on commit 2f711dd

Please sign in to comment.