Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logs.requests diff missing entries in 'id-list' #24

Open
vcavallo opened this issue Sep 15, 2022 · 0 comments
Open

logs.requests diff missing entries in 'id-list' #24

vcavallo opened this issue Sep 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vcavallo
Copy link
Contributor

After making a plea, i seem to have gotten a dif with this in both set and rem

// other entries elided
{
    "requests": [
      {
        "id-list": [],
        "requester": "~zod"
      }
    ]
}

the initial state looks right though (ignore outgoing):

{
  "offers": [],
  "outgoing": [
    {
      "status": true,
      "when": 1663280096,
      "who": "~zod",
      "id": "0v5.g0tdk.1jkvn.trj0t.nkase.jc51m",
      "act": "take"
    },
    {
      "status": true,
      "when": 1663279404,
      "who": "~sum",
      "id": "0v5.ngk19.hfocl.vqndc.hcsbu.u9ber",
      "act": "give"
    },
    {
      "status": true,
      "when": 1663279258,
      "who": "~sum",
      "id": "0v4.q3qr5.rpkjo.1gc3d.uvma1.mcev4",
      "act": "gack"
    },
    {
      "status": true,
      "when": 1663278979,
      "who": "~sum",
      "id": "0v2c9et.igacf.5v6v0.cemse.p09ge",
      "act": "gack"
    },
    {
      "status": "pending",
      "when": 1663268007,
      "who": "~sogrum-savluc",
      "id": "0v5.g0tdk.1jkvn.trj0t.nkase.jc51m",
      "act": "give"
    }
  ],
  "requests": [
    {
      "id-list": [
        "0v5.g0tdk.1jkvn.trj0t.nkase.jc51m"
      ],
      "requester": "~zod"
    }
  ]
}
@vcavallo vcavallo added the bug Something isn't working label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants