DFST
DFST
Temporary workarounds: https://github.com/dfstio/he-contract-demo/blob/main/tests/api.test.ts#L234 https://github.com/dfstio/he-contract-demo/blob/main/tests/api.test.ts#L244
See also https://github.com/o1-labs/o1js/issues/1427 and https://github.com/o1-labs/o1js/issues/1426 that can be related to this issue
See also https://github.com/o1-labs/o1js/issues/1427
It is a minascan log from https://api.minascan.io/archive/berkeley/v1/graphql archive node: ``` actions( input: {address: "B62qjirMYUSyjb1AcyNmAF5dLqTk3KQuoUYKv5FGdx618GDmRfYNAME", fromActionState: "15883099431178491989573353483798785787585407519424468142944726203792446252042", endActionState: "5766519161874551854426173362531259652853737507928229135738402350087629707642"} ) ``` response: ``` { "data": { "actions": [] } } ```...
I also see many "Failed to derive correct actions hash" errors when sending and fetching 64 actions. It seems like the expected hash is incorrect, and it is related to...
See also https://github.com/o1-labs/o1js/issues/1775
If method1, accessing token account A, calls method2, accessing token account B, the get function gives 0 for the balance of token account B even though the balance is not...
There is also a discussion on the hierarchy of Token accounts (i.e., many nested token accounts) on the discord that can be affected by this behavior: https://discord.com/channels/484437221055922177/1171202435663007804
Today, I checked my old code that throws this error, and the error is still there. I went to debug it and found out the error is being thrown when...
The discord discussion: https://discord.com/channels/484437221055922177/1261748801371373729/1262142233973362770