You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Yaci Store e2e tests, we need to start the DevKit with different configurations. Currently, we update the node.properties file and restart the DevKit node. However, this is a manual process.
We currently have the reset admin endpoint, which helps reset the node with the same configuration. This is useful in the test code, where we reset the network before running the tests.
But, we could add another endpoint that starts the node with a new configuration. The configuration data could be sent as part of the POST payload to the API. This would be useful in the yaci-store project to test the code against various node configurations specified in the node.properties file without requiring a yaci-cli restart or manual changes.
The text was updated successfully, but these errors were encountered:
#111)
* feat: #110 New admin endpoint to create and start node with updated genesis config
* fix: #109 fixed starttime format which causes issue with pycardano (%Y-%m-%dT%H:%M:%SZ)
In Yaci Store e2e tests, we need to start the DevKit with different configurations. Currently, we update the
node.properties
file and restart the DevKit node. However, this is a manual process.We currently have the
reset
admin endpoint, which helps reset the node with the same configuration. This is useful in the test code, where we reset the network before running the tests.But, we could add another endpoint that starts the node with a new configuration. The configuration data could be sent as part of the POST payload to the API. This would be useful in the
yaci-store
project to test the code against various node configurations specified in thenode.properties
file without requiring a yaci-cli restart or manual changes.The text was updated successfully, but these errors were encountered: