{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":132179499,"defaultBranch":"develop","name":"dash","ownerLogin":"PastaPastaPasta","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-05-04T19:13:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6443210?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716577408.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"7b40fdd73c57b40d0fca9588a7d9bb67a449c3f0","ref":"refs/heads/feat-harden-mainnet-consesus-sporks","pushedAt":"2024-05-24T19:03:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"feat: harden some mainnet sporks","shortMessageHtmlLink":"feat: harden some mainnet sporks"}},{"before":"72be270ceb925c057df4682f909c1d11ce57bce2","after":"acd0f49d7b9e087291872489ecd65fbf897c5fdf","ref":"refs/heads/refac-recursive-mutex","pushedAt":"2024-04-30T17:52:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"refactor: significant Mutex refactoring\n\nIncludes:\nRecursiveMutex -> Mutex,\nrenaming of `cs` to something more meaningful,\nusage of atomics where trivially possible,\nintroduce a method CQuorum::SetVerificationVector to avoid needing to lock an internal mutex externally\n\nfix: avoid cs_vvec_shShare double-lock\n\nCo-authored-by: UdjinM6 ","shortMessageHtmlLink":"refactor: significant Mutex refactoring"}},{"before":"6e95915c1840eddc06e7c00a79a3dd0b53920a21","after":"439f6d16b25d6258d5429376346cc2e4f7c5bebe","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-29T15:18:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Merge bitcoin/bitcoin#27676: macOS: Bump minimum required runtime version and prepare for building with upstream LLVM\n\n3df60704661cdb5e61ea2b999f468f3a1d16105f contrib: remove macOS lazy_bind check (fanquake)\n9bc357e205abc78524eae8906e6d231d6eb9f059 build: explicitly opt-in to new fixup_chains functionality for darwin (Cory Fields)\nfb61bc0c022cc0fff290b94ee4f9cf9f4160efe2 depends: Bump MacOS minimum runtime requirement to 11.0 (Cory Fields)\nc2cd47280cf5db5645917574dd95e9ec6036319e depends: bump darwin clang to 11.1 (Cory Fields)\n\nPull request description:\n\n This (I believe) resolves the last of the blockers for [switching us away from cctools and instead using out-of-the-box llvm and lld](https://github.com/bitcoin/bitcoin/pull/21778) for building Darwin binaries.\n\n For now, we continue building with a pre-packaged llvm and cctools, but after this PR the clang+lld combo should just work for anyone trying it. Additionally after this PR, the new runtime `fixup_chains` behavior will be in-use, as ld64 uses it as well.\n\n The commits may seem unrelated, so in detail:\n\n lld (llvm's linker) has been a work-in-progress for Darwin for years. Recently though, it has gained nearly all of the features we require. The last missing feature from ld64, `-Wl,-bind_at_load`, is not implemented in lld; as far as I can tell [lazy loading has conceptually been replaced by fixup chains](https://www.emergetools.com/blog/posts/iOS15LaunchTime).\n\n So that means we don't need ld64's `bind_at_load` as long as lld can handle `-Wl,-fixup_chains` (which it can). I've added it to our configure as a linker option mostly so that we can see it in the logs; it's default-on as long as the minimum version is >11.0.\n\n About that: the runtime functionality required for `-Wl,-fixup_chains` [requires macOS >=11.0](https://github.com/llvm/llvm-project/blob/release/16.x/lld/MachO/Driver.cpp#L1021). Hence the commit that bumps the minimum version. Our current min runtime of `10.15` has been unsupported since September 2022, so I don't expect this bump to be controversial.\n\n Lastly, with the minimum runtime version bumped to 11.0, our current version of pre-compiled clang we use for macOS is too old to understand `-mmacosx-version-min=11.0` because it expects `=10.x`. So I've made the smallest possible bump (from 10.0.1 to 11.1.0) to a version that understands. This bump is arbitrary and unfortunate, but likely to be short-lived as we may end up replacing it with llvm+lld for v26 anyway. I've held off on bumping the SDK as I think that makes sense to do as part of the lld switch instead.\n\nACKs for top commit:\n hebasto:\n ACK 3df60704661cdb5e61ea2b999f468f3a1d16105f\n gruve-p:\n ACK https://github.com/bitcoin/bitcoin/pull/27676/commits/3df60704661cdb5e61ea2b999f468f3a1d16105f\n fanquake:\n ACK 3df60704661cdb5e61ea2b999f468f3a1d16105f\n TheCharlatan:\n ACK 3df60704661cdb5e61ea2b999f468f3a1d16105f\n\nTree-SHA512: 0200ec4a3b88df33877ae82c15b5c04d745852550923f491a354b391cac65f88e4df116a40055c23a8cbcfcdfb9a376c6ae8fdd0e898e7b966bc213dcb5857cf","shortMessageHtmlLink":"Merge bitcoin#27676: macOS: Bump minimum required runtime version and…"}},{"before":"b26c9570e036a0a73f6df15ddf11790406a4b3a1","after":"6e95915c1840eddc06e7c00a79a3dd0b53920a21","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-26T16:04:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: resolve detection issue of c++20 when using g++10","shortMessageHtmlLink":"fix: resolve detection issue of c++20 when using g++10"}},{"before":"9402366e3ff5018c39af225d558e9c24f2a115a4","after":"b26c9570e036a0a73f6df15ddf11790406a4b3a1","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-24T15:51:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: suppress deprecated-volatile in fuzz build","shortMessageHtmlLink":"fix: suppress deprecated-volatile in fuzz build"}},{"before":"9184edb03a9646f3453d82f40032e2c408ab2de2","after":"04ba1640642f84955862645c2f5699467e7a90e8","ref":"refs/heads/refactor-clsig-cs-main","pushedAt":"2024-04-23T16:35:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"refactor: immediately update lastCleanupTime","shortMessageHtmlLink":"refactor: immediately update lastCleanupTime"}},{"before":"1f8e5b2e9ff4505ffde0bbed528fc36262fd240b","after":"9402366e3ff5018c39af225d558e9c24f2a115a4","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-23T14:47:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: suppress deprecated-volatile in fuzz build","shortMessageHtmlLink":"fix: suppress deprecated-volatile in fuzz build"}},{"before":"ebc569555952f18151ffac05397d413499a0c47f","after":"1f8e5b2e9ff4505ffde0bbed528fc36262fd240b","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-23T14:11:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: suppress deprecated-volatile in fuzz build","shortMessageHtmlLink":"fix: suppress deprecated-volatile in fuzz build"}},{"before":null,"after":"15e4d6edf159bef78e2bd45106966845b7fc57ae","ref":"refs/heads/refactor-reduce-cs-db-contention","pushedAt":"2024-04-23T14:05:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"refactor: reduce contention on instantsend cs_db","shortMessageHtmlLink":"refactor: reduce contention on instantsend cs_db"}},{"before":"eea34ad212a12915390188cb87113531d3410b5a","after":"9184edb03a9646f3453d82f40032e2c408ab2de2","ref":"refs/heads/refactor-clsig-cs-main","pushedAt":"2024-04-22T15:05:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"refactor: immediately update lastCleanupTime","shortMessageHtmlLink":"refactor: immediately update lastCleanupTime"}},{"before":null,"after":"eea34ad212a12915390188cb87113531d3410b5a","ref":"refs/heads/refactor-clsig-cs-main","pushedAt":"2024-04-22T14:58:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"refactor: minimize locking of cs_main in chainlocks.cpp","shortMessageHtmlLink":"refactor: minimize locking of cs_main in chainlocks.cpp"}},{"before":"659fcb978a802c9943424977f08d9a7c876d01df","after":"ebc569555952f18151ffac05397d413499a0c47f","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-12T16:43:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: resolve detection issue of c++20 when using g++10","shortMessageHtmlLink":"fix: resolve detection issue of c++20 when using g++10"}},{"before":"333d63ae87d2db977a839308ceb739ed9603ae52","after":"659fcb978a802c9943424977f08d9a7c876d01df","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-12T16:42:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: resolve detection issue of c++20 when using g++10","shortMessageHtmlLink":"fix: resolve detection issue of c++20 when using g++10"}},{"before":"c97df1e08221741bfc4be40dca81888acc9f49d7","after":"333d63ae87d2db977a839308ceb739ed9603ae52","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-10T02:21:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"fix: make sure we use version 10 of gcc","shortMessageHtmlLink":"fix: make sure we use version 10 of gcc"}},{"before":"27a386e77c99a1378139053c18ee7efe9fe8e5c8","after":"c97df1e08221741bfc4be40dca81888acc9f49d7","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-04T18:22:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Revert \"Merge bitcoin/bitcoin#28349: build: Require C++20 compiler\"\n\nThis reverts commit 27a386e77c99a1378139053c18ee7efe9fe8e5c8.","shortMessageHtmlLink":"Revert \"Merge bitcoin#28349: build: Require C++20 compiler\""}},{"before":"f59d40e11c167f312e249eea534ab901e27d257d","after":"27a386e77c99a1378139053c18ee7efe9fe8e5c8","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-04T17:54:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Merge bitcoin/bitcoin#28349: build: Require C++20 compiler\n\nfa6e50d6c79633e22ad4cfc75f56aaa40112ecbb fuzz: Use C++20 starts_with in rpc.cpp (MarcoFalke)\nfaa48388bca06df1ca7ab92461b76a6720481e45 Revert \"tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compile without warnings\" (MarcoFalke)\nfae3b77a87f4d799aca5907335a9dcbab3a51db6 refactor: Drop unused _Pragma to ignore -Wgnu-zero-variadic-macro-arguments (MarcoFalke)\nfa02fc0a86c410f907de4fee91dd045547ea4b6e refactor: modernize-use-default-member-init for bit-fields (C++20) (MarcoFalke)\nfa67f096bdea9db59dd20c470c9e32f3dac5be94 build: Require C++20 compiler (MarcoFalke)\n\nPull request description:\n\n C++20 allows to write safer code, because it allows to enforce more stuff at compile time (`constinit`, `conteval`, `constexpr`, `std::span`, ...).\n\n Also, it allows to write less verbose and easier to understand code (C++ 20 Concepts).\n\n See https://github.com/bitcoin/bitcoin/issues/23363 and https://en.cppreference.com/w/cpp/compiler_support#cpp20\n\n With g++-10 (https://github.com/bitcoin/bitcoin/pull/28348) and clang-13 (https://github.com/bitcoin/bitcoin/pull/28210), there is broad support for almost all features of C++20.\n\n It should be fine to require a C++20 compiler for Bitcoin Core 27.0 in 2024 (next year), not the soon upcoming 26.0 next month.\n\n This pull request includes three small cleanups to make use of C++20 features. If any issues are detected before or after merge, this should be easy to revert. If no issues arise, it should be fine to make use of more involved C++20 features later on.\n\nACKs for top commit:\n fanquake:\n ACK fa6e50d6c79633e22ad4cfc75f56aaa40112ecbb\n\nTree-SHA512: 244d79bfb0b750a4bdd713f40573b9ca33816fb84b6c84a58f027b9d7d4bb0cc4f18642959e4cf3d094808a69e5b8a327ca8521d7c0c08af27dacb5da3e78e71","shortMessageHtmlLink":"Merge bitcoin#28349: build: Require C++20 compiler"}},{"before":null,"after":"f59d40e11c167f312e249eea534ab901e27d257d","ref":"refs/heads/HEAD","pushedAt":"2024-04-04T17:53:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Revert \"Merge bitcoin/bitcoin#25873: depends: Boost 1.80.0\"\n\nThis reverts commit c88f3870b147aecf7eaf9d767e58d26fa2f47854.","shortMessageHtmlLink":"Revert \"Merge bitcoin#25873: depends: Boost 1.80.0\""}},{"before":"ff1d196a5f4f4f40ce29517576f1adaa6fc2f22b","after":"b2aff8d4c90601be5f7f5ab2a12a1c1b68ad872b","ref":"refs/heads/cpp20-test","pushedAt":"2024-04-04T16:50:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Merge bitcoin/bitcoin#28349: build: Require C++20 compiler\n\nfa6e50d6c79633e22ad4cfc75f56aaa40112ecbb fuzz: Use C++20 starts_with in rpc.cpp (MarcoFalke)\nfaa48388bca06df1ca7ab92461b76a6720481e45 Revert \"tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compile without warnings\" (MarcoFalke)\nfae3b77a87f4d799aca5907335a9dcbab3a51db6 refactor: Drop unused _Pragma to ignore -Wgnu-zero-variadic-macro-arguments (MarcoFalke)\nfa02fc0a86c410f907de4fee91dd045547ea4b6e refactor: modernize-use-default-member-init for bit-fields (C++20) (MarcoFalke)\nfa67f096bdea9db59dd20c470c9e32f3dac5be94 build: Require C++20 compiler (MarcoFalke)\n\nPull request description:\n\n C++20 allows to write safer code, because it allows to enforce more stuff at compile time (`constinit`, `conteval`, `constexpr`, `std::span`, ...).\n\n Also, it allows to write less verbose and easier to understand code (C++ 20 Concepts).\n\n See https://github.com/bitcoin/bitcoin/issues/23363 and https://en.cppreference.com/w/cpp/compiler_support#cpp20\n\n With g++-10 (https://github.com/bitcoin/bitcoin/pull/28348) and clang-13 (https://github.com/bitcoin/bitcoin/pull/28210), there is broad support for almost all features of C++20.\n\n It should be fine to require a C++20 compiler for Bitcoin Core 27.0 in 2024 (next year), not the soon upcoming 26.0 next month.\n\n This pull request includes three small cleanups to make use of C++20 features. If any issues are detected before or after merge, this should be easy to revert. If no issues arise, it should be fine to make use of more involved C++20 features later on.\n\nACKs for top commit:\n fanquake:\n ACK fa6e50d6c79633e22ad4cfc75f56aaa40112ecbb\n\nTree-SHA512: 244d79bfb0b750a4bdd713f40573b9ca33816fb84b6c84a58f027b9d7d4bb0cc4f18642959e4cf3d094808a69e5b8a327ca8521d7c0c08af27dacb5da3e78e71","shortMessageHtmlLink":"Merge bitcoin#28349: build: Require C++20 compiler"}},{"before":null,"after":"ff1d196a5f4f4f40ce29517576f1adaa6fc2f22b","ref":"refs/heads/cpp20-test","pushedAt":"2024-04-04T16:46:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Merge bitcoin/bitcoin#24460: build: update ax_cxx_compile_stdcxx to serial 14\n\nfa7dada1fc7e389296e2a543a6a67eb07fa3659b build: update ax_cxx_compile_stdcxx to serial 14 (MarcoFalke)\n\nPull request description:\n\n No strong reason for the bump, but this makes it easier to experiment with cpp20, see https://github.com/bitcoin/bitcoin/pull/24169#issuecomment-1048702236\n\nACKs for top commit:\n Empact:\n Code Review ACK https://github.com/bitcoin/bitcoin/pull/24460/commits/fa7dada1fc7e389296e2a543a6a67eb07fa3659b\n fanquake:\n ACK fa7dada1fc7e389296e2a543a6a67eb07fa3659b\n\nTree-SHA512: bd3e884bae5319d434520a2947608913c3884de89aa563aa46ef17ba4e5b41ba209bd4780c8eaf81648297b2dc9534803be88d1b214ad05a93ee5992bee887c0","shortMessageHtmlLink":"Merge bitcoin#24460: build: update ax_cxx_compile_stdcxx to serial 14"}},{"before":"4116404b3ef3a618983dd227ba7b501f7e5fa657","after":"f59d40e11c167f312e249eea534ab901e27d257d","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-04T15:41:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Revert \"Merge bitcoin/bitcoin#25873: depends: Boost 1.80.0\"\n\nThis reverts commit c88f3870b147aecf7eaf9d767e58d26fa2f47854.","shortMessageHtmlLink":"Revert \"Merge bitcoin#25873: depends: Boost 1.80.0\""}},{"before":null,"after":"4116404b3ef3a618983dd227ba7b501f7e5fa657","ref":"refs/heads/new-cpp20","pushedAt":"2024-04-03T19:21:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Merge bitcoin/bitcoin#28337: build: use Clang 15 for macOS cross-compilation\n\nff42d81383d5555134ef2d760576b681cadc78d7 guix: use clang-toolchain-15 for macOS compilation (fanquake)\n94955b4b1dd1dfa2e8ee8de9181968e631e4e0c9 depends: use LLVM/Clang 15.0.6 for macOS cross-compile (fanquake)\n\nPull request description:\n\n This will end up being a blocker for #28210, and is already part of #21778, even though an even newer LLVM/Clang combination is required (and still missing from upstream Guix). Seems straight-forward enough to just bump the macOS compiler to a more modern Clang.\n\nACKs for top commit:\n TheCharlatan:\n re-ACK ff42d81383d5555134ef2d760576b681cadc78d7\n\nTree-SHA512: 8af4b54c3a56abb3825c6470444a28e14e9c69820c09ec4a33acebb8ae434df9ae18163c088a582130cc68755293a7e2bde5d065763919d94064ff9b3f83730f","shortMessageHtmlLink":"Merge bitcoin#28337: build: use Clang 15 for macOS cross-compilation"}},{"before":"6f2b350baa13e1c45c4b8ca5e4a805957b9d3984","after":null,"ref":"refs/heads/fix-lifetime","pushedAt":"2024-04-03T19:14:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"}},{"before":"b96b20283d3d0ba34cbc6cd52bde242aa54538b8","after":null,"ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T18:32:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"}},{"before":"1a4fa81d2c2570321cffe101f1fdc22682aa9536","after":"b96b20283d3d0ba34cbc6cd52bde242aa54538b8","ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T18:12:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"chore: bump version to 20.1.1","shortMessageHtmlLink":"chore: bump version to 20.1.1"}},{"before":"1b3cbddc571096e60aea5b22fbb856090a015a3e","after":"1a4fa81d2c2570321cffe101f1fdc22682aa9536","ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T18:04:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"chore: bump version to 20.1.1","shortMessageHtmlLink":"chore: bump version to 20.1.1"}},{"before":"0b8fe48fbe0dc04cc3fe9075767e9c67269687be","after":null,"ref":"refs/heads/refac-csnode-minimization","pushedAt":"2024-04-03T17:28:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"}},{"before":"1d8537a13fb5910280e6125dec7c9cb377fc127b","after":"1b3cbddc571096e60aea5b22fbb856090a015a3e","ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T17:26:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"chore: bump version to 20.1.1","shortMessageHtmlLink":"chore: bump version to 20.1.1"}},{"before":"626b7e737c9603fbdf6c324cdafcf08c7213166a","after":"1d8537a13fb5910280e6125dec7c9cb377fc127b","ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T16:34:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"docs: add v20.1.1 release notes\n\nCo-authored-by: UdjinM6 ","shortMessageHtmlLink":"docs: add v20.1.1 release notes"}},{"before":"08ab93b09411e92a32cfb33c7c941b57d9ab75e8","after":"626b7e737c9603fbdf6c324cdafcf08c7213166a","ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T16:33:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Update doc/release-notes.md\n\nCo-authored-by: UdjinM6 ","shortMessageHtmlLink":"Update doc/release-notes.md"}},{"before":"dcb0d7fa8e02ba5b2fe0a248299a074701b9af14","after":"08ab93b09411e92a32cfb33c7c941b57d9ab75e8","ref":"refs/heads/backport-20.1.1","pushedAt":"2024-04-03T16:33:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PastaPastaPasta","name":null,"path":"/PastaPastaPasta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6443210?s=80&v=4"},"commit":{"message":"Update doc/release-notes.md\n\nCo-authored-by: UdjinM6 ","shortMessageHtmlLink":"Update doc/release-notes.md"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU1Vg3QA","startCursor":null,"endCursor":null}},"title":"Activity · PastaPastaPasta/dash"}