-
Notifications
You must be signed in to change notification settings - Fork 76
AssertionError type(self.address) == int
when deploying Account
#308
Comments
type(self.address) == int
when deploying Account
I think this is fixed by #301, will look into it to confirm. |
It is partially fixed @martriay, because the assertion issue is fixed. But the real issue here is the integration of the @ericglau confusion is completely justified, but this is not a quick fix. I suggest removing the |
Summary
From a script:
await Account(signer, nre.network, watch_mode="track")
is called, the account does not seem to get created.await Account(signer, nre.network)
is called, there is an error the first time, but it succeeds the second time.Sample project
https://github.com/ericglau/nile-account-test
To reproduce
nile init
to create a new project with Nile v0.11nile node
nile run <script>
. Script returns butlocalhost.accounts.json
andlocalhost.deployments.txt
are empty., watch_mode="track"
from the scriptnile run <script>
. Script fails withlocalhost.accounts.json
andlocalhost.deployments.txt
have the account.The text was updated successfully, but these errors were encountered: