Tadeuchi
Tadeuchi
Hi, I'm facing similar problem. When running classic-level on next.js there is an error: Error: No native build was found for platform=darwin arch=arm64 runtime=node abi=108 uv=1 armv=8 libc=glibc node=18.14.0
Hi @marslab2022 Thanks very much for a very precise problem description! It seems that we have this issue fixed. The problem was just as @ppedziwiatr described. DRE nodes have two...
Hi @marslab2022 We investigated the issue further. L1 transactions, when they arrive at the DRE node, are in the unconfirmed state, and so their evaluation state is not cached. We...
Yes, we wait 18 blocks to make sure that transaction is confirmed. The newly confirmed transaction will be taken into account during the next evaluation and stored in cache. This...
Hi @marslab2022 All the transactions should be evaluated now, but this is a valid remark. I also sometimes experience some problems when calling the sync function. We will look into...