Skip to content
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

Expand the transaction generator to sometimes merge UTXOs #14

Closed
Geod24 opened this issue Nov 9, 2020 · 0 comments · Fixed by #17
Closed

Expand the transaction generator to sometimes merge UTXOs #14

Geod24 opened this issue Nov 9, 2020 · 0 comments · Fixed by #17
Assignees
Labels
prio-URGENT Tasks which the utmost priority (affect live system)

Comments

@Geod24
Copy link
Contributor

Geod24 commented Nov 9, 2020

Currently, Faucet will forever split the outputs among keys.
This is a very predictable behavior that does not reflect a live settings.

We currently only have the following variables:

  • Interval: how often we send
  • Count: How many transactions we generate per run

What we don't have is a way to control the structure of the transactions. We don't need to send homogenous transactions, and we definitely need to send transactions what will "merge" UTXOs (have inputs.length > outputs.length) as opposed to the current approach of always "splitting" (inputs.length < outputs.length).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio-URGENT Tasks which the utmost priority (affect live system)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants