celestiaorg / celestiaorg/celestia-node
header: trusting period should depend on network unbonding period
Open
area:header
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
Currently, we hardcode the trusting period and the unbonding period. As the unbonding period is a network-wide parameter that lives on the state and can be adjustable, we cannot just hardcode and should check if it changes.
The trusting period should also be less than the unbonding period, and we may allow users to configure only the delta between unbonding and trusting instead of giving full control over trusted.
Contributor guide
Assessment
This issue has not been assessed yet.