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

feat: guide user to call a contract #306

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    3c9b261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e305a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5327bf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix: apply feedback

    AlexD10S committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    83e236c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cef633 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    62eefcf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    fee1e26 View commit details
    Browse the repository at this point in the history
  2. test: unit contracts crate

    AlexD10S committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6c9aa77 View commit details
    Browse the repository at this point in the history
  3. chore: merge main

    AlexD10S committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    20360e8 View commit details
    Browse the repository at this point in the history
  4. chore: format

    AlexD10S committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cd4c20f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    d59259c View commit details
    Browse the repository at this point in the history
  2. fix: fix todos and refactor

    AlexD10S committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c422192 View commit details
    Browse the repository at this point in the history
  3. test: fix unit test

    AlexD10S committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    22dd4f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    c8fedef View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    b0b3573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e60da8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f2454 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. test: add dry-run test

    AlexD10S committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    68848be View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    1aaea92 View commit details
    Browse the repository at this point in the history
  2. chore: merge main

    AlexD10S committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c3e0cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. test: more coverage

    AlexD10S committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    05db96f View commit details
    Browse the repository at this point in the history
  2. fix: unit test

    AlexD10S committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8df2058 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    96ed5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5bf32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29848b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f479fa View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    5be201b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55d1a6 View commit details
    Browse the repository at this point in the history
  3. refactor: use command state (#338)

    Merged set_up_call_config and guide_user_to_call_contract into a single function. Also adds short symbols for arguments.
    evilrobot-01 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    eaad4be View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix: parse user inputs for Option arguments (#332)

    * fix: automatically add some or none to Option argument
    
    * test: refactor and tests
    
    * refactor: improve code and comments
    
    * fix: renaming and clean code
    
    * chore: option params not mandatory
    
    * fix: parse user inputs for Option arguments in constructor (#335)
    
    * fix: automatically add some or none to Option argument
    
    * fix: tests
    
    * refactor: process_function_args
    
    * test: update tests accordingly last changes
    
    * fix: issue with delimiter
    
    * test: fix unit test
    
    * refactor: renaming and fix comments
    
    * refactor: format types (#339)
    
    Shows the full type representation, making it easier to see the entry format of parameter values.
    
    * fix: logo doesn't show in README
    
    ---------
    
    Co-authored-by: Frank Bell <[email protected]>
    Co-authored-by: Alejandro Martinez Andres <[email protected]>
    3 people authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5998a7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e04a88 View commit details
    Browse the repository at this point in the history
  3. test: fix unit test

    AlexD10S committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a6f8247 View commit details
    Browse the repository at this point in the history