-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5961 from oasisprotocol/peternose/feature/hot-loa…
…ding go/runtime: Support hot-loading of runtime bundles
- Loading branch information
Showing
50 changed files
with
2,796 additions
and
1,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
go/runtime: Support hot-loading of runtime bundles | ||
|
||
The node can now fetch and verify runtime bundles from remote repositories | ||
and automatically update to new versions. | ||
|
||
The following configuration option has been removed: | ||
|
||
- `runtime.components` | ||
|
||
The following configuration option has been deprecated: | ||
|
||
- `runtime.config` | ||
|
||
The following configuration options have been added: | ||
|
||
- `runtime.runtimes.id` is the runtime identifier, | ||
|
||
- `runtime.runtimes.components` is the list of components to configure, | ||
|
||
- `runtime.runtimes.config` is the runtime local configuration, | ||
|
||
- `runtime.runtimes.repositories` is the list of runtime specific URLs | ||
used to fetch runtime bundle metadata, | ||
|
||
- `runtime.repositories` is the list of global URLs used to fetch | ||
runtime bundle metadata, | ||
|
||
- `runtime.max_bundle_size` is the maximum allowed bundle size. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.