FluffyLabs / FluffyLabs/typeberry

Enhance node config files

Open
#461 0 comments 0 reactions 0 assignees View on GitHub
M-node
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.