Khalil Claybon

Results 34 issues of Khalil Claybon

Hello, my infra graph is displaying properly with the CSV but I get this error for the graph.json endpoint. Here is the command I am running. ` blast-radius --port 3000...

This pull request adds message authentication and authorization validation for unicast messages. It also does some refactoring to improve testability. The unicast stream handler will now do the following. -...

This pull requests updates the LastFullBlockHeight in the ingestion engine component startup so that we only request missing collections in blocks above that height. In the processFinalizedBlock func we skip...

This PR adds peer authentication to the connection gater by implementing the InterceptAccept libp2p callback. This is achieved by adding a new ByMultiAddress to the identity provider interface. This new...

This PR defines 2 rate limiters for messages sent via unicast. Both rate limiters are configurable on p2p middleware, and are used in the unicast stream handler. - bandwidth rate...

Error route does not work for pages not found, route resolving works a bit weird when trying to add a generic catch all if none exists route

How do you disable HMR and browser sync notifications when you run this in production mode. Tried the run npm start -- --release to no avail

I am using the element docker image gjgd/element-api and overriding the CMD so that I can generate the .runtimeconfig.json file before starting the container. The script fails because of this...

Currently, the [authorized sender validator](https://github.com/onflow/flow-go/blob/master/network/validator/authorized_sender_validator.go) does not differentiate between gossip and unicast messages when authorizing the sender, which means a malicious peer could circumvent the pubsub scoring by switching to...

This PR adds the ability to inject a corrupted libP2PNode into the corrupted node builder. This will allow us to turn off topic validators so that corrupted attacker nodes can...