mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-20 22:06:42 +00:00

* Add stability-tests * Fix requires * Fix golint errors * Update README.md * Remove payloadHash from everywhere * don't run vet on kaspad in stability-tests/install_and_test
10 lines
216 B
Markdown
10 lines
216 B
Markdown
# Infra Level Garbage Generator
|
|
This tool sends invalid messages to a node, making sure the node does not crash as a result.
|
|
|
|
## Running
|
|
1. `go install` kaspad and infra-level-garbage.
|
|
2. `cd run`
|
|
3. `./run.sh`
|
|
|
|
|