NethermindEth / NethermindEth/Catalyst
[Contracts] [Document] Liveness bond lockups
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 44
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
At the moment only the proposer can deposit liveness bond when proposing the blocks in Taiko. Since for the AVS the task manager is the sole proposer, we need to implement a separate accounting system for liveness bonds so that the operator may deposit and withdraw it from the task manager. This is non-trivial and deviates from the primary goal of devising a preconfirmations system. Therefore, this has been skipped in the POC. The liveness bond stays locked up in the TaikoL1 contract.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the TaikoL1 contract and the task manager flow described in the issue, focusing on how the proposer currently deposits and how the liveness bond remains locked. Trace the operator's required deposit and withdrawal lifecycle and identify the accounting boundaries. Done means the required behavior and its scope are defined clearly enough to implement and test.
Written by the indexing model from the issue text.
Assessment
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100