You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
AnshuJalan
changed the title
[Contracts] Modify task manager to accommodate all places where msg.sender is used within Taiko
[Contracts] [Document] Modify task manager to accommodate all places where msg.sender is used within Taiko
Aug 23, 2024
AnshuJalan
changed the title
[Contracts] [Document] Modify task manager to accommodate all places where msg.sender is used within Taiko
[Contracts] [Document] Liveness bond lockups
Aug 26, 2024
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.
The text was updated successfully, but these errors were encountered: