This PR builds upon the changes introduced in PR #25.
This PR implements support for multiple server configurations. This feature is particularly useful when different hints need to run on various server ports.
Key changes include:
Enhanced scarb-hints-run and scarb-hints-test to support multiple server configurations.
Introduced a new servers.json file for defining multiple server configurations. This file:
Can be placed in the project root or specified in the Scarb.toml file, similarly to Oracle.lock.
This PR builds upon the changes introduced in PR #25.
This PR implements support for multiple server configurations. This feature is particularly useful when different hints need to run on various server ports.
Key changes include:
Enhanced
scarb-hints-run
andscarb-hints-test
to support multiple server configurations.Introduced a new
servers.json
file for defining multiple server configurations. This file:Scarb.toml
file, similarly toOracle.lock
.scarb-hints-new
.Updated documentation and examples to reflect the new multi-server approach.