Brandon Williams
Brandon Williams
Investigate building support for the [Internet Gateway Device Protocol (IGD)](https://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol). This enables automatic setup of port-forwarding for peers behind some NAT-enabled routers.
In order to be prepared to deploy in a production environment (read adversarial) we need to satisfy a number of network hygiene requirements, that are not currently met with our...
Today we have a number of unit tests but I don't believe we have any end-to-end tests that are run with `cargo test` and it would be beneficial to have...
I generally work inside of a tmux session and running `fab local` clobbers that sessions, in fact it seems to clobber all existing/running sessions even if invoked outside of tmux
Right now users are unable to set their own filenames, which appear when displaying a patch or when a merge has conflicts. There should be some interface which makes it...
This is the main tracking issue for the development and rollout of the new `forge` testing framework. ## Common Test Infrastructure - [x] Initial research into existing test frameworks -...
Investigate eliminating a de/ser pass required when looping up a batch in a Worker's DB and then sending it on the wire as described in this comment: https://github.com/MystenLabs/narwhal/pull/946#issuecomment-1243061376
Module comment which provides a high level overview of state-sync: Peer-to-peer data synchronization of checkpoints. This StateSync module is responsible for the synchronization and dissemination of checkpoints and the transactions,...