{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":37350472,"defaultBranch":"master","name":"lightning","ownerLogin":"ElementsProject","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-06-13T00:04:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12729539?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717550799.0","currentOid":""},"activityList":{"items":[{"before":"107fc8b9fbc9ba7ddaf7720fe8608d3c56cabd2a","after":"11586abf79cad33727c03dfa810ae8bcdd3762bf","ref":"refs/heads/master","pushedAt":"2024-06-05T01:23:24.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"CHANGELOG.md: make more consistent.\n\n1. Plugin things should all be prefixed by `Plugins:` then the name of the plugin altered.\n2. New config options should always be named in CHANGELOG.md!\n3. Unify groups of changes into a single line, in this case, GRPC.\n4. Command, plugin and option names are in backticks.\n5. Offers changes are still under EXPERIMENTAL.\n\nSigned-off-by: Rusty Russell ","shortMessageHtmlLink":"CHANGELOG.md: make more consistent."}},{"before":"3dc6e6d29e02f43566682c031c692256d9714899","after":"107fc8b9fbc9ba7ddaf7720fe8608d3c56cabd2a","ref":"refs/heads/master","pushedAt":"2024-06-04T13:09:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"gossipd: fix crash when processing pending node_announcements.\n\nWhen we process pending channel updates, it can cause the node_announcement\nto be moved. Then, we process a new node_announcement and go to delete\nthe old one, but it's already moved!\n\nDo the obvious thing, and refresh gossmap if necessary each time around\nthe loop.\n\n```\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: gossip_store: get delete entry offset 554921761/585584347 (version v24.02.1-151-g6e2ab02-modded)\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: common/daemon.c:38 (send_backtrace) 0x55b4c962518b\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: common/status.c:221 (status_failed) 0x55b4c962e83e\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossip_store.c:466 (gossip_store_get_with_hdr) 0x55b4c961b6e3\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossip_store.c:491 (check_msg_type) 0x55b4c961b75d\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossip_store.c:509 (gossip_store_set_flag) 0x55b4c961b8e0\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossip_store.c:561 (gossip_store_del) 0x55b4c961bb26\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossmap_manage.c:913 (process_node_announcement) 0x55b4c961c472\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossmap_manage.c:1111 (reprocess_queued_msgs) 0x55b4c961d6a6\n2024-05-17T02:56:12.701Z **BROKEN** gossipd: backtrace: gossipd/gossmap_manage.c:670 (gossmap_manage_handle_get_txout_reply) 0x55b4c961d840\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: gossipd/gossipd.c:585 (recv_req) 0x55b4c9619e6a\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: common/daemon_conn.c:35 (handle_read) 0x55b4c9625436\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: ccan/ccan/io/io.c:59 (next_plan) 0x55b4c96b8506\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: ccan/ccan/io/io.c:407 (do_plan) 0x55b4c96b898d\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: ccan/ccan/io/io.c:417 (io_ready) 0x55b4c96b8a26\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: ccan/ccan/io/poll.c:453 (io_loop) 0x55b4c96ba315\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: gossipd/gossipd.c:683 (main) 0x55b4c961a84c\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: ../csu/libc-start.c:308 (__libc_start_main) 0x7f3931a3dd09\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: (null):0 ((null)) 0x55b4c9616d39\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: backtrace: (null):0 ((null)) 0xffffffffffffffff\n2024-05-17T02:56:12.702Z **BROKEN** gossipd: STATUS_FAIL_INTERNAL_ERROR: gossip_store: get delete entry offset 554921761/585584347\n```\n\nReported-by: Vincenzo Palazzo\nFixes: https://github.com/ElementsProject/lightning/issues/7320\nSigned-off-by: Rusty Russell ","shortMessageHtmlLink":"gossipd: fix crash when processing pending node_announcements."}},{"before":"fbd454bd31fbdb756055439741bc60b347b737f0","after":"3dc6e6d29e02f43566682c031c692256d9714899","ref":"refs/heads/master","pushedAt":"2024-06-03T19:23:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"script: Add reproducible build script for Ubuntu v24.04\n\nThis PR will help in publishing CLN reproducible binaries for Ubuntu v24.04 (noble).\n\nPlease note that I adjusted Dockerfiles for focal and jammy also to keep the base image creation script same for all three images. The step update was required because `noble` only runs with ubuntu:noble setup.\n\nChangelog-None.","shortMessageHtmlLink":"script: Add reproducible build script for Ubuntu v24.04"}},{"before":"f109bc27e1b3fe7be8e568bf7b5316abdbf92827","after":"fbd454bd31fbdb756055439741bc60b347b737f0","ref":"refs/heads/master","pushedAt":"2024-05-31T00:13:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rustyrussell","name":"Rusty Russell","path":"/rustyrussell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/775844?s=80&v=4"},"commit":{"message":"docs: Update chat links\n\n- Added badges for BoL2, Telegram and Discord.\n- rearranged chat links.","shortMessageHtmlLink":"docs: Update chat links"}},{"before":"818cf06139bd1e4f9529010d336d06a3380fd7ee","after":"f109bc27e1b3fe7be8e568bf7b5316abdbf92827","ref":"refs/heads/master","pushedAt":"2024-05-30T01:16:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"meta: update changelog for 24.05rc2","shortMessageHtmlLink":"meta: update changelog for 24.05rc2"}},{"before":"1d4783a756671090b3232630d1c9bcc79edbf009","after":"818cf06139bd1e4f9529010d336d06a3380fd7ee","ref":"refs/heads/master","pushedAt":"2024-05-29T17:40:01.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"common: translate legacy onion payloads.\n\nWe do this by literally creating the modern-style TLV, and pretending we found it in the onion.\n\nThis isolates us from messing with any callers, who don't even know.\n\nCo-programmed-with: Alex Myers \nSigned-off-by: Rusty Russell \nFixes: https://github.com/ElementsProject/lightning/issues/7347\nChangelog-Fixed: Protocol: forward legacy non-TLV onions which we removed in 22.11 and spec itself in Feb 2022. Still sent by LND nodes who haven't seen our node_announcement.","shortMessageHtmlLink":"common: translate legacy onion payloads."}},{"before":"4789eb9fa06c79fd4256b0fa2ded2cfc80904559","after":"1d4783a756671090b3232630d1c9bcc79edbf009","ref":"refs/heads/master","pushedAt":"2024-05-29T17:39:21.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"lightningd: send CHANNEL_REESTABLISH ourselves on closed channels.\n\nWe used to fire up channeld to send this, but:\n1. That's silly, we have all the information to make it ourselves.\n2. We didn't do it if there was an error on the channel, which as of 24.02\n there always is!\n3. When it did work, running channeld *stops* onchaind, indefinitely slowing recovery.\n\nFixes: https://github.com/Blockstream/greenlight/issues/433\nChangelog-Fixed: Protocol: we once again send CHANNEL_REESTABLISH responses on closing channels.\nSigned-off-by: Rusty Russell ","shortMessageHtmlLink":"lightningd: send CHANNEL_REESTABLISH ourselves on closed channels."}},{"before":"43f4e12cde692540f2c0e0216f7a6dca9b07a3c2","after":"4789eb9fa06c79fd4256b0fa2ded2cfc80904559","ref":"refs/heads/master","pushedAt":"2024-05-29T15:34:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"chanbackup: typo fix.","shortMessageHtmlLink":"chanbackup: typo fix."}},{"before":"4de271f6b136c0e9c378e77dc2e02790e172a088","after":"fb0c5f9461de6d9c4c36776c3eaac45ceeff7db3","ref":"refs/heads/20240529-print-chanstate-onload","pushedAt":"2024-05-29T15:28:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdecker","name":"Christian Decker","path":"/cdecker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120117?s=80&v=4"},"commit":{"message":"feat(main): Print channel status when loading it from DB\n\nI was trying to debug a node with several multiplexed channels, and\nwas finding it a bit difficult to determine which channel index\nmatches which result of `listpeerchannels` as well as figuring out\nwhat their status was. This just prints the status in string format\nwhen loading the channel from the DB.\n\nChangelog-Changed: wallet: The channel status is printed when loading it from the DB","shortMessageHtmlLink":"feat(main): Print channel status when loading it from DB"}},{"before":"c0351547801b9397fcb5697edae273c484277b0b","after":"4de271f6b136c0e9c378e77dc2e02790e172a088","ref":"refs/heads/20240529-print-chanstate-onload","pushedAt":"2024-05-29T14:08:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdecker","name":"Christian Decker","path":"/cdecker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120117?s=80&v=4"},"commit":{"message":"feat(main): Print channel status when loading it from DB\n\nI was trying to debug a node with several multiplexed channels, and\nwas finding it a bit difficult to determine which channel index\nmatches which result of `listpeerchannels` as well as figuring out\nwhat their status was. This just prints the status in string format\nwhen loading the channel from the DB.\n\nChangelog-Changed: wallet: The channel status is printed when loading it from the DB","shortMessageHtmlLink":"feat(main): Print channel status when loading it from DB"}},{"before":"1404d25bb1bdb78583ae1f639dd16a855a926e9d","after":"c0351547801b9397fcb5697edae273c484277b0b","ref":"refs/heads/20240529-print-chanstate-onload","pushedAt":"2024-05-29T09:27:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cdecker","name":"Christian Decker","path":"/cdecker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120117?s=80&v=4"},"commit":{"message":"feat(main): Print channel status when loading it from DB\n\nI was trying to debug a node with several multiplexed channels, and\nwas finding it a bit difficult to determine which channel index\nmatches which result of `listpeerchannels` as well as figuring out\nwhat their status was. This just prints the status in string format\nwhen loading the channel from the DB.\n\nChangelog-Changed: wallet: The channel status is printed when loading it from the DB","shortMessageHtmlLink":"feat(main): Print channel status when loading it from DB"}},{"before":null,"after":"1404d25bb1bdb78583ae1f639dd16a855a926e9d","ref":"refs/heads/20240529-print-chanstate-onload","pushedAt":"2024-05-29T09:13:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cdecker","name":"Christian Decker","path":"/cdecker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120117?s=80&v=4"},"commit":{"message":"feat(main): Print channel status when loading it from DB\n\nI was trying to debug a node with several multiplexed channels, and\nwas finding it a bit difficult to determine which channel index\nmatches which result of `listpeerchannels` as well as figuring out\nwhat their status was. This just prints the status in string format\nwhen loading the channel from the DB.\n\nChangelog-Changed: wallet: The channel status is printed when loading it from the DB","shortMessageHtmlLink":"feat(main): Print channel status when loading it from DB"}},{"before":"964c0732cf67f044738b69c324086fa5e38dbccc","after":"43f4e12cde692540f2c0e0216f7a6dca9b07a3c2","ref":"refs/heads/master","pushedAt":"2024-05-28T14:49:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"docs: Type change for request amount too\n\nFor multifund and openchannel_init schemas, request_amt type is also `sat`.","shortMessageHtmlLink":"docs: Type change for request amount too"}},{"before":"7f5282aa65688e96d3a90f5befa996982c81d913","after":"964c0732cf67f044738b69c324086fa5e38dbccc","ref":"refs/heads/master","pushedAt":"2024-05-28T14:42:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"pytest: remove xfail in test (accidental commit?)\n\nSigned-off-by: Rusty Russell ","shortMessageHtmlLink":"pytest: remove xfail in test (accidental commit?)"}},{"before":"aa3f9295d415b01809e89f8eed4b27c6e353ebb7","after":"441f56967bc942ffde0683536040cf79717669bc","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-27T18:58:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Adding ccan configuration\n\ndocker: updating action to run for correctly capturing BUILDPLATFORM value","shortMessageHtmlLink":"docker: Adding ccan configuration"}},{"before":"40c7e73f3e12370b6eb7cf506e2613c3d0b18f51","after":"aa3f9295d415b01809e89f8eed4b27c6e353ebb7","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-25T01:16:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Adding ccan configuration\n\ndocker: updating action to run for correctly capturing BUILDPLATFORM value","shortMessageHtmlLink":"docker: Adding ccan configuration"}},{"before":"35bc8fb55d4328b9bdabb4580b9ddce617ebdf96","after":"40c7e73f3e12370b6eb7cf506e2613c3d0b18f51","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-25T01:14:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Adding ccan configuration\n\ndocker: updating action to run for correctly capturing BUILDPLATFORM value","shortMessageHtmlLink":"docker: Adding ccan configuration"}},{"before":"9a50a2da29429b53f36a40ce880e1006bb58e8b0","after":"35bc8fb55d4328b9bdabb4580b9ddce617ebdf96","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-25T01:05:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: updating action to run for correctly capturing BUILDPLATFORM value","shortMessageHtmlLink":"docker: updating action to run for correctly capturing BUILDPLATFORM …"}},{"before":"b1bdb4eebb1b4996f828ecf65dbf1e99bbcbbb96","after":"9a50a2da29429b53f36a40ce880e1006bb58e8b0","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-24T20:24:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: updating action to run for correctly capturing BUILDPLATFORM value","shortMessageHtmlLink":"docker: updating action to run for correctly capturing BUILDPLATFORM …"}},{"before":"6f3252dc1938dd62c0c5c166c5cea7e050fd0d96","after":"b1bdb4eebb1b4996f828ecf65dbf1e99bbcbbb96","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-24T20:13:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Removed amd64\n\nRemoved amd64 for testing, will add after other platforms are fixed","shortMessageHtmlLink":"docker: Removed amd64"}},{"before":"0a163c456fd33c10e3eed5a88ea6edcf83ccd140","after":"7f5282aa65688e96d3a90f5befa996982c81d913","ref":"refs/heads/master","pushedAt":"2024-05-24T20:07:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"docker: Add missing git dependency for Fedora Dockerfile\n\nFedora image building by build-release.sh currently throws error ` git: command not found`.\n\nFixed it by adding git in the Dockerfile and loading the image in the script.\n\nChangelog-None.","shortMessageHtmlLink":"docker: Add missing git dependency for Fedora Dockerfile"}},{"before":"a76356b25bdac0abf2756bb30fdbc5b32367b3cc","after":"6f3252dc1938dd62c0c5c166c5cea7e050fd0d96","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-24T20:00:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Removed amd64\n\nRemoved amd64 for testing, will add after other platforms are fixed","shortMessageHtmlLink":"docker: Removed amd64"}},{"before":"c9f519be06b0cbf92666e1d12769f6129a58b596","after":"a76356b25bdac0abf2756bb30fdbc5b32367b3cc","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-24T19:51:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Testing docker release github action\n\nTesting version for PR #https://github.com/ElementsProject/lightning/pull/7331.","shortMessageHtmlLink":"docker: Testing docker release github action"}},{"before":"c9f7b78473f46ca925cc062c1ab96c8d09256c7c","after":"0a163c456fd33c10e3eed5a88ea6edcf83ccd140","ref":"refs/heads/master","pushedAt":"2024-05-24T19:45:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"docker: Adding Docker release action","shortMessageHtmlLink":"docker: Adding Docker release action"}},{"before":"e3958f067c594a313dc76f11f442a6f888f08a27","after":"c9f519be06b0cbf92666e1d12769f6129a58b596","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-24T18:11:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Testing docker release github action\n\nTesting version for PR #https://github.com/ElementsProject/lightning/pull/7331.","shortMessageHtmlLink":"docker: Testing docker release github action"}},{"before":null,"after":"e3958f067c594a313dc76f11f442a6f888f08a27","ref":"refs/heads/github-docker-testing","pushedAt":"2024-05-24T18:07:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShahanaFarooqui","name":null,"path":"/ShahanaFarooqui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23240721?s=80&v=4"},"commit":{"message":"docker: Testing docker release github action\n\nTesting version for PR #https://github.com/ElementsProject/lightning/pull/7331.","shortMessageHtmlLink":"docker: Testing docker release github action"}},{"before":"21a27cef169f3e12baaae5d54676e989eed5a644","after":"c9f7b78473f46ca925cc062c1ab96c8d09256c7c","ref":"refs/heads/master","pushedAt":"2024-05-23T23:09:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"meta: update python versions to 24.05\n\nChangelog-None","shortMessageHtmlLink":"meta: update python versions to 24.05"}},{"before":"428b23c9752c9d2646d35aee06cbae8177e4ad28","after":"21a27cef169f3e12baaae5d54676e989eed5a644","ref":"refs/heads/master","pushedAt":"2024-05-23T20:55:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"doc: Including docs references for addpsbtoutput where it seems to be missing","shortMessageHtmlLink":"doc: Including docs references for addpsbtoutput where it seems to be…"}},{"before":"6b91497223fcc261d0e8e53b7f33c58b4ae6241e","after":"428b23c9752c9d2646d35aee06cbae8177e4ad28","ref":"refs/heads/master","pushedAt":"2024-05-23T20:15:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"endothermicdev","name":"Alex Myers","path":"/endothermicdev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95372134?s=80&v=4"},"commit":{"message":"renepay: relax knowledge mod\n\nAdd a payment mod that relaxes the knowledge of the uncertainty network\nas a function of time.\n\nSigned-off-by: Lagrang3 ","shortMessageHtmlLink":"renepay: relax knowledge mod"}},{"before":"369c0c1391d1c28210cbc840dfeea4bb1b5b7bba","after":"6b91497223fcc261d0e8e53b7f33c58b4ae6241e","ref":"refs/heads/master","pushedAt":"2024-05-23T18:23:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"vincenzopalazzo","name":"Vincenzo Palazzo","path":"/vincenzopalazzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17150045?s=80&v=4"},"commit":{"message":"common: make gossmap ignore redundant channel_announcements.\n\nThis seems to be happening to some people, so don't panic. Unfortunately we don't have\na good error callback here, so msg to stderr.\n\nFixes: https://github.com/ElementsProject/lightning/issues/7249\nSigned-off-by: Rusty Russell ","shortMessageHtmlLink":"common: make gossmap ignore redundant channel_announcements."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXJjvoAA","startCursor":null,"endCursor":null}},"title":"Activity · ElementsProject/lightning"}