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 AddressBookTestingTool should be adapted to generate StateSignatureTransactions and the AddressBookTestingToolState to differentiate these Bytes in handleTransaction and ignore the system transactions.
Solution
Update the TransactionGenerator in AddressBookTestingTool to generate StateSignatureTransactions and encode them in Bytes.
Update the handleTransaction in AddressBookTestingToolState 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
AddressBookTestingTool
should be adapted to generateStateSignatureTransactions
and theAddressBookTestingToolState
to differentiate these Bytes inhandleTransaction
and ignore the system transactions.Solution
Update the
TransactionGenerator
inAddressBookTestingTool
to generateStateSignatureTransactions
and encode them in Bytes.Update the
handleTransaction
inAddressBookTestingToolState
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: