Brandon Williams

Results 34 issues of Brandon Williams

Today there is no identifying information present on-chain making it difficult to know if a particular network is a devnet, testnet, or mainnet. Adding some sort of `network_id` or `chain_id`...

sui-node

The Fullnode on devent ran out of diskspace when the sqlite wal file for the events db grew ~170GB in roughly 5 hours. We mitigated the issue by deleting the...

Store provides an "async" interface to a DbMap that just serializes all writes into the DB. Since rocksdb already provides a multithreaded interface we should use a DbMap directly to...

This PR introduces a very simplistic discovery service used to discover peers for the P2P network.

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...

- Add a rocksdb implementation for ReadStore and WriteStore - hook up state-sync with consensus and turn on state-sync at node startup

Re-enables lint banning tracing-test and removed the one non-functional test that was using it.

### Feature Request This feature request is about adding a mechanism to allow for setting a TTL or an expiration for individual transactions so that they will only be executed...

Priority: Medium
good first issue