Start API Server After Chain Initialization (Remove Late setChain)
Open
- Dominant language
- Zig
- Stars
- 97
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
We currently start the API server before the chain is created, then set the chain later. This adds extra complexity and makes the lifecycle harder to reason about and setting the chain in a separate step.
It would be cleaner to start the API server after chain initialization so the chain can be passed at creation time.
Originally posted here: https://github.com/blockblaz/zeam/pull/426#discussion_r2725150832
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.