the fdp-contracts root repository has its own package.json where its version number is defined.
This has to be the single-source-of-truth for all blockchain version related scripts within the repository.
Unfortunately, we have hard-coded values for now for building and releasing blockchain image of fdp-contracts in the scripts/build-image.sh and scripts/release-image.sh
We should rid of these hard-coded values regarding to the blockchain versions and use version defined in package.json
the
fdp-contracts
root repository has its ownpackage.json
where its version number is defined. This has to be the single-source-of-truth for all blockchain version related scripts within the repository. Unfortunately, we have hard-coded values for now for building and releasing blockchain image of fdp-contracts in thescripts/build-image.sh
andscripts/release-image.sh
We should rid of these hard-coded values regarding to the blockchain versions and use version defined inpackage.json