Files
nym/tests
2023-02-23 08:56:39 +01:00
..
2023-02-08 08:59:48 +01:00
2023-02-23 09:34:51 +02:00
2023-02-23 09:37:09 +02:00
2023-02-23 09:37:09 +02:00
2023-02-23 09:37:09 +02:00
2023-02-23 09:37:09 +02:00
2023-02-23 08:56:39 +01:00

Binary init checker

WIP

A simple tool to ensure that all binaries init with the correct format, using the assert.sh library

Simply run ./build_and_run.sh $RELEASE_BRANCH $CURRENT_PRODUCTION_RELEASE_VERSION

For example:

./build_and_run.sh release/v1.1.11 v1.1.10

This will run through all the binaries anc check the fields that we expect to be initialised when passing the parameters into nyms core binaries

TODO

- Introduce all binaries
- Sort paths and locations
- Tidy up
- Run in CI