Open Moogamouth opened 2 years ago
Please note, this could be an arweave-js issue. I repeatedly ran the following code in node.js:
while (!block.data) {try {block = (await arweave.api.post("/graphql", {query: `{transactions(block:{min:340915,max:340915}){edges{node{id}}}}`}));}finally{}} try {block = block.data.data.transactions;}finally{}
It would sometimes return a full response containing all txids. At other times, it would only return 2 txids out of 8, seemingly random.
Please note, this could be an arweave-js issue. I repeatedly ran the following code in node.js:
It would sometimes return a full response containing all txids. At other times, it would only return 2 txids out of 8, seemingly random.