permaweb / ao

The ao component and tools Monorepo - 🐰 🕳️ 👈
https://cookbook_ao.arweave.dev
Other
190 stars 62 forks source link

dead-circle messages between processes out of Authority #1057

Open xgocn opened 4 weeks ago

xgocn commented 4 weeks ago

https://www.ao.link/#/message/5kw-KrtXkZhf0DTIVCuTPFavuRHcA9B2CN4DLLVuauA

When a process get a message out of Authority,it will send back a message like

"Messages": [
    {
      "Target": "GyCJGxj21KL3qtE9YvpgvHigHIZpcVdlnoZhgeIF6GM",
      "Data": "Message is not trusted by this process!",
      "Anchor": "00000000000000000000000000534033",
      "Tags": [
        {
          "value": "ao",
          "name": "Data-Protocol"
        },
        {
          "value": "ao.TN.1",
          "name": "Variant"
        },
        {
          "value": "Message",
          "name": "Type"
        },
        {
          "value": "534033",
          "name": "Reference"
        }
      ]
    }
  ],

and activate a dead-circle between each other.

A--->Message is not trusted by this process!--->B B--->Message is not trusted by this process!--->A A--->Message is not trusted by this process!--->B B--->Message is not trusted by this process!--->A A--->Message is not trusted by this process!--->B B--->Message is not trusted by this process!--->A A--->Message is not trusted by this process!--->B

Can you see it?