William Smith
William Smith
## Description We received reports from a community validator of error logs from failure to parse `x-forwarded-for` header value to a `SocketAddr`. Investigation revealed that this is because the validator...
## Description As in title. For http stores, we configure reqwest clients through middleware. For remote backend stores, we configure the stores directly. ## Test plan Run on formal snapshots...
## Description CP https://github.com/MystenLabs/sui/pull/17854 and https://github.com/MystenLabs/sui/pull/18106 to run on rpc nodes in traffic controller dry run mode ## Test plan How did you test the new or updated feature? ---...
## Description Introduce workloads composed of failing transactions of varying types. For now, support failing user signature. Later, add transferring of nonexistent object. ## Test plan How did you test...
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...
## Description Cherry pick https://github.com/MystenLabs/sui/pull/19775/ + https://github.com/MystenLabs/sui/pull/19700/ ## Test plan Ran on testnet bridge client and observed logs during bridge 2 way transactions --- ## Release notes Check each box...
## Description As in title ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none...
## Description Adds `latency_ms` field to output of `ping` command of `sui-bridge-cli` ## Test plan https://gist.github.com/williampsmith/e314bc2c34957b938300ad0807775935 --- ## Release notes Check each box that your changes affect. If none of...
## Description Step 1 of adding traffic controller support in bridge node. This version only supports socket address based IPs. Followup PRs: * support x-forwarded-for configuration * authentication based schemes...