canepat
canepat
[EIP-7692](https://eips.ethereum.org/EIPS/eip-7692) is included into [Pectra](https://eips.ethereum.org/EIPS/eip-7600) https://github.com/ledgerwatch/erigon/issues/10346
[EIP-6110](https://eips.ethereum.org/EIPS/eip-6110) is included into [Pectra](https://eips.ethereum.org/EIPS/eip-7600) https://github.com/ledgerwatch/erigon/issues/9675
[EIP-7002](https://eips.ethereum.org/EIPS/eip-7002) is included into [Pectra](https://eips.ethereum.org/EIPS/eip-7600) https://github.com/ledgerwatch/erigon/issues/10028
In sentry the secp256k1 is created for every operation which requires it (see the example below). This is not efficient, only single global context is enough. ```cpp Bytes sign(ByteView data_hash,...
Unit test "check get cache key not present(lock)" [starts failing intermittently](https://github.com/erigontech/silkworm/actions/runs/9387195472/job/25849529399) after GHA Windows runner changed from version '2.316.1' to '2.317.0': ``` Running cmd/test/Release/core_test.exe... Filters: ~[ignore] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core_test.exe is a...
Since we developed our C API execute functions for Erigon++ (i.e. `silkworm_execute_blocks_ephemeral` and `silkworm_execute_blocks_perpetual`), the Execution stage of stand-alone Silkworm fell behind on some design choices: 1. the Execution stage...
- [ ] `eth_subscribe` - [ ] `eth_unsubscribe`
The following "filtering" API in the `eth` namespace are not implemented yet: - [ ] `eth_newBlockFilter` - [ ] `eth_newPendingTransactionFilter`