This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
[DRAFT] Test: (In)valid bundle regression: split test #1807
Open
kwek20
wants to merge
25
commits into
iotaledger:dev
Choose a base branch
from
kwek20:invalid-bundle-regression-split
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
kwek20
force-pushed
the
invalid-bundle-regression-split
branch
from
March 25, 2020 19:09
bed7f4a
to
fc6a005
Compare
kwek20
force-pushed
the
invalid-bundle-regression-split
branch
from
March 25, 2020 19:21
fc6a005
to
7b2619a
Compare
@@ -0,0 +1,186 @@ | |||
from iota.crypto.signing import KeyGenerator | |||
|
|||
from iota import Iota, ProposedTransaction, Address, Bundle, TransactionHash, \ |
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.
Issue found: Unused TransactionTrytes imported from iota
# only updae the trunk reference | ||
txn.trunk_transaction_hash = previoustx # the previous transaction | ||
txn.attachment_timestamp = get_current_ms() | ||
|
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.
Issue found: Trailing whitespace
|
||
api.broadcast_and_store(bundles[0].as_tryte_strings()) | ||
api.broadcast_and_store(bundles[1].as_tryte_strings()) | ||
|
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.
Issue found: Trailing whitespace
|
||
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] ) |
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.
Issue found: Unused variable 'secondDoubleSpend'
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
After the split test in #1784 was found to cause trouble with milestones, we decided to remove the test from the original PR and move it to this one.
Thus this PR should not be merged before the original.
Thus only commit from this PR should be: bed7f4a
Fixes #1590
Type of change
Current blocker
Half the time a milestone selects both bundles and corrupts the state
Other half its all good and test succeeds, and like 1 in 20 there is an invalid mwm message from the node as return.