taikoxyz / simple-taiko-node

Start your Taiko node with a single command. 🌐

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposer behavior

brachsterX opened this issue · comments

Describe the bug

Not sure if intended. Proposer does not drop the transaction even if it is beyond the set gas limit.

image

Steps to reproduce

Steps to reproduce here.

Spam policy

  • I verify that this issue is NOT SPAM and understand SPAM issues will be closed and reported to GitHub, resulting in ACCOUNT TERMINATION.

Looks like your L1 node is not mining new blocks?

Looks like your L1 node is not mining new blocks?

I think this is an issue when you already received response from Prover and try publish propose transaction .

Looks like your L1 node is not mining new blocks?

I think this is an issue when you already received response from Prover and try publish propose transaction .

Yeah after pushing the transaction, client failed to see that transaction mined on L1

Looks like your L1 node is not mining new blocks?

Using blockpi endpoint for L1 node. I think it's not about rate limiting as it's set at 1000 reqs/min.

Additionally, I've noticed that proposers don't get rewards which is supposedly to be on L2?

image

Successfully proposed 2 blocks. See: https://holesky.etherscan.io/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2
L2 assets: https://hekla.taikoscan.network/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2

Additionally, I've noticed that proposers don't get rewards which is supposedly to be on L2?

image

Successfully proposed 2 blocks. See: https://holesky.etherscan.io/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2 L2 assets: https://hekla.taikoscan.network/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2

I can see the L2 block gas fee income here: https://hekla.taikoscan.io/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2/coin-balances#address-tabs

Additionally, I've noticed that proposers don't get rewards which is supposedly to be on L2?
image
Successfully proposed 2 blocks. See: https://holesky.etherscan.io/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2 L2 assets: https://hekla.taikoscan.network/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2

I can see the L2 block gas fee income here: https://hekla.taikoscan.io/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2/coin-balances#address-tabs

There must be some changes made recently as the history shows there were no rewards for the 10 blocks proposed before the rewards came in.
The rewards came in on block 99263. https://hekla.taikoscan.io/address/0x450Cfc1c5E4d4401e7C20d2Ab98c99030fF030d2/validations#address-tabs

image image

the latest reward is on 104909 which makes sense since 105317 is an empty block (only contains the system anchor transaction)

Aha! Thanks for the clarification @davidtaikocha !

Closed by #236 (comment)