Brett Boston

Results 10 comments of Brett Boston

The line break isn't the only difference. The left side of the equality has `"configSettingID" : "CONFIG_SETTING_CONTRACT_MAX_SIZE_BYTES"` while the right side has `"configSettingID" : 0`. It looks like `CONFIG_SETTING_CONTRACT_MAX_SIZE_BYTES` is...

I just squashed and rebased this on top of `master` to pull in the new overlay changes.

I've rebased and squashed this down to a single commit in preparation for merging!

Hey @dmkozh, I've got a couple clarifying questions: 1. Where does the existing loadgen contract perform reads? I see writes to persistent storage [here](https://github.com/stellar/rs-soroban-env/blob/74c3c045b7e607cfda9155c1bc00e897b5e5a19f/soroban-test-wasms/wasm-workspace/loadgen/src/lib.rs#L30), but no corresponding reads. Is there...

Yes, that's right. #4275 leaves the old survey interface intact so there's no need to immediately update the script.

Good point. At this point I don't think the HTTP interfaces in #4275 will change significantly (if at all), so I'll start working on updating the script.

> Perhaps this might not be a goal best executed by the survey mechanism. Alternatives could include recursive crawlers or IP scanners. Would love to hear thoughts on this. One...

> In practice, some of these metrics aren't particularly useful (for example, it's a bit hard to reason about the absolute number of messages/bytes given that the rate fluctuates significantly...

> note that anything that depends on clocks being synchronized will require estimating the clock skew somehow or the data will be noisy Does stellar-core do any clock synchronization? It...

> The NTP code was only there to warn the operator (and was buggy/not secure) so we removed it; also it didn't do anything about the system clock that we...