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

Add cargo stylus script subcommand #30

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

Commits on Mar 5, 2024

  1. feat(script): initial command

    reo101 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7ccf801 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    b9ea0d7 View commit details
    Browse the repository at this point in the history
  2. feat(script): work from any subdirectory in the project

    Instead of blindly going into `./scripts/`, find the project's root and work there
    reo101 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    279223c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dce0b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    5e1c552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7069f95 View commit details
    Browse the repository at this point in the history
  3. chore(util): with_context -> wrap_err

    Prefer `eyre`'s native functions
    reo101 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fdbfdd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix(export-abi): make export_json_abi output only JSON

    Manually skip the first 3 lines of output (see `NOTE`)
    reo101 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    65f87ae View commit details
    Browse the repository at this point in the history
  2. chore(script): format

    reo101 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c5263db View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    af592b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3bc39 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix(util)!: change what constitutes a project root

    `Cargo.toml` -> `.git`
    reo101 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    45f12a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore: typo

    reo101 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    04af090 View commit details
    Browse the repository at this point in the history
  2. chore: whitespace

    reo101 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a72488d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9451c8e View commit details
    Browse the repository at this point in the history
  2. chore: formatting and indoc

    reo101 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    08c8958 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from LimeChain/LimeChain/stylus-script-common-…

    …extraction
    
    Extract and integrate `common` library from `stylus-hello-world`
    reo101 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    023b708 View commit details
    Browse the repository at this point in the history