FluffyLabs / FluffyLabs/typeberry
Enhance node config files
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request: Configuration Extension Support
Add support for extending configurations similar to `tsconfig`, allowing configuration files to inherit from other configuration files.
Example:
```json
{
"extends": "./typeberry-default.json",
"chain_spec": {
"bootnodes": []
}
}
```
## Context
These ideas were discussed in the context of replacing CLI options with config files.
## References
- PR: https://github.com/FluffyLabs/typeberry/pull/455
- Comment: https://github.com/FluffyLabs/typeberry/pull/455#discussion_r2189931250
- Requested by: @tomusdrw
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.