Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Separate Account initialization from Account deployment. #278

Open
ericnordelo opened this issue Nov 7, 2022 · 1 comment
Open

Separate Account initialization from Account deployment. #278

ericnordelo opened this issue Nov 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ericnordelo
Copy link
Member

Currently, we are deploying the Account if some conditions are met directly from initialization. This has some problems like nile automatically trying to deploy an Account in the send command if the account doesn't exist (not sure if this was the expected behavior), and also, deployment attempts when Account is used in NRE. I think it would be helpful for clarity and development to decouple these processes.

@andrew-fleming
Copy link
Contributor

Also, tackling this issue should include adding deploy_account to Nile's documentation of the Account API (following the merge of #334)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants