You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, devs. Please help. The problem happens when I try to call the contract view method over the official JSON-RPC node (https://mainnet.aurora.dev) but with a certain block number defined. So, if I send the transaction that changes the contract state, for some reason, that change is visible 2 blocks after the block in which the transaction is mined. When we did the same method call, but over a different RPC (Chainstack) everything works fine.
If you create a request to RPC with this JSON object you will see that the token id created in the given transaction does not exist in the 69391529 block. It also does not exist in 69391530 but is visible in 69391531.
Hey, devs. Please help. The problem happens when I try to call the contract view method over the official JSON-RPC node (https://mainnet.aurora.dev) but with a certain block number defined. So, if I send the transaction that changes the contract state, for some reason, that change is visible 2 blocks after the block in which the transaction is mined. When we did the same method call, but over a different RPC (Chainstack) everything works fine.
You can see transaction details here ( https://aurorascan.dev/tx/0x5b7ed5cb15d5ae2418224dd7d099fce2d80e6b584084fde6b8fcdaa558130f0b )
If you create a request to RPC with this JSON object you will see that the token id created in the given transaction does not exist in the 69391529 block. It also does not exist in 69391530 but is visible in 69391531.
The text was updated successfully, but these errors were encountered: