This repository was archived by the owner on Aug 23, 2020. It is now read-only.
Test: Invalid & incomplete regression#1809
Open
kwek20 wants to merge 23 commits intoiotaledger-archive:devfrom
Open
Test: Invalid & incomplete regression#1809kwek20 wants to merge 23 commits intoiotaledger-archive:devfrom
kwek20 wants to merge 23 commits intoiotaledger-archive:devfrom
Conversation
added 23 commits
March 11, 2020 18:40
| bundle1.send_unspent_inputs_to(Address(addressFrom)) | ||
| bundle1.finalize() | ||
| bundle1.sign_inputs(KeyGenerator(seedFrom)) | ||
|
|
| bundle = transactions.attach_store_and_broadcast(api, argument_list) | ||
| transaction_trytes = bundle.get('trytes') | ||
| transaction_hash = Transaction.from_tryte_string(transaction_trytes[0]) | ||
|
|
| @@ -0,0 +1,103 @@ | |||
| from iota.crypto.signing import KeyGenerator | |||
|
|
|||
| from iota import Iota, ProposedTransaction, Address, Bundle, TransactionHash, \ | |||
Contributor
There was a problem hiding this comment.
Issue found: Unused TransactionTrytes imported from iota
|
|
||
| argument_list = {'trunk_transaction': trunk2, 'branch_transaction': branch2, | ||
| 'trytes': bundles[1].as_tryte_strings(), 'min_weight_magnitude': 14} | ||
| secondDoubleSpend = Transaction.from_tryte_string( transactions.attach_store_and_broadcast(api, argument_list).get('trytes')[0] ) |
Contributor
There was a problem hiding this comment.
Issue found: Unused variable 'secondDoubleSpend'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Part of #1590, but these were disabled as they dont work in pre-whiteflag.
As requested, moved to a separate PR