Replies: 2 comments 2 replies
-
|
What might be worth adding, though, is an
|
Beta Was this translation helpful? Give feedback.
-
|
It was supposed to help with queries where we can use
I believe we ended up not using it in the app, yes. I still think it's a nice feature, but since we don't have a need for it, removing it should be fine.
Well the cost of maintaining this is similar since they're both arrays. So if we do one, might as well do both. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Questions
partiesarray includes duplicates when the sender is the same as the recipient. Is this intended behavior?partiesarray for, really? There's quite a bit of engineering effort put into maintaining the array (because AssemblyScript is a PITA). Aren'tsender,recipient, andproxenderenough? If they are, can we remove it?I looked at the UI but couldn't find any place where the
partiesarray is used.cc @razgraf @gavriliumircea
Example
on Mainnet:
{ stream(id: "0x7c01aa3783577e15fd7e272443d44b92d5b21056-1-4758") { parties } }{ "data": { "stream": { "parties": [ "0xa4a3112178e318dcac4dc661802ea91668e44f23", "0xa4a3112178e318dcac4dc661802ea91668e44f23" ] } } }Beta Was this translation helpful? Give feedback.
All reactions