Daniel Wang

Results 103 comments of Daniel Wang

See https://github.com/taikoxyz/taiko-mono/pull/14851

If we want to ensure: - the price is `initialPrice` at a given `gasExcess` value - the price difference for a block of `gasTarget*2` and a block of `gasTarget` is...

I suggest that we keep it as-is to reduce risk. Removing y-scale still ends up with the same number of storage slots that we have to write (1 for now),...

Bridge dapp v1 has been depreciated.

After reading [this post](https://www.reddit.com/r/ethdev/comments/7nowxv/using_more_or_less_than_18_decimals_please_dont/), I no longer believe we have to change the decimals from 8 to 18. I'm open to discussion.

I'm closing the PR and mark this feature as low priority. One reason not to offer this feature is that we need to test our core protocol logics thoroughly before...

With EIP 4895, each Withdrawal is a tuple of 4 items: - a monotonically increasing index, starting from 0, as a uint64 value that increments by 1 per withdrawal to...

Created this PR for discussion https://github.com/taikoxyz/taiko-mono/pull/13577. This is to me a very priority.

Lets use the following terms for clarity: - Ether Deposit (_Eth deposit_ for short): this is the *ETH2 withdrawal*-style deposit of Ether from L1 to L2 (note that this is...

Yes, it is. But to be honest, this feature is not a priority for us (as you have noticed).