@@ -118,8 +118,7 @@ let get_nonce ~logger ~(ingress_uri : Uri.t) ~(pub_key : Account.key) =
118
118
let account_id = Account_id. create pub_key Mina_base.Token_id. default in
119
119
let % bind nonce =
120
120
let % bind querry_result =
121
- Integration_test_lib.Graphql_requests. get_account_data ingress_uri ~logger
122
- ~account_id
121
+ Graphql_requests. get_account_data ingress_uri ~logger ~account_id
123
122
in
124
123
match querry_result with
125
124
| Ok res ->
@@ -154,7 +153,7 @@ let there_and_back_again ~num_txn_per_acct ~txns_per_block ~slot_time ~fill_rate
154
153
~origin_sender_secret_key_path
155
154
~(origin_sender_secret_key_pw_option : string option )
156
155
~returner_secret_key_path ~(returner_secret_key_pw_option : string option )
157
- ~graphql_target_node_option ~minimum_user_command_fee () =
156
+ ~graphql_target_node_option ~minimum_user_command_fee ~ signature_kind () =
158
157
let open Deferred.Let_syntax in
159
158
(* define the rate limiting function *)
160
159
let open Logger in
@@ -262,6 +261,7 @@ let there_and_back_again ~num_txn_per_acct ~txns_per_block ~slot_time ~fill_rate
262
261
~sender_keypair: sender_kp ~receiver_pub_key ~amount: base_send_amount
263
262
~fee: fee_amount ~nonce ~memo: " "
264
263
~valid_until: Mina_numbers.Global_slot_since_genesis. max_value
264
+ ~signature_kind
265
265
in
266
266
let % bind () =
267
267
match res with
@@ -406,7 +406,8 @@ let output_there_and_back_cmds =
406
406
~slot_time ~fill_rate ~rate_limit ~rate_limit_level ~rate_limit_interval
407
407
~origin_sender_secret_key_path ~origin_sender_secret_key_pw_option
408
408
~returner_secret_key_path ~returner_secret_key_pw_option
409
- ~graphql_target_node_option ~minimum_user_command_fee )
409
+ ~graphql_target_node_option ~minimum_user_command_fee
410
+ ~signature_kind: Mina_signature_kind. t_DEPRECATED )
410
411
411
412
let () =
412
413
Command. run
0 commit comments