ddl
ddl
**ATTENTION: ERC-RELATED PULL REQUESTS NOW OCCUR IN [ETHEREUM/ERCS](https://github.com/ethereum/ercs)** -- When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot...
close:https://github.com/taikoxyz/taiko-mono/issues/16975
### Describe the feature request Read [this document](https://docs.taiko.xyz/core-concepts/bridging/#the-signal-service) to learn more about how taiko deal with bridge, found some issues: 1. `isSignalReceived` in doc cannot found, `_isSignalReceived` is private method....
### Describe the feature request Description of the feature request here. follow good first issue list,found that https://github.com/taikoxyz/taiko-mono/blob/215a6001c2c0dc0e8d2d20a438be9889792ff6ef/packages/protocol/docs/how_taiko_proves_blocks.md?plain=1#L112 Line 112, the modified EIP-1559 file is outdated,should point to `packages/protocol/docs/eip1559_on_l2.md` ###...
### Describe the bug PR:https://github.com/taikoxyz/taiko-mono/pull/16796 deleted `USDCAdapter.sol` caused `docs/native_token_support.md`'s link outdated eg. [DeployUSDCAdapter.s.sol](../script/DeployUSDCAdapter.s.sol) [USDC adapter](../contracts/tokenvault/adapters/USDCAdapter.sol) Suggest: `contracts/tokenvault/adapters/USDCAdapter.sol`->`packages/protocol/contracts/tokenvault/ERC20Vault.sol` ### Steps to reproduce just check the file path ### Spam policy -...
## debug log ``` error[E0107]: trait takes 2 generic arguments but 1 generic argument was supplied --> src/nonnative/gadgets/biguint.rs:442:52 | 442 | impl SimpleGenerator | ^^^^^^^^^^^^^^^ - supplied 1 generic argument...
there's a logical issue in the handling of corsOrigins: the `Validate` method checks if `opts.CorsOrigins` is nil, and if so, returns an error `eventindexer.ErrNoCORSOrigins`. However, in the `NewServer` method, even...