{"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:1721323102.0","currentOid":""},"activityList":{"items":[{"before":"b3aeb14cc798f6d11deb2be913041be916f3b0cc","after":"d78f48eacabb51753e34443de7618b956e61c59f","ref":"refs/heads/prod","pushedAt":"2024-07-18T17:19:56.000Z","pushType":"push","commitsCount":45,"pusher":{"login":"SirTyson","name":"Garand Tyson","path":"/SirTyson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25424712?s=80&v=4"},"commit":{"message":"Update overlay survey script with lessons learned during testnet run (#4358)\n\n# Description\n\nThis change makes a few tweaks to the overlay survey script to fix some\nsmall things I noticed after running it on testnet:\n\n* Changes the script's end condition to depend only on responses, and\nnot requests. Without this it was possible for the survey script to run\nfor the full duration of the collecting phase (2 hours) if a node with\nmore than 25 peers stopped responding after the surveyor received the\nfirst set of peers.\n* Downgrades the severity of \"node already in backlog\" messages from\n`error` to `debug`. This is an expected condition that I simply forgot\nto special-case before.\n* Modifies the simulator to occasionally return \"node already in\nbacklog\" messages to test the script against that case.\n* Adds a `--fast` option to the `simulate` mode that skips any `sleep`\ncalls. This makes the script much nicer to test.\n* Fixes naming of graphml fields to match JSON result fields.\n* I did most of this in the V2 script update, but missed a couple spots.\n* Most of this change is in the simulator to support the new field\nnames.\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- [ ] 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":"Update overlay survey script with lessons learned during testnet run (#…"}},{"before":"b3aeb14cc798f6d11deb2be913041be916f3b0cc","after":"d78f48eacabb51753e34443de7618b956e61c59f","ref":"refs/heads/testnet","pushedAt":"2024-07-15T22:31:07.000Z","pushType":"push","commitsCount":45,"pusher":{"login":"SirTyson","name":"Garand Tyson","path":"/SirTyson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25424712?s=80&v=4"},"commit":{"message":"Update overlay survey script with lessons learned during testnet run (#4358)\n\n# Description\n\nThis change makes a few tweaks to the overlay survey script to fix some\nsmall things I noticed after running it on testnet:\n\n* Changes the script's end condition to depend only on responses, and\nnot requests. Without this it was possible for the survey script to run\nfor the full duration of the collecting phase (2 hours) if a node with\nmore than 25 peers stopped responding after the surveyor received the\nfirst set of peers.\n* Downgrades the severity of \"node already in backlog\" messages from\n`error` to `debug`. This is an expected condition that I simply forgot\nto special-case before.\n* Modifies the simulator to occasionally return \"node already in\nbacklog\" messages to test the script against that case.\n* Adds a `--fast` option to the `simulate` mode that skips any `sleep`\ncalls. This makes the script much nicer to test.\n* Fixes naming of graphml fields to match JSON result fields.\n* I did most of this in the V2 script update, but missed a couple spots.\n* Most of this change is in the simulator to support the new field\nnames.\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- [ ] 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":"Update overlay survey script with lessons learned during testnet run (#…"}},{"before":"626f18a27c6d49efe8a119153b2ff9133de7eccd","after":"d78f48eacabb51753e34443de7618b956e61c59f","ref":"refs/heads/acceptance-test-pass","pushedAt":"2024-07-11T08:00:12.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"stellar-jenkins","name":null,"path":"/stellar-jenkins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7843278?s=80&v=4"},"commit":{"message":"Update overlay survey script with lessons learned during testnet run (#4358)\n\n# Description\n\nThis change makes a few tweaks to the overlay survey script to fix some\nsmall things I noticed after running it on testnet:\n\n* Changes the script's end condition to depend only on responses, and\nnot requests. Without this it was possible for the survey script to run\nfor the full duration of the collecting phase (2 hours) if a node with\nmore than 25 peers stopped responding after the surveyor received the\nfirst set of peers.\n* Downgrades the severity of \"node already in backlog\" messages from\n`error` to `debug`. This is an expected condition that I simply forgot\nto special-case before.\n* Modifies the simulator to occasionally return \"node already in\nbacklog\" messages to test the script against that case.\n* Adds a `--fast` option to the `simulate` mode that skips any `sleep`\ncalls. This makes the script much nicer to test.\n* Fixes naming of graphml fields to match JSON result fields.\n* I did most of this in the V2 script update, but missed a couple spots.\n* Most of this change is in the simulator to support the new field\nnames.\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- [ ] 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":"Update overlay survey script with lessons learned during testnet run (#…"}},{"before":null,"after":"ac3c7b021a20c8a4226749e4039cf66ca328d7ea","ref":"refs/heads/dependabot/cargo/cargo-768d1bfa50","pushedAt":"2024-07-08T21:57:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump curve25519-dalek from 4.1.1 to 4.1.2 in the cargo group\n\nBumps the cargo group with 1 update: [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek).\n\n\nUpdates `curve25519-dalek` from 4.1.1 to 4.1.2\n- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)\n- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/curve25519-4.1.1...curve25519-4.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: curve25519-dalek\n dependency-type: indirect\n dependency-group: cargo\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump curve25519-dalek from 4.1.1 to 4.1.2 in the cargo group"}},{"before":"d78f48eacabb51753e34443de7618b956e61c59f","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4358-07e85692585f9394dd7c4936b2c288913f4423b0","pushedAt":"2024-07-08T20:37:50.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":"07e85692585f9394dd7c4936b2c288913f4423b0","after":"d78f48eacabb51753e34443de7618b956e61c59f","ref":"refs/heads/master","pushedAt":"2024-07-08T20:37:49.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":"Update overlay survey script with lessons learned during testnet run (#4358)\n\n# Description\n\nThis change makes a few tweaks to the overlay survey script to fix some\nsmall things I noticed after running it on testnet:\n\n* Changes the script's end condition to depend only on responses, and\nnot requests. Without this it was possible for the survey script to run\nfor the full duration of the collecting phase (2 hours) if a node with\nmore than 25 peers stopped responding after the surveyor received the\nfirst set of peers.\n* Downgrades the severity of \"node already in backlog\" messages from\n`error` to `debug`. This is an expected condition that I simply forgot\nto special-case before.\n* Modifies the simulator to occasionally return \"node already in\nbacklog\" messages to test the script against that case.\n* Adds a `--fast` option to the `simulate` mode that skips any `sleep`\ncalls. This makes the script much nicer to test.\n* Fixes naming of graphml fields to match JSON result fields.\n* I did most of this in the V2 script update, but missed a couple spots.\n* Most of this change is in the simulator to support the new field\nnames.\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- [ ] 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":"Update overlay survey script with lessons learned during testnet run (#…"}},{"before":null,"after":"d78f48eacabb51753e34443de7618b956e61c59f","ref":"refs/heads/gh-readonly-queue/master/pr-4358-07e85692585f9394dd7c4936b2c288913f4423b0","pushedAt":"2024-07-08T20:16: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":"Update overlay survey script with lessons learned during testnet run (#4358)\n\n# Description\n\nThis change makes a few tweaks to the overlay survey script to fix some\nsmall things I noticed after running it on testnet:\n\n* Changes the script's end condition to depend only on responses, and\nnot requests. Without this it was possible for the survey script to run\nfor the full duration of the collecting phase (2 hours) if a node with\nmore than 25 peers stopped responding after the surveyor received the\nfirst set of peers.\n* Downgrades the severity of \"node already in backlog\" messages from\n`error` to `debug`. This is an expected condition that I simply forgot\nto special-case before.\n* Modifies the simulator to occasionally return \"node already in\nbacklog\" messages to test the script against that case.\n* Adds a `--fast` option to the `simulate` mode that skips any `sleep`\ncalls. This makes the script much nicer to test.\n* Fixes naming of graphml fields to match JSON result fields.\n* I did most of this in the V2 script update, but missed a couple spots.\n* Most of this change is in the simulator to support the new field\nnames.\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- [ ] 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":"Update overlay survey script with lessons learned during testnet run (#…"}},{"before":"07e85692585f9394dd7c4936b2c288913f4423b0","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4378-2ba9f8de47faca0b9e3bf3da540f38f15665606b","pushedAt":"2024-07-08T19: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":"2ba9f8de47faca0b9e3bf3da540f38f15665606b","after":"07e85692585f9394dd7c4936b2c288913f4423b0","ref":"refs/heads/master","pushedAt":"2024-07-08T19:48: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":"Fixed EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT (#4378)\n\n# Description\n\nResolves #4377\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":"Fixed EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT (#4378)"}},{"before":null,"after":"07e85692585f9394dd7c4936b2c288913f4423b0","ref":"refs/heads/gh-readonly-queue/master/pr-4378-2ba9f8de47faca0b9e3bf3da540f38f15665606b","pushedAt":"2024-07-08T19:26:22.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":"Fixed EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT (#4378)\n\n# Description\n\nResolves #4377\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":"Fixed EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT (#4378)"}},{"before":"be1443d9785cbce978abbbfd802759422fc4ce25","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4358-2ba9f8de47faca0b9e3bf3da540f38f15665606b","pushedAt":"2024-07-08T19:21:45.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":"be1443d9785cbce978abbbfd802759422fc4ce25","ref":"refs/heads/gh-readonly-queue/master/pr-4358-2ba9f8de47faca0b9e3bf3da540f38f15665606b","pushedAt":"2024-07-08T19:01:09.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 overlay survey script with lessons learned during testnet run (#4358)\n\n# Description\n\nThis change makes a few tweaks to the overlay survey script to fix some\nsmall things I noticed after running it on testnet:\n\n* Changes the script's end condition to depend only on responses, and\nnot requests. Without this it was possible for the survey script to run\nfor the full duration of the collecting phase (2 hours) if a node with\nmore than 25 peers stopped responding after the surveyor received the\nfirst set of peers.\n* Downgrades the severity of \"node already in backlog\" messages from\n`error` to `debug`. This is an expected condition that I simply forgot\nto special-case before.\n* Modifies the simulator to occasionally return \"node already in\nbacklog\" messages to test the script against that case.\n* Adds a `--fast` option to the `simulate` mode that skips any `sleep`\ncalls. This makes the script much nicer to test.\n* Fixes naming of graphml fields to match JSON result fields.\n* I did most of this in the V2 script update, but missed a couple spots.\n* Most of this change is in the simulator to support the new field\nnames.\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- [ ] 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":"Update overlay survey script with lessons learned during testnet run (#…"}},{"before":"1ead220068b9b53635a3079069187478c1cce3af","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4378-2ba9f8de47faca0b9e3bf3da540f38f15665606b","pushedAt":"2024-07-08T18:11:16.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":"1ead220068b9b53635a3079069187478c1cce3af","ref":"refs/heads/gh-readonly-queue/master/pr-4378-2ba9f8de47faca0b9e3bf3da540f38f15665606b","pushedAt":"2024-07-08T17:49:17.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":"Fixed EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT (#4378)\n\n# Description\n\nResolves #4377\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":"Fixed EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT (#4378)"}},{"before":"b3aeb14cc798f6d11deb2be913041be916f3b0cc","after":"626f18a27c6d49efe8a119153b2ff9133de7eccd","ref":"refs/heads/acceptance-test-pass","pushedAt":"2024-07-03T18:06:24.000Z","pushType":"push","commitsCount":35,"pusher":{"login":"stellar-jenkins","name":null,"path":"/stellar-jenkins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7843278?s=80&v=4"},"commit":{"message":"Add initial version of the debug info gathering script (#4352)\n\n### What\n\nAdd initial version of the debug info gathering script\n\n### Why\n\nWe want to make it easier to gather information useful for\ntroubleshooting","shortMessageHtmlLink":"Add initial version of the debug info gathering script (#4352)"}},{"before":"2ba9f8de47faca0b9e3bf3da540f38f15665606b","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4178-ca55fa37f7211bea9fbf5e58f7b08baaccaabd6e","pushedAt":"2024-07-02T01:52:31.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":"ca55fa37f7211bea9fbf5e58f7b08baaccaabd6e","after":"2ba9f8de47faca0b9e3bf3da540f38f15665606b","ref":"refs/heads/master","pushedAt":"2024-07-02T01:52:29.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":"3651 prefetch entries in soroban ops (#4178)\n\n# Description\nAdds `LedgerKeyMeter` to track the allowance of read bytes for each\ntransaction when prefetching soroban ops.\n\nResolves #3651\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":"3651 prefetch entries in soroban ops (#4178)"}},{"before":null,"after":"2ba9f8de47faca0b9e3bf3da540f38f15665606b","ref":"refs/heads/gh-readonly-queue/master/pr-4178-ca55fa37f7211bea9fbf5e58f7b08baaccaabd6e","pushedAt":"2024-07-02T00:58:09.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":"3651 prefetch entries in soroban ops (#4178)\n\n# Description\nAdds `LedgerKeyMeter` to track the allowance of read bytes for each\ntransaction when prefetching soroban ops.\n\nResolves #3651\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":"3651 prefetch entries in soroban ops (#4178)"}},{"before":"ca55fa37f7211bea9fbf5e58f7b08baaccaabd6e","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4372-626f18a27c6d49efe8a119153b2ff9133de7eccd","pushedAt":"2024-07-01T23:40:36.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":"626f18a27c6d49efe8a119153b2ff9133de7eccd","after":"ca55fa37f7211bea9fbf5e58f7b08baaccaabd6e","ref":"refs/heads/master","pushedAt":"2024-07-01T23:40:36.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":"Fail loadgen when pending accounts are found in available accounts list (#4372)\n\n# Description\n\nAlthough `mAccountsAvailable` shouldn't contain pending accounts, it is\npossible when the network is overloaded. Consider the following\nscenario:\n1. A node generates a transaction `t` using account `a` and broadcasts\nit on. In doing so, loadgen marks `a` as in use, removing it from\n`mAccountsAvailable.\n2. For whatever reason, `t` never makes it out of the queue and the node\nbans it.\n3. After some period of time, the node unbans `t` because bans only last\nfor so many ledgers.\n4. Loadgen marks `a` available, moving it back into\n`mAccountsAvailable`.\n5. The node hears about `t` again on the network and (as it is no longer\nbanned) adds it back to the queue\n6. getNextAvailableAccount draws `a` from `mAccountsAvailable`. However,\n`a` is no longer available as `t` is in the transaction queue!\n\nIn this scenario, returning `a` results in an assertion failure later.\nThis change instead detects this and marks the loadgen run as failed.\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":"Fail loadgen when pending accounts are found in available accounts li…"}},{"before":null,"after":"ca55fa37f7211bea9fbf5e58f7b08baaccaabd6e","ref":"refs/heads/gh-readonly-queue/master/pr-4372-626f18a27c6d49efe8a119153b2ff9133de7eccd","pushedAt":"2024-07-01T23:15:09.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":"Fail loadgen when pending accounts are found in available accounts list (#4372)\n\n# Description\n\nAlthough `mAccountsAvailable` shouldn't contain pending accounts, it is\npossible when the network is overloaded. Consider the following\nscenario:\n1. A node generates a transaction `t` using account `a` and broadcasts\nit on. In doing so, loadgen marks `a` as in use, removing it from\n`mAccountsAvailable.\n2. For whatever reason, `t` never makes it out of the queue and the node\nbans it.\n3. After some period of time, the node unbans `t` because bans only last\nfor so many ledgers.\n4. Loadgen marks `a` available, moving it back into\n`mAccountsAvailable`.\n5. The node hears about `t` again on the network and (as it is no longer\nbanned) adds it back to the queue\n6. getNextAvailableAccount draws `a` from `mAccountsAvailable`. However,\n`a` is no longer available as `t` is in the transaction queue!\n\nIn this scenario, returning `a` results in an assertion failure later.\nThis change instead detects this and marks the loadgen run as failed.\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":"Fail loadgen when pending accounts are found in available accounts li…"}},{"before":"626f18a27c6d49efe8a119153b2ff9133de7eccd","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4352-f2a79d99a3a2c97036e7e7779a805d7b4a262748","pushedAt":"2024-07-01T20:09:04.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":"f2a79d99a3a2c97036e7e7779a805d7b4a262748","after":"626f18a27c6d49efe8a119153b2ff9133de7eccd","ref":"refs/heads/master","pushedAt":"2024-07-01T20:09:03.000Z","pushType":"merge_queue_merge","commitsCount":9,"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 initial version of the debug info gathering script (#4352)\n\n### What\n\nAdd initial version of the debug info gathering script\n\n### Why\n\nWe want to make it easier to gather information useful for\ntroubleshooting","shortMessageHtmlLink":"Add initial version of the debug info gathering script (#4352)"}},{"before":"f2a79d99a3a2c97036e7e7779a805d7b4a262748","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4375-0691fdd8babe0c78292faa2c2d2103ae893af188","pushedAt":"2024-07-01T19:47: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":null,"after":"626f18a27c6d49efe8a119153b2ff9133de7eccd","ref":"refs/heads/gh-readonly-queue/master/pr-4352-f2a79d99a3a2c97036e7e7779a805d7b4a262748","pushedAt":"2024-07-01T19:47:59.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 initial version of the debug info gathering script (#4352)\n\n### What\n\nAdd initial version of the debug info gathering script\n\n### Why\n\nWe want to make it easier to gather information useful for\ntroubleshooting","shortMessageHtmlLink":"Add initial version of the debug info gathering script (#4352)"}},{"before":"0691fdd8babe0c78292faa2c2d2103ae893af188","after":"f2a79d99a3a2c97036e7e7779a805d7b4a262748","ref":"refs/heads/master","pushedAt":"2024-07-01T19:47:58.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":"Only run ci on push to real branches (#4375)\n\nThis is a followup to https://github.com/stellar/stellar-core/pull/4373\nfixing yet another issue that seems to be happening with merge queues,\nit's visible in this screenshot:\n\n![image](https://github.com/stellar/stellar-core/assets/14097/a9fda27f-dc0c-4456-a948-9046c92efce7)\n\nI believe what's happening here is that the merge queue machinery is\nkicking off _two_ separate groups of actions simultaneously, one\ncorresponding to the `push` event on the temporary integration branch,\nand the other corresponding to the `merge_group` event \"Merge group\nchecks requested\". We should really only be triggering on the\n`merge_group` event, so this PR limits the `push` events that trigger\nactions to only the _final_ pushes when the integration branch closes\nand the queue pushes to master (which is still a somewhat redundant\nbuild, but the only way we can ensure the cache gets rewritten, and\nanyways it's only _two_ action-triggers per PR, vs. the current\n_three_).\n\n(Also note this is really a copy-paste mistake on my part, Leigh did\nthis correctly on the soroban repos)","shortMessageHtmlLink":"Only run ci on push to real branches (#4375)"}},{"before":"0691fdd8babe0c78292faa2c2d2103ae893af188","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4314-9cacf71db538c3fbc5e8aafa6622447243d4b9c5","pushedAt":"2024-07-01T19:26:19.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":"f2a79d99a3a2c97036e7e7779a805d7b4a262748","ref":"refs/heads/gh-readonly-queue/master/pr-4375-0691fdd8babe0c78292faa2c2d2103ae893af188","pushedAt":"2024-07-01T19:26:17.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":"Only run ci on push to real branches (#4375)\n\nThis is a followup to https://github.com/stellar/stellar-core/pull/4373\nfixing yet another issue that seems to be happening with merge queues,\nit's visible in this screenshot:\n\n![image](https://github.com/stellar/stellar-core/assets/14097/a9fda27f-dc0c-4456-a948-9046c92efce7)\n\nI believe what's happening here is that the merge queue machinery is\nkicking off _two_ separate groups of actions simultaneously, one\ncorresponding to the `push` event on the temporary integration branch,\nand the other corresponding to the `merge_group` event \"Merge group\nchecks requested\". We should really only be triggering on the\n`merge_group` event, so this PR limits the `push` events that trigger\nactions to only the _final_ pushes when the integration branch closes\nand the queue pushes to master (which is still a somewhat redundant\nbuild, but the only way we can ensure the cache gets rewritten, and\nanyways it's only _two_ action-triggers per PR, vs. the current\n_three_).\n\n(Also note this is really a copy-paste mistake on my part, Leigh did\nthis correctly on the soroban repos)","shortMessageHtmlLink":"Only run ci on push to real branches (#4375)"}},{"before":"9cacf71db538c3fbc5e8aafa6622447243d4b9c5","after":"0691fdd8babe0c78292faa2c2d2103ae893af188","ref":"refs/heads/master","pushedAt":"2024-07-01T19:26:17.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":"ApplyBucketWork at per-bucket level (#4314)\n\n# Description\nRefactors `ApplyBucketsWork` to apply buckets per-bucket rather than\nper-level. Deleted a lot of book keeping code referring to curr/snap\napply ordering.\n\nIssue: https://github.com/stellar/stellar-core/issues/4290\n\n\n# Checklist\n- [x] 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- [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":"ApplyBucketWork at per-bucket level (#4314)"}},{"before":"9cacf71db538c3fbc5e8aafa6622447243d4b9c5","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-4369-dfb7cdc5e6970cee154947667542c36e7eab37dd","pushedAt":"2024-07-01T18:26:54.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgyyF8QA","startCursor":null,"endCursor":null}},"title":"Activity · stellar/stellar-core"}