Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Implement broadcast_bundle Api Command #249

Merged
merged 2 commits into from
Oct 23, 2019

Conversation

lzpap
Copy link
Member

@lzpap lzpap commented Oct 22, 2019

closes #246

As part of the extended api Iota class, this function takes a tail transaction hash of a bundle and re-broadcasts the entire bundle.
It does so by fetching and validating the bundle from the Tangle (GetBundlesCommand), and calling BroadcastTransactionsCommandcore api.
Returns the broadcast bundle trytes.

As part of the extended api (Iota class), this
function takes a tail transaction hash of a bundle
and re-broadcasts the entire bundle.
It does so by fetching and validating the bundle
from the Tangle, and calling broadcast_transactions()
core api.
Copy link
Contributor

@todofixthis todofixthis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with minor suggestions 😺 Can be merged without further review.

iota/api.py Outdated Show resolved Hide resolved
iota/commands/extended/broadcast_bundle.py Outdated Show resolved Hide resolved
test/commands/extended/broadcast_bundle_test.py Outdated Show resolved Hide resolved
test/commands/extended/broadcast_bundle_test.py Outdated Show resolved Hide resolved
@lzpap lzpap merged commit 4ae8a61 into iotaledger:develop Oct 23, 2019
@lzpap lzpap deleted the broadcast_bundle branch January 28, 2020 10:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants