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

Generate a JSON abi from a .sw file #343

Merged
merged 32 commits into from
Dec 14, 2021
Merged

Commits on Oct 29, 2021

  1. first commit

    emilyaherbert committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e34f93b View commit details
    Browse the repository at this point in the history
  2. Pass around a JsonABI object.

    emilyaherbert committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c24ea42 View commit details
    Browse the repository at this point in the history
  3. Creating the JSON abi output.

    emilyaherbert committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3faff5a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Complete abi json functionality.

    emilyaherbert committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    a81acc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge with master.

    emilyaherbert committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4b6f055 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into emilyaherbert-322-2…

    …/json-abi
    emilyaherbert committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    2fab502 View commit details
    Browse the repository at this point in the history
  3. format

    emilyaherbert committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4c651da View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Undo the mistakes of past. i.e. type inference means that the JsonABI…

    … object cannot be creating during type checking.
    emilyaherbert committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    878bf93 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. More.

    emilyaherbert committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    80c48c6 View commit details
    Browse the repository at this point in the history
  2. Print json to outfile.

    emilyaherbert committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d14ce57 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into emilyaherbert-322-2…

    …/json-abi
    emilyaherbert committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7fcfbe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Actually output JSON.

    emilyaherbert committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    786d008 View commit details
    Browse the repository at this point in the history
  2. Delete unused function.

    emilyaherbert committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f9a554e View commit details
    Browse the repository at this point in the history
  3. JSON captures components field.

    emilyaherbert committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    75e545b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge remote-tracking branch 'origin/master' into emilyaherbert-322-2…

    …/json-abi
    emilyaherbert committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    09db90f View commit details
    Browse the repository at this point in the history
  2. Basic testing infra.

    emilyaherbert committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    f86c33d View commit details
    Browse the repository at this point in the history
  3. Actual oracle values.

    emilyaherbert committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    82f1002 View commit details
    Browse the repository at this point in the history
  4. Format.

    emilyaherbert committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    851a408 View commit details
    Browse the repository at this point in the history
  5. Split compile_asm into compile_ast.

    emilyaherbert committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0c80746 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Working on merge with master.

    emilyaherbert committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    038b7d8 View commit details
    Browse the repository at this point in the history
  2. Finish merge.

    emilyaherbert committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    bc861bc View commit details
    Browse the repository at this point in the history
  3. nits

    emilyaherbert committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7a9200c View commit details
    Browse the repository at this point in the history
  4. Fix bad merge.

    emilyaherbert committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    218bc2c View commit details
    Browse the repository at this point in the history
  5. Update oracles.

    emilyaherbert committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2c042f0 View commit details
    Browse the repository at this point in the history
  6. Missing oracle files.

    emilyaherbert committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c7f20bb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Merge with master.

    emilyaherbert committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    0ee5b08 View commit details
    Browse the repository at this point in the history
  2. fmt

    emilyaherbert committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    8d27323 View commit details
    Browse the repository at this point in the history
  3. rename function.

    emilyaherbert committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3aeafb2 View commit details
    Browse the repository at this point in the history
  4. fix bug

    emilyaherbert committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3dd12ec View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Fix manifest_dir bug.

    emilyaherbert committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d9ec3c3 View commit details
    Browse the repository at this point in the history
  2. Merge with master.

    emilyaherbert committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5ecfdc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. add missing oracle files

    emilyaherbert committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    213c025 View commit details
    Browse the repository at this point in the history