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

Add --dev-tx-interval-ms CLI option #2822

Closed
wants to merge 4 commits into from

Conversation

vvp
Copy link
Contributor

@vvp vvp commented Nov 3, 2023

This PR adds a new CLI option for controlling transaction generation in development mode. For example --dev-tx-interval-ms 1000 makes a dev node execute and broadcast dummy transactions on a one-second interval. This setting works for other nodes besides --dev 0 too and provides a simple way to increase load in a devnet for testing purposes.

If the --dev-tx-interval-ms is not set, then node behaves similarly as before - only node --dev 0 generates transactions every 500 msec. --dev-tx-interval-ms 0 will disable the transaction generation (also with --dev 0).

@joske joske changed the base branch from testnet3 to mainnet February 28, 2024 07:58
@vvp
Copy link
Contributor Author

vvp commented Apr 22, 2024

Closing this as obsolete after #3132 was already merged.

@vvp vvp closed this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants