This is the tracking issue for the Gossamer-Jam client by ChainSafe that was added in PR #61.
The latest release of Gossamer-Jam currently adheres to GP 0.6.7 and passes all the official GP 0.6.7 test vectors.
Testing Gossamer-Jam against a Fuzzer
To test Gossamer-Jam ("target") against the JAM protocol conformance testing tool ("fuzzer"), run it using the target command:
Run the implementation as a target for the JAM protocol conformance testing tool ("fuzzer"). For more information: https://github.com/davxy/jam-stuff/blob/main/fuzz-proto.
Usage:
go-jam target [flags]
Flags:
-h, --help help for target
-s, --socket string UNIX Domain Socket Address to connect to (default "/tmp/jam_target.sock")
This is the tracking issue for the Gossamer-Jam client by ChainSafe that was added in PR #61.
The latest release of Gossamer-Jam currently adheres to GP 0.6.7 and passes all the official GP 0.6.7 test vectors.
Testing Gossamer-Jam against a Fuzzer
To test Gossamer-Jam ("target") against the JAM protocol conformance testing tool ("fuzzer"), run it using the
targetcommand: