-
-
`ethereum_ssz` is used for SSZ handling in most places, but light-client uses ssz-rs. Investigate replacing ssz-rs, so we can remove a dependency.
-
## Problem:
Lighthouse lacks support for a dedicated config file, unlike other Ethereum clients. Currently, configurations must be passed through command line flags or wrapper scripts.
## Propos…
-
### Metadata
* **Hardfork**: Cancun
### What was wrong?
The Python execution specs consider a create message to fail due to address collision if the account in question has nonce or code:
ht…
-
Original issue:
https://github.com/ethereum/execution-spec-tests/issues/899
here is the evmdump:
http://retesteth.ethdevops.io/temp/pyspecs/frontier__scenarios__test_scenarios__test_blockhash_bug…
-
* [Nov 26 (Tue), 2024 , **10:00 UTC**](https://www.timeanddate.com/worldclock/converter.html?iso=20241126T100000&p1=1440&p2=37&p3=136&p4=237&p5=923&p6=204&p7=671&p8=16&p9=41&p10=107&p11=28) 🕙 ❗
* Du…
-
Thanks to the state lenses, we will have multiple implementations of the our light clients on different ecosystems. Before this, it made sense to have the `light-clients` directory. But now, it will b…
-
### Describe the bug
Hi,
- When I retrieve all transactions from a minted block and add them to a bundle, set the `StateContext` to the previous block, set the `BlockOverrides` to the header informa…
-
I found the issue of at least one of the cases the eels resover reports an error
```
.venv/lib/python3.12/site-packages/requests/models.py:974: in json
return complexjson.loads(self.text, **k…
-
The blockchain API can be found here: https://github.csiro.au/Blockchain/epcis-blockchain-api
You'll need to implement a servant client in src/Mirza/BlockchainClient so we can talk to it.
This w…