Issues with State Channels Not Updating Properly: Seeking Guidance

Hi everyone,

I am in the process of integrating æternity’s state channels into my project based on Blue Prism, but I have run into a bit of a snag. Specifically, I am noticing that the state channels are not updating as expected, which is causing discrepancies in transaction data and overall functionality.

Here’s a brief overview of the problem:

  • Issue: State channels are not reflecting recent transactions or state changes in real-time.
  • Troubleshooting Steps Taken: I have verified the configuration settings and checked the code for any obvious errors, but the problem persists.

When I was searching about this, I came across these resources/articles Payment Channel Integration on Aeternity Lab (WIP) What Is Blue Prism, and as per them I tried some troubleshooting but the issues still showing.

Has anyone else experienced similar issues with state channels? Any advice on debugging this or suggestions on what I might be missing? Also, if there are any resources or tools that could help with this, I’d greatly appreciate your recommendations.

Thanks in advance for your help!

Best,

Hey, can you share some reproduction code so we can take a look at it?

1 Like

Yes, I second @nikitafuchs.chain here - we need a bit more details to be able to help you… What, more precisely, are you trying to do?

It also seems like you mix some of the State Channel concepts, for example when you are talking about transactions are you referring to on-chain transactions (they are reflecting changes as soon as they are mined, and have reached some level of finality) - or are you referring to the off-chain transactions you’re using on your state channel, they would rather reflect whatever logic you’ve implemented for them. But some more details and we’ll try to help!

1 Like