Thanks for helping improve MPP tooling.
cd conformance
make install
make test
make flowPrerequisites are listed in conformance/README.md.
- Keep changes focused and follow existing patterns.
- Add or update conformance vectors for protocol behavior changes.
- Run
cd conformance && make allbefore opening a PR. - Do not commit secrets, credentials, local paths, or generated build artifacts.
Vectors in conformance/vectors/ are the source of truth. When adding a vector:
- Add the scenario to the relevant JSON file.
- Run the affected adapter tests.
- Run the full vector suite before submitting.