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
The PlatformTestingTool should be adapted to generate StateSignatureTransactions and the PlatformTestingToolState to differentiate these Bytes in handleTransaction and ignore the system transactions.
Solution
Update the TransactionGenerator in PlatformTestingTool to generate StateSignatureTransactions and encode them in Bytes.
Update the handleTransaction in PlatformTestingToolState to validate whether the Bytes wrapped in EventTransaction's applicationTransaction is a system transaction.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
The PlatformTestingTool should be adapted to generate StateSignatureTransactions and the PlatformTestingToolState to differentiate these Bytes in handleTransaction and ignore the system transactions.
Solution
Update the TransactionGenerator in PlatformTestingTool to generate StateSignatureTransactions and encode them in Bytes.
Update the handleTransaction in PlatformTestingToolState to validate whether the Bytes wrapped in EventTransaction's applicationTransaction is a system transaction.
Alternatives
No response
The text was updated successfully, but these errors were encountered: