Skip to main content

Questions tagged [beacon-chain]

2 votes
1 answer
120 views

I'm struggling figuring out every case where validators have to verify BLS signatures. According to the Ethereum spec, during each slot aggregators gather attestations and aggregate them: do ...
Raoul722's user avatar
  • 143
1 vote
1 answer
164 views

In the eth2book by Ben Edgington, it is mentioned in chapter 2.9.1 BLS Signatures that With 500,000 active validators, the current beacon chain design calls for over 1,300 attestations per second to ...
Raoul722's user avatar
  • 143
0 votes
0 answers
77 views

I am starting to study Eth2, and came across EIP-4788. EIP-4788 states: Roots of the beacon chain block roots are cryptographic accumulators that allow proofs of arbitrary consensus state I ...
unsafe_where_true's user avatar
0 votes
0 answers
24 views

I need a consensus client (beacon chain client) that keeps blobs forever. And I need a way / place to download all the data (blobs) from. AFAIK the standard clients store the blob for 18 days, which ...
user154621's user avatar
1 vote
0 answers
74 views

How can I look up the corresponding Beacon block for an execution block by block number? If I use the block number of an execution block to request a Beacon block, the Beacon block in the response ...
suchapalaver's user avatar
1 vote
2 answers
237 views

There is a eth1_data field in a block and a execution_payload. We understand that the execution_payload links the execution layer blocks to the beacon chain, it has all the transactions in it. However,...
Pedro Henrique Bufulin de Alme's user avatar
1 vote
0 answers
144 views

I am running a main net eth validator AND a holesky validator on the same machine. The mainnet is doing fine and the Holesky side is synced up on execution and consensus clients, running as expected. ...
Andrew Carter's user avatar
1 vote
0 answers
102 views

I'm working on a stacking / restacking project where I need to call that function: function verifyWithdrawalCredentials( uint64 oracleTimestamp, BeaconChainProofs.StateRootProof calldata ...
ASANSON's user avatar
  • 11
2 votes
1 answer
340 views

Actually I made my own PoS Ethereum testnet which is public!(It means I can make a transaction to my network from anywhere available Internet.) However my testnet is working with only ONE NODE with 64 ...
Beginner-K's user avatar
1 vote
1 answer
214 views

I am trying to add a validator to my local testnet, however the validator keeps giving the same message ( awaiting activation ); For context, the network topology is as follows; There are two ...
Muhammad Yasir's user avatar
1 vote
0 answers
136 views

Is there any API which I can reliably use to get the MEV reward recipient and block reward for a particular block number as shown on the beacon chain page? I can use the flashbots relay API but this ...
Ramon912001's user avatar
1 vote
0 answers
82 views

I'm working on a service that listens to blocks from the Ethereum Beacon chain (both mainnet and Sepolia), and uses the sync committee for submitting proofs of transactions to a light client. I ...
Milkncookiez's user avatar
1 vote
0 answers
48 views

Are there any good tools, specifically code packages to checksum eth validator addresses? They are longer than normal Ethereum addresses, and because of that I find the Web3 python library refuses to ...
Bruce's user avatar
  • 997
3 votes
1 answer
269 views

I'm working on a Solidity smart contract and need to access info about the state of the Beacon Chain. For example, I would like to get a list of current validators, their balances,slashings, previous ...
ConvenientCult's user avatar
1 vote
0 answers
310 views

I had a problem while run Go Ethereum and Prysm. when both are executed, there is an error response on the Prysm beacon-chain and an error on geth ethereum. here is the error, Beacon Chain Geth ...
Ekacitta Wibisono's user avatar

15 30 50 per page
1
2 3 4 5 6