Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve input args for deployment / transact #97

Open
cducrest opened this issue Mar 8, 2021 · 0 comments
Open

Improve input args for deployment / transact #97

cducrest opened this issue Mar 8, 2021 · 0 comments

Comments

@cducrest
Copy link
Contributor

cducrest commented Mar 8, 2021

The cli tool takes input arguments for example for arguments of the constructor of a contract or to interact with a contract. It seems there is no way currently to provide empty arrays as arguments. This should be improved for example by using a json string.

A function that uses input args: https://github.com/trustlines-protocol/contract-deploy-tools/blob/master/src/deploy_tools/cli.py#L354

The function that processes the args: https://github.com/trustlines-protocol/contract-deploy-tools/blob/master/src/deploy_tools/cli.py#L622

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant