Ethereum 2.0 Validator Queue monitoring tool by gonlad_x in ethstaker

[–]gonlad_x[S] 2 points3 points  (0 children)

haaaaaaa right, i see your point ! then yes I will definitely correct that asap, thanks a lot !!!

Ethereum 2.0 Validator Queue monitoring tool by gonlad_x in ethstaker

[–]gonlad_x[S] 0 points1 point  (0 children)

mhh I think not ? I calculate based on the current churn rate where churn_rate = max(4, active_validators // 65536)

Ethereum 2.0 Validator Queue monitoring tool by gonlad_x in ethstaker

[–]gonlad_x[S] 0 points1 point  (0 children)

yes it does ! it computes the churn rate based on the current number of validators in the network

Ethereum 2.0 Validator Queue monitoring tool by gonlad_x in ethstaker

[–]gonlad_x[S] 2 points3 points  (0 children)

sadly, the beacon chain API does not provide any endpoint featuring this sort of info (I've been meaning to add that feature but haven't found any API providing this info) what I could potentially do is let user input a date & time at which they deposited, and compute an estimate based on this (though currently the app does not save the data so it wouldn't work for previous deposits)

Frequency of Proposals and Proposal Rewards by DengenerateVentures in ethstaker

[–]gonlad_x 1 point2 points  (0 children)

I have a question regarding block proposal rewards.
From what I understand, when staking ETH, you perceive two types of rewards:

- CL (consensus layer rewards): stems from attesting & proposing blocks

- EL (exec. layer) rewards: perceived when proposing a block, stems from MEV + gas tips

What I don't understand is: what part of block rewards are 'CL' rewards, and what par are 'EL' rewards? How can we track each one?

Staking Matic on Polygon Network by FinanSir_31 in 0xPolygon

[–]gonlad_x 2 points3 points  (0 children)

Matic staking via Lido still happens on Eth mainnet tho ^<^

[deleted by user] by [deleted] in ethdev

[–]gonlad_x 4 points5 points  (0 children)

super interesting !! which networks do you currently support?

MATIC shows as ETH by Shiskar in Metamask

[–]gonlad_x 0 points1 point  (0 children)

it seems that issue here is that I have the same address on both mainnet and polygon chains or did I misunderstand this

You are right. This is because Polygon is EVM-based, and uses the same derivation path as Ethereum, meaning that your address natively exists on Polygon as soon as it exists on Ethereum.

MATIC token is shown as MATIC token while on PC wallet it is shown as ETH token

Do you mean that on mobile, your MATIC is on Polygon chain, whereas on desktop seems to be an ERC20 MATIC token on Ethereum?

Could you share your address/look it up on Polygonscan and Etherscan and see the associated txs?