Daniel Wang
Daniel Wang
Replacing https://github.com/taikoxyz/taiko-mono/pull/19183
This issue tracks all contracts in the Taiko Alethia protocol whose ownership should be transferred to TaikoDAO. ## First Batch (2025/07/01) - [ ] Bridge - [ ] ERC20Vault /...
> This is an analysis of Preconfirmation Bond Requirements in Taiko Mainnet ## Current Bond Configuration The mainnet bond configuration on the main branch is set as: ```solidity livenessBondBase: 50e18,...
I have a couple of suggestions to make the `InboxOptimized1` mechanism a little cleaner. The less intrusive suggestion is just to use the most-significant bits of the parent claim hash...
## Context I'm considering adding native blob support on L2, where blobs are submitted directly to L2 and retained by L2 nodes for a limited period (e.g., a few weeks),...
## Context Following up on [#19830](https://github.com/taikoxyz/taiko-mono/issues/19830), we should upgrade the Taiko L2 EVM to the latest available version to stay aligned with upstream Ethereum changes. ## Scope This upgrade includes:...
## Context Maintaining `taiko-geth` has become increasingly difficult due to the effort required to merge upstream changes from go-ethereum. With the transition to `taiko-reth` already underway, it's time to fully...
## Summary This issue explores moving the validation of preconfirmation slashing conditions from L1 to L2, while keeping slashing execution on L1. The goal is to simplify validation and reduce...
## overview Introduce a set of `Overseer` contracts responsible for monitoring preconfers and enforcing accountability. The main goal is to enable penalization and/or disabling of preconfers who fail to deliver...