Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

Parse deploy / RPC arguments using IDL #312

Description

@ennsharma

What is the problem that you're trying to solve?
If deploy / RPC arguments are not passed in as the correct type (i.e. they're entered via CLI and so read as strings), deploys / RPCs fail. We need to parse these arguments.

Describe the solution you'd like
Currently, we have a WIP implementation for an IDL type that lets us specify the name and type of arguments. We should finish this implementation, and then use it to typecheck and parse arguments as necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions