oasis-core icon indicating copy to clipboard operation
oasis-core copied to clipboard

Support reloading bundles without restarting `oasis-node`

Open matevz opened this issue 8 months ago • 1 comments

SUMMARY

Currently, there is no way to manually reload the bundle (e.g ROFL .orc) without restarting the whole oasis-node service. This is useful:

  • when you're bugfixing your ROFL and don't want to make a new release+deployment each time
  • when you're bugfixing your ROFL and don't use the new scheduler at all
  • in the Localnet in "watch" mode, where your rofl folder is bind-mounted and a script would monitor any .orc updates to reload it automatically

I suggest sth like oasis-node control reload-bundle <path>

ISSUE TYPE
  • Feature Idea

matevz avatar Apr 14 '25 12:04 matevz

What about combining bundle and config reloading (https://github.com/oasisprotocol/oasis-core/issues/6154) into a single control reload command?

gw0 avatar Apr 22 '25 06:04 gw0