relay-checker

command
v0.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2021 License: Apache-2.0, BSD-2-Clause Imports: 6 Imported by: 0

README

Relay-Checker

This tool checks whether a transaction which is created on a given node (via broadcastData), is actually relayed/gossiped through the network by checking the transaction's existence on other specified nodes after a cooldown.

This program can be configured via CLI flags:

--relayChecker.cooldownTime int    the cooldown time after broadcasting the data on the specified target node (default 10)
--relayChecker.data string         data to broadcast (default "TEST99BROADCAST99DATA")
--relayChecker.repeat int          the amount of times to repeat the relay-checker queries (default 1)
--relayChecker.targetNode string   the target node from the which transaction will be broadcasted from (default "http://127.0.0.1:8080")
--relayChecker.testNodes strings   the list of nodes to check after the cooldown
--relayChecker.txAddress string    the transaction address (default "SHIMMER99TEST99999999999999999999999999999999999999999999999999999999999999999999")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL