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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Test missing for AuthModule.beforeExecuteCommand(), it creates a new account if it doesn't exists using the address in the transaction. This is updated under Add missing unit tests for Auth module Hooks #7913
The expected functionality mentioned below has been covered by the changes made under Auth module improvements #7864. Test missing for AuthModule.verifyTransaction(), it creates a senderAccount if ImmutableSubStore.getWithSchema() throws NotFoundError. In reference to LIP 0041, Transaction.nonce is to be set to zero and transaction is to be validated.
Which version(s) does this affect? (Environment, OS, etc...)
Lisk SDK development branch.
The text was updated successfully, but these errors were encountered:
AuthModule Hooks
Description
Test missing forThis is updated under Add missing unit tests for Auth module Hooks #7913AuthModule.beforeExecuteCommand()
, it creates a new account if it doesn't exists using the address in the transaction.Test missing forAuthModule.verifyTransaction()
, it creates asenderAccount
ifImmutableSubStore.getWithSchema()
throwsNotFoundError
. In reference to LIP 0041,Transaction.nonce
is to be set to zero and transaction is to be validated.Which version(s) does this affect? (Environment, OS, etc...)
Lisk SDK
development
branch.The text was updated successfully, but these errors were encountered: