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
When testing with pre RC14 we realised that the tx for a claim in a empty network was always reverted in the pre-execution (so tx was not added in to the pool).
We check and the GER sent to the executor was always 0x0...0, but we could see that in the DB there were (empty) batches being closed and the GER was updated correctly. Probably the bug comes from not having a single tx in the stateDB
The text was updated successfully, but these errors were encountered:
When testing with pre RC14 we realised that the tx for a claim in a empty network was always reverted in the pre-execution (so tx was not added in to the pool).
We check and the GER sent to the executor was always 0x0...0, but we could see that in the DB there were (empty) batches being closed and the GER was updated correctly. Probably the bug comes from not having a single tx in the stateDB
The text was updated successfully, but these errors were encountered: