Justin Traglia
Justin Traglia
### Description The first time I build the project, the `FileKeyValueStoreTest.testConcurent` fails with a `TimeoutException`. If build again, the test will pass. All subsequent builds without a clean will also...
## PR Description After sending a BlobSidecarsByRoot request to a peer, it would be possible for the peer to send the same blob sidecar multiple times. Not necessarily a problem,...
## PR Description This PR upgrades errorprone to the new version released today. They added/enabled the [`EnumOrdinal`](https://errorprone.info/bugpattern/EnumOrdinal) check, for which there is one finding. To appease errorprone, I removed `ordinal()`...
## 📝 Summary Just fixing a few things I noticed while reviewing. * Use go-eth2-client's `IsInfinity` function to check the relay pubkey. * Provide valid pubkey to `TestParseRelaysURLs` & `TestHexToPublicKey`...
Note: this only pertains to peerDAS (EIP-7594). When adding a new `reverse_bits_limited` helper function I noticed that `verify_kzg_proof_multi_impl` was pretty inefficient. This new code is originally based on @dankrad's implementation...
I noticed that `BlocksByRoot` and `BlobSidecarsByRoot` do not mention anything about order of responses. This PR adds a sentence to each section which states responses must be sent in the...
**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** This PR fixes some bugs I noticed while reviewing the unmarshaling code for...
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** In #13372 I mentioned wanting to make a simple static analyzer for enforcing struct...
## 📝 Summary This PR makes the necessary changes for Electra. ## ⛱ Motivation and Context * https://github.com/ethereum/consensus-specs/tree/dev/specs/electra --- ## ✅ I have run these commands * [x] `make lint`...
## 📝 Summary This PR makes the necessary changes for Electra. TODO: - [ ] Extend `BidTraceV2WithBlobFields` with request counts. ## ⛱ Motivation and Context * https://github.com/ethereum/consensus-specs/tree/dev/specs/electra ## 📚 References...