{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27085821,"defaultBranch":"master","name":"stellar-core","ownerLogin":"stellar","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-24T17:11:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7386716?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726634890.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"bfd1cc2951d6d4a399b4513e5f6497dedf442eaa","ref":"refs/heads/gh-readonly-queue/master/pr-4439-7fce6cb9c19a88dbe6c559346b7a3a886cc590e7","pushedAt":"2024-09-18T04:48:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add SOROBAN_TEST_EXTRA_PROTOCOL for side-by-side testing (#4439)\n\nThis implements an idea @MonsieurNicolas proposed recently: now that we\nhave fairly easy \"by version number\" selection among different soroban\nhosts, we can run any given transaction _twice_ during offline replay to\nsee (a) whether it produces the same side effects and (b) whether it\nperforms the same or different.\n\nIt works during any tx application -- offilne catchup or online\nexecution -- you just set `SOROBAN_TEST_EXTRA_PROTOCOL=22` (say) and\nwhile replaying a p21 tx it'll also execute it on p22 and report a\nsummary of both txs side by side. You may also need to set\n`SOROBAN_TEST_CPU_BUDGET_FACTOR=2` or so to give a bit more budget\nwiggle room to txs that might have higher execution costs.","shortMessageHtmlLink":"Add SOROBAN_TEST_EXTRA_PROTOCOL for side-by-side testing (#4439)"}},{"before":"7fce6cb9c19a88dbe6c559346b7a3a886cc590e7","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4468-7712e4a91bf828fe1408f793f79a99d7ad2310be","pushedAt":"2024-09-18T01:51:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"7712e4a91bf828fe1408f793f79a99d7ad2310be","after":"7fce6cb9c19a88dbe6c559346b7a3a886cc590e7","ref":"refs/heads/master","pushedAt":"2024-09-18T01:51:08.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"tx queue update (#4468)\n\n# Description\n\nUpdate tx queue logic\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"tx queue update (#4468)"}},{"before":"7712e4a91bf828fe1408f793f79a99d7ad2310be","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4402-df572696d3c251b769ffaa3fe7086df2b5230923","pushedAt":"2024-09-18T00:48:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"7fce6cb9c19a88dbe6c559346b7a3a886cc590e7","ref":"refs/heads/gh-readonly-queue/master/pr-4468-7712e4a91bf828fe1408f793f79a99d7ad2310be","pushedAt":"2024-09-18T00:48:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"tx queue update (#4468)\n\n# Description\n\nUpdate tx queue logic\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"tx queue update (#4468)"}},{"before":"df572696d3c251b769ffaa3fe7086df2b5230923","after":"7712e4a91bf828fe1408f793f79a99d7ad2310be","ref":"refs/heads/master","pushedAt":"2024-09-18T00:48:50.000Z","pushType":"merge_queue_merge","commitsCount":7,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Apply time benchmarking (#4402)\n\n# Description\n\nResolves https://github.com/stellar/stellar-core/issues/4391/.\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Apply time benchmarking (#4402)"}},{"before":null,"after":"7712e4a91bf828fe1408f793f79a99d7ad2310be","ref":"refs/heads/gh-readonly-queue/master/pr-4402-df572696d3c251b769ffaa3fe7086df2b5230923","pushedAt":"2024-09-17T23:45:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Apply time benchmarking (#4402)\n\n# Description\n\nResolves https://github.com/stellar/stellar-core/issues/4391/.\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Apply time benchmarking (#4402)"}},{"before":"df572696d3c251b769ffaa3fe7086df2b5230923","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4467-d2e025effc5be854cf98540ef1b887d9e75f5094","pushedAt":"2024-09-17T21:02:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"d2e025effc5be854cf98540ef1b887d9e75f5094","after":"df572696d3c251b769ffaa3fe7086df2b5230923","ref":"refs/heads/master","pushedAt":"2024-09-17T21:02:48.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add 'phase 1' testnet settings that we need to apply after every reset. (#4467)\n\n# Description\n\nAdd 'phase 1' testnet settings that we need to apply after every reset.\n\nFull settings don't fit into the initial contract data size limit.\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Add 'phase 1' testnet settings that we need to apply after every rese…"}},{"before":null,"after":"df572696d3c251b769ffaa3fe7086df2b5230923","ref":"refs/heads/gh-readonly-queue/master/pr-4467-d2e025effc5be854cf98540ef1b887d9e75f5094","pushedAt":"2024-09-17T19:50:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add 'phase 1' testnet settings that we need to apply after every reset. (#4467)\n\n# Description\n\nAdd 'phase 1' testnet settings that we need to apply after every reset.\n\nFull settings don't fit into the initial contract data size limit.\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Add 'phase 1' testnet settings that we need to apply after every rese…"}},{"before":"d2e025effc5be854cf98540ef1b887d9e75f5094","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4453-5711d1995894b9acf50da0ca6997046f5ebd9d92","pushedAt":"2024-09-17T19:34:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"5711d1995894b9acf50da0ca6997046f5ebd9d92","after":"d2e025effc5be854cf98540ef1b887d9e75f5094","ref":"refs/heads/master","pushedAt":"2024-09-17T19:34:50.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Update weight function to fix bias in nomination (#4453)\n\n# Description\n\nPart of #4387\n\nThis change adds an application-specific\n`HerderSCPDriver::getNodeWeight` function that computes a validator's\nweight based on its quality as described in the config file. Much of\nthis change is in the testing infrastructure, which stresses the new\nalgorithm to demonstrate that it avoids biasing towards larger orgs.\n\nThe remaining work (to be done in follow up PRs) is:\n* Documentation explaining the new algorithm in `src/herder/readme.md`\n* A supercluster mission testing the upgrade from the old weight\nfunction to the new one.\n\n# Checklist\n- [x] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [x] Rebased on top of master (no merge commits)\n- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [x] Compiles\n- [x] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Update weight function to fix bias in nomination (#4453)"}},{"before":null,"after":"d2e025effc5be854cf98540ef1b887d9e75f5094","ref":"refs/heads/gh-readonly-queue/master/pr-4453-5711d1995894b9acf50da0ca6997046f5ebd9d92","pushedAt":"2024-09-17T18:20:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Update weight function to fix bias in nomination (#4453)\n\n# Description\n\nPart of #4387\n\nThis change adds an application-specific\n`HerderSCPDriver::getNodeWeight` function that computes a validator's\nweight based on its quality as described in the config file. Much of\nthis change is in the testing infrastructure, which stresses the new\nalgorithm to demonstrate that it avoids biasing towards larger orgs.\n\nThe remaining work (to be done in follow up PRs) is:\n* Documentation explaining the new algorithm in `src/herder/readme.md`\n* A supercluster mission testing the upgrade from the old weight\nfunction to the new one.\n\n# Checklist\n- [x] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [x] Rebased on top of master (no merge commits)\n- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [x] Compiles\n- [x] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Update weight function to fix bias in nomination (#4453)"}},{"before":"5711d1995894b9acf50da0ca6997046f5ebd9d92","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4436-03401943c9712a15fc5d30b495a80ede72ab0921","pushedAt":"2024-09-17T18:10:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"03401943c9712a15fc5d30b495a80ede72ab0921","after":"5711d1995894b9acf50da0ca6997046f5ebd9d92","ref":"refs/heads/master","pushedAt":"2024-09-17T18:10:58.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Bucket entry counters and metrics (#4436)\n\n# Description\n\nResolves https://github.com/stellar/stellar-core/issues/4426\n\n* Adds `BucketEntryCounters` to `BucketIndexImpl` to count entry types\nand duration.\n* Adds functionality to `BucketList` to accumulate the counters for all\nbuckets\n* Adds functionality to LedgerManager to emit these metrics to medida\n\nStill TODO:\n* Local testing of serialization of indexes with counters\n\nOut of scope:\n* XDR Changes for including counters in ledger close meta\n* grafana updates\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Bucket entry counters and metrics (#4436)"}},{"before":null,"after":"5711d1995894b9acf50da0ca6997046f5ebd9d92","ref":"refs/heads/gh-readonly-queue/master/pr-4436-03401943c9712a15fc5d30b495a80ede72ab0921","pushedAt":"2024-09-17T17:13:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Bucket entry counters and metrics (#4436)\n\n# Description\n\nResolves https://github.com/stellar/stellar-core/issues/4426\n\n* Adds `BucketEntryCounters` to `BucketIndexImpl` to count entry types\nand duration.\n* Adds functionality to `BucketList` to accumulate the counters for all\nbuckets\n* Adds functionality to LedgerManager to emit these metrics to medida\n\nStill TODO:\n* Local testing of serialization of indexes with counters\n\nOut of scope:\n* XDR Changes for including counters in ledger close meta\n* grafana updates\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Bucket entry counters and metrics (#4436)"}},{"before":"03401943c9712a15fc5d30b495a80ede72ab0921","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4466-5f9cdc8a027df007af9400f40d0ea8c1e0a3de43","pushedAt":"2024-09-16T17:41:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"5f9cdc8a027df007af9400f40d0ea8c1e0a3de43","after":"03401943c9712a15fc5d30b495a80ede72ab0921","ref":"refs/heads/master","pushedAt":"2024-09-16T17:41:42.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Use TESTDB_IN_MEMORY_OFFERS in BucketListIsConsistentWithDatabaseTests (#4466)\n\n# Description\n\nFixes some acceptance tests that were affected by\nhttps://github.com/stellar/stellar-core/pull/4462.\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Use TESTDB_IN_MEMORY_OFFERS in BucketListIsConsistentWithDatabaseTests ("}},{"before":null,"after":"03401943c9712a15fc5d30b495a80ede72ab0921","ref":"refs/heads/gh-readonly-queue/master/pr-4466-5f9cdc8a027df007af9400f40d0ea8c1e0a3de43","pushedAt":"2024-09-16T17:10:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Use TESTDB_IN_MEMORY_OFFERS in BucketListIsConsistentWithDatabaseTests (#4466)\n\n# Description\n\nFixes some acceptance tests that were affected by\nhttps://github.com/stellar/stellar-core/pull/4462.\n\n\n\n# Checklist\n- [ ] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [ ] Rebased on top of master (no merge commits)\n- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [ ] Compiles\n- [ ] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Use TESTDB_IN_MEMORY_OFFERS in BucketListIsConsistentWithDatabaseTests ("}},{"before":"5f9cdc8a027df007af9400f40d0ea8c1e0a3de43","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4462-c6499857e0453227fc3ecc070afb4f3f992fa911","pushedAt":"2024-09-14T05:06:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c6499857e0453227fc3ecc070afb4f3f992fa911","after":"5f9cdc8a027df007af9400f40d0ea8c1e0a3de43","ref":"refs/heads/master","pushedAt":"2024-09-14T05:06:01.000Z","pushType":"merge_queue_merge","commitsCount":7,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Change default test backend to BucketListDB (#4462)\n\n# Description\n\nResolves #4433\n\nThis switches the default testing backend to BucketListDB. While some\ntest still disable BucketListDB and commit directly via `LedgerTxn` to\ntest lower level subsystem, such as operation application, the majority\nof tests and all end-to-end tests no use BucketListDB. This is rebased\non top of https://github.com/stellar/stellar-core/pull/4455.\n\n# Checklist\n- [x] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [x] Rebased on top of master (no merge commits)\n- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [x] Compiles\n- [x] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Change default test backend to BucketListDB (#4462)"}},{"before":null,"after":"5f9cdc8a027df007af9400f40d0ea8c1e0a3de43","ref":"refs/heads/gh-readonly-queue/master/pr-4462-c6499857e0453227fc3ecc070afb4f3f992fa911","pushedAt":"2024-09-14T04:02:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Change default test backend to BucketListDB (#4462)\n\n# Description\n\nResolves #4433\n\nThis switches the default testing backend to BucketListDB. While some\ntest still disable BucketListDB and commit directly via `LedgerTxn` to\ntest lower level subsystem, such as operation application, the majority\nof tests and all end-to-end tests no use BucketListDB. This is rebased\non top of https://github.com/stellar/stellar-core/pull/4455.\n\n# Checklist\n- [x] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [x] Rebased on top of master (no merge commits)\n- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [x] Compiles\n- [x] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Change default test backend to BucketListDB (#4462)"}},{"before":"f7926f8463a41bb8da03ba5d33ea28002804e8d8","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4462-c6499857e0453227fc3ecc070afb4f3f992fa911","pushedAt":"2024-09-14T03:20:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"f7926f8463a41bb8da03ba5d33ea28002804e8d8","ref":"refs/heads/gh-readonly-queue/master/pr-4462-c6499857e0453227fc3ecc070afb4f3f992fa911","pushedAt":"2024-09-14T02:15:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Change default test backend to BucketListDB (#4462)\n\n# Description\n\nResolves #4433\n\nThis switches the default testing backend to BucketListDB. While some\ntest still disable BucketListDB and commit directly via `LedgerTxn` to\ntest lower level subsystem, such as operation application, the majority\nof tests and all end-to-end tests no use BucketListDB. This is rebased\non top of https://github.com/stellar/stellar-core/pull/4455.\n\n# Checklist\n- [x] Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- [x] Rebased on top of master (no merge commits)\n- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- [x] Compiles\n- [x] Ran all tests\n- [ ] If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"Change default test backend to BucketListDB (#4462)"}},{"before":"c6499857e0453227fc3ecc070afb4f3f992fa911","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4460-a3daa59e71a7c69d3d57546292a3c78ceb4a8438","pushedAt":"2024-09-13T19:26:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"a3daa59e71a7c69d3d57546292a3c78ceb4a8438","after":"c6499857e0453227fc3ecc070afb4f3f992fa911","ref":"refs/heads/master","pushedAt":"2024-09-13T19:26:27.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"✍🏿 Capitalize headers for clarity (#4460)\n\n- βœ… Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- βœ… Rebased on top of master (no merge commits)\n- ❎ Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- βœ… Compiles\n- ❎ Ran all tests\n- βœ… If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"✍🏿 Capitalize headers for clarity (#4460)"}},{"before":"a3daa59e71a7c69d3d57546292a3c78ceb4a8438","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4465-fbb53d8ad42dcc12a046c9be949d654821a24d38","pushedAt":"2024-09-13T18:15:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"c6499857e0453227fc3ecc070afb4f3f992fa911","ref":"refs/heads/gh-readonly-queue/master/pr-4460-a3daa59e71a7c69d3d57546292a3c78ceb4a8438","pushedAt":"2024-09-13T18:15:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"✍🏿 Capitalize headers for clarity (#4460)\n\n- βœ… Reviewed the\n[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)\ndocument\n- βœ… Rebased on top of master (no merge commits)\n- ❎ Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio\nextension)\n- βœ… Compiles\n- ❎ Ran all tests\n- βœ… If change impacts performance, include supporting evidence per the\n[performance\ndocument](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)","shortMessageHtmlLink":"✍🏿 Capitalize headers for clarity (#4460)"}},{"before":"fbb53d8ad42dcc12a046c9be949d654821a24d38","after":"a3daa59e71a7c69d3d57546292a3c78ceb4a8438","ref":"refs/heads/master","pushedAt":"2024-09-13T18:15:06.000Z","pushType":"merge_queue_merge","commitsCount":3,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Cache BL snapshot for re-use (#4465)\n\nImprove performance of snapshot loads, allow re-using the same snapshot\nkept by BucketManager from main thread only. All other threads will need\nto maintain their own snapshot.","shortMessageHtmlLink":"Cache BL snapshot for re-use (#4465)"}},{"before":null,"after":"a3daa59e71a7c69d3d57546292a3c78ceb4a8438","ref":"refs/heads/gh-readonly-queue/master/pr-4465-fbb53d8ad42dcc12a046c9be949d654821a24d38","pushedAt":"2024-09-13T17:05:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Cache BL snapshot for re-use (#4465)\n\nImprove performance of snapshot loads, allow re-using the same snapshot\nkept by BucketManager from main thread only. All other threads will need\nto maintain their own snapshot.","shortMessageHtmlLink":"Cache BL snapshot for re-use (#4465)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQwNDo0ODoxMC4wMDAwMDBazwAAAAS5O34R","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQwNDo0ODoxMC4wMDAwMDBazwAAAAS5O34R","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxNzowNToyNi4wMDAwMDBazwAAAAS1t54Q"}},"title":"Activity Β· stellar/stellar-core"}