Brandon Kite

Results 113 issues of Brandon Kite

The peering process should invalidate connections to peers with a different chain id or chain config. While we currently segment peers based on a network name, we should take further...

fuel-p2p

We should be able to substantially reduce our CI times by using the new fuel.nix flake's fuel-core-dev shell. This is due to using a precompiled version of RocksDB which takes...

help wanted
infrastructure

In the context of block production and importing, they are consensus critical tasks that consume a lot of resources. There is some concern about whether making these async tasks could...

When a node encounters an invalid tx, it shouldn't propagate to the rest of the network.

After running the faucet for over 70 days, the connection to fuel-core went stale and the SDK was unable to communicate with the node. While a simple restart of the...

bug

We should identify all common cases for panics in the std-lib and assign preset panic codes to each case. This will enable the SDK to provide more user friendly errors...

Now that we are handling more traffic and throughput in beta3, the storage volumes for our nodes keep filling up and needing to be resized. Investigate whether there is any...

Given an upper time constraint on block execution (eg 2s), devise a framework determine what the max gas per block should be to fit that target on any given hardware...

Large values in rocksdb can cause a lot of compression overhead during fetching. Write a benchmark that has large values to measure how much overhead we observe due to this.