ThomasBrady
ThomasBrady
Currently, when profiling catchup we need to manually connect tracy at just the right time to profile catchup and exclude the setup steps from the tracy capture (e.g. downloading of...
# Description Adds `LedgerKeyMeter` to track the allowance of read bytes for each transaction when prefetching soroban ops. Resolves #3651 # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document -...
# Description Resolves https://github.com/stellar/stellar-core-internal/issues/275 # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [ ] Rebased on top of master (no merge commits) - [ ] Ran `clang-format` v8.0.0...
# Description Resolves #X # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [ ] Rebased on top of master (no merge commits) - [ ] Ran `clang-format` v8.0.0...
# Description Adds `--trusted-hash-file` argument to the `verify-checkpoints` command to support appending new verified checkpoints starting from the last checkpoint in the trusted hash file. Removes `--output-file` argument. Now, users...
Currently, `LoadGenerator` operations require an initial account creation step and the `GeneratedLoadConfig` for the operations require specification of offsets to utilize the created accounts as source accounts. When `LoadGenerator` is...
Adds LedgerStateCache to store all **Soroban** entries: * Populates (`LedgerStateCache::addEntry`) the cache in `PopulateLedgerCacheWork` (executed in `LedgerManagerImpl::loadLastKnownLedger`). * Updates the cache (`LedgerStateCache:::addEntries`) each ledger from `LedgerManagerImpl::transferLedgerEntriesToBucketList`. * Reads the cache...
https://github.com/stellar/stellar-core/pull/4559 changed load gen to throw an exception with an error message if a user generated load in `MODE::SOROBAN_INVOKE` mode, without first running `MODE::SOROBAN_INVOKE_SETUP`. This PR reverts that change and...
# Description Resolves [#193](https://github.com/stellar/stellar-core-internal/issues/193) Changes `BucketOutputIterator::put` to convert `LIVEENTRY` to `INITENTRY` in the lowest level of `LiveBucket`s. # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [ ] Rebased...