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

Remove invoke command #227

Merged
merged 3 commits into from
Oct 21, 2022

Conversation

ericnordelo
Copy link
Member

No description provided.

@ericnordelo ericnordelo linked an issue Oct 6, 2022 that may be closed by this pull request
@@ -426,6 +406,18 @@ Retrieves the nonce for the given contract address (usually an account).
nile get-nonce <contract_address>
```

### `get_declaration` (NRE only)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved get_declaration down here because, to me, it looks more organized to have NRE-only commands after CLI ones. Let me know what you think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Yes, I agree it looks more organized. Perhaps, it's soon time to give NRE it's own heading and save us the trouble of adding things like (NRE only)

andrew-fleming
andrew-fleming previously approved these changes Oct 7, 2022
Copy link
Contributor

@andrew-fleming andrew-fleming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, @ericnordelo! I left a tiny suggestion; otherwise, I think it's good to go :)

Comment on lines +165 to +166
2. This creates or updates `localhost.accounts.json` file storing all data related to accounts management
3. The creates or updates `localhost.deployments.txt` file storing all data related to deployments
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix^

README.md Outdated Show resolved Hide resolved
@@ -426,6 +406,18 @@ Retrieves the nonce for the given contract address (usually an account).
nile get-nonce <contract_address>
```

### `get_declaration` (NRE only)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Yes, I agree it looks more organized. Perhaps, it's soon time to give NRE it's own heading and save us the trouble of adding things like (NRE only)

Co-authored-by: Andrew Fleming <fleming.andrew@protonmail.com>
andrew-fleming
andrew-fleming previously approved these changes Oct 17, 2022
Copy link
Contributor

@andrew-fleming andrew-fleming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

martriay
martriay previously approved these changes Oct 21, 2022
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Co-authored-by: Martín Triay <martriay@gmail.com>
@martriay martriay merged commit 22f219b into OpenZeppelin:main Oct 21, 2022
@ericnordelo ericnordelo deleted the fix/invoke-command-#202 branch October 21, 2022 20:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoke command not working
3 participants