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
currently we do not have an e2e test configured with a program-manager which sets up libraries with output account addresses that are preconfigured (AccountType::Addr).
specific checks
along with that test, it would be great to validate a few parts of the logic.
description
currently we do not have an e2e test configured with a program-manager which sets up libraries with output account addresses that are preconfigured (
AccountType::Addr
).specific checks
along with that test, it would be great to validate a few parts of the logic.
AccountInfo
is defined as:program-manager account configuration loop handles accounts with known addresses as follows:
feels like this block could perform some sanity checks and general validations of accounts with
AccountType::Addr
:account.ty
address does not match the address inaccount.addr
account.addr
isNone
The text was updated successfully, but these errors were encountered: