{
  "founder": "achow101",
  "channel": "#bitcoin-core-dev",
  "network": "libera",
  "id": "5aea38ea8f734214a7e7d711068d4292",
  "name": "#bitcoin-core-dev",
  "chair": "achow101",
  "chairs": [
    "achow101"
  ],
  "nicks": {
    "achow101": 13,
    "furszy": 6,
    "gribble": 1,
    "S3RK": 1
  },
  "start_time": "2022-06-03T19:00:40+00:00",
  "end_time": "2022-06-03T19:13:30+00:00",
  "active": false,
  "original_topic": "Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt",
  "current_topic": null,
  "messages": [
    {
      "id": "4c76301b5cfd4eddb81a34d1a2f404a7",
      "sender": "achow101",
      "payload": "#startmeeting",
      "action": false,
      "timestamp": "2022-06-03T19:00:40+00:00"
    },
    {
      "id": "3cb386940a5e42feb6073d242c180dad",
      "sender": "achow101",
      "payload": "#bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack josibake jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier",
      "action": false,
      "timestamp": "2022-06-03T19:00:43+00:00"
    },
    {
      "id": "7ca80bec5498464990f290b3df1a42a3",
      "sender": "achow101",
      "payload": "paveljanik petertodd phantomcircuit promag provoostenator ryanofsky sdaftuar S3RK sipa vasild",
      "action": false,
      "timestamp": "2022-06-03T19:00:43+00:00"
    },
    {
      "id": "008c0c647b61426da4ac64112d8dca74",
      "sender": "achow101",
      "payload": "There are no pre-proposed wallet meeting topics. does anyone have anything to discuss?",
      "action": false,
      "timestamp": "2022-06-03T19:01:16+00:00"
    },
    {
      "id": "e813da97f037451f96d27ffd48e658b1",
      "sender": "furszy",
      "payload": "hello, I have #25272.",
      "action": false,
      "timestamp": "2022-06-03T19:03:59+00:00"
    },
    {
      "id": "7b66c55dcb4849e5aa27cfed9a6c4c73",
      "sender": "gribble",
      "payload": "https://github.com/bitcoin/bitcoin/issues/25272 | wallet: guard and alert about a wallet invalid state during chain sync by furszy \u00c3\u0082\u00c2\u00b7 Pull Request #25272 \u00c3\u0082\u00c2\u00b7 bitcoin/bitcoin \u00c3\u0082\u00c2\u00b7 GitHub",
      "action": false,
      "timestamp": "2022-06-03T19:04:00+00:00"
    },
    {
      "id": "50c5ea2049b6404992b784a0bf06352b",
      "sender": "S3RK",
      "payload": "hi",
      "action": false,
      "timestamp": "2022-06-03T19:04:37+00:00"
    },
    {
      "id": "8256d69d04024019995552ee22974a1d",
      "sender": "achow101",
      "payload": "furszy: anything specific about that you want to discuss?",
      "action": false,
      "timestamp": "2022-06-03T19:05:34+00:00"
    },
    {
      "id": "b868bfdd96844b26a1d989ab5a0f0d38",
      "sender": "furszy",
      "payload": "yeah, was writing hehe",
      "action": false,
      "timestamp": "2022-06-03T19:05:44+00:00"
    },
    {
      "id": "c1a4307d8e834d05a3599797ab09302b",
      "sender": "furszy",
      "payload": "was thinking about whether we should abort if db write fails or we shall continue and try to store the transactions later",
      "action": false,
      "timestamp": "2022-06-03T19:06:21+00:00"
    },
    {
      "id": "461a980521284bd58b22f8908731d600",
      "sender": "achow101",
      "payload": "our pattern in the wallet is generally to throw an error if db writes fail",
      "action": false,
      "timestamp": "2022-06-03T19:08:03+00:00"
    },
    {
      "id": "0ef336fd122848b48d2f82f5e06c0202",
      "sender": "achow101",
      "payload": "so I think it's fine to abort",
      "action": false,
      "timestamp": "2022-06-03T19:08:20+00:00"
    },
    {
      "id": "eab3cc1eb406454d96a694b7bd88e539",
      "sender": "furszy",
      "payload": "yeah, I think so as well. Was thinking about whether is any temporal cause that could make write fail",
      "action": false,
      "timestamp": "2022-06-03T19:09:42+00:00"
    },
    {
      "id": "d0d0be6993d54892b8ef8dd8c7d78c66",
      "sender": "furszy",
      "payload": "but guess that not. As you told me in a DM, if the write failed is surely because the user made something nasty",
      "action": false,
      "timestamp": "2022-06-03T19:10:16+00:00"
    },
    {
      "id": "6ea41d717f5e4e5e989da6f454ac20bf",
      "sender": "achow101",
      "payload": "yeah",
      "action": false,
      "timestamp": "2022-06-03T19:10:26+00:00"
    },
    {
      "id": "4457995d7c9d48b38f53df4c2aae370e",
      "sender": "achow101",
      "payload": "I don't think there's really any situation where we expect a db write to fail",
      "action": false,
      "timestamp": "2022-06-03T19:10:37+00:00"
    },
    {
      "id": "cf29b30cd01d4ee7bce420a86255be24",
      "sender": "furszy",
      "payload": "yeah, then all good there",
      "action": false,
      "timestamp": "2022-06-03T19:11:40+00:00"
    },
    {
      "id": "451d6a717c9e406aaf4b6df9c40f4fbf",
      "sender": "achow101",
      "payload": "ok",
      "action": false,
      "timestamp": "2022-06-03T19:11:51+00:00"
    },
    {
      "id": "91ab32ec94c34d409332515748c30e54",
      "sender": "achow101",
      "payload": "anyone have anything else to discuss?",
      "action": false,
      "timestamp": "2022-06-03T19:11:58+00:00"
    },
    {
      "id": "9cec55e3e61d4cd0a157099e533d4d74",
      "sender": "achow101",
      "payload": "seems not",
      "action": false,
      "timestamp": "2022-06-03T19:13:28+00:00"
    },
    {
      "id": "27b6881267354a20aeea9cae83e892a1",
      "sender": "achow101",
      "payload": "#endmeeting",
      "action": false,
      "timestamp": "2022-06-03T19:13:30+00:00"
    }
  ],
  "events": [
    {
      "event_type": "START_MEETING",
      "message": {
        "id": "4c76301b5cfd4eddb81a34d1a2f404a7",
        "sender": "achow101",
        "payload": "#startmeeting",
        "action": false,
        "timestamp": "2022-06-03T19:00:40+00:00"
      },
      "operand": null,
      "id": "4c76301b5cfd4eddb81a34d1a2f404a7",
      "timestamp": "2022-06-03T19:00:40+00:00"
    },
    {
      "event_type": "LINK",
      "message": {
        "id": "7b66c55dcb4849e5aa27cfed9a6c4c73",
        "sender": "gribble",
        "payload": "https://github.com/bitcoin/bitcoin/issues/25272 | wallet: guard and alert about a wallet invalid state during chain sync by furszy \u00c3\u0082\u00c2\u00b7 Pull Request #25272 \u00c3\u0082\u00c2\u00b7 bitcoin/bitcoin \u00c3\u0082\u00c2\u00b7 GitHub",
        "action": false,
        "timestamp": "2022-06-03T19:04:00+00:00"
      },
      "operand": "https://github.com/bitcoin/bitcoin/issues/25272",
      "id": "7b66c55dcb4849e5aa27cfed9a6c4c73",
      "timestamp": "2022-06-03T19:04:00+00:00"
    },
    {
      "event_type": "END_MEETING",
      "message": {
        "id": "27b6881267354a20aeea9cae83e892a1",
        "sender": "achow101",
        "payload": "#endmeeting",
        "action": false,
        "timestamp": "2022-06-03T19:13:30+00:00"
      },
      "operand": null,
      "id": "27b6881267354a20aeea9cae83e892a1",
      "timestamp": "2022-06-03T19:13:30+00:00"
    }
  ],
  "aliases": {},
  "vote_in_progress": false,
  "motion_index": null
}