-
Notifications
You must be signed in to change notification settings - Fork 37
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
Complex scenarios testing #59
Conversation
Pull Request Test Coverage Report for Build 2588155899
💛 - Coveralls |
rename WalletSign to SignTransaction, move SubmitTransaction, SignTransaction to node_interface;
895b344
to
00ba9a5
Compare
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.
Looks great! The API is really clear. Thank you!
@@ -451,7 +424,7 @@ pub fn perform_bootstrap_chained_transaction( | |||
|
|||
let target_balance = calc_target_balance(num_transactions_left)?; | |||
let box_selector = SimpleBoxSelector::new(); | |||
let mut inputs = filter_tx_outputs(signed_mint_reward_tokens_tx.outputs.clone()); | |||
let mut inputs = filter_tx_outputs(signed_pool_box_tx.outputs.clone()); |
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.
Thanks for the bug fix!
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.
My pleasure. I was happy to see that simulation was able to catch this.
Close #52
Todo:
With API drafted and bootstrap testing implemented I'd prefer to merge it as is and continue to implement the full scenario from #52 in the subsequent PRs.