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

Implement MVP for new off-chain testing engine #712

Merged
merged 37 commits into from
May 10, 2021

Commits on Mar 2, 2021

  1. Add engine crate

    cmichi committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a693a0b View commit details
    Browse the repository at this point in the history
  2. Add env_types crate

    cmichi committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e3ea5e4 View commit details
    Browse the repository at this point in the history
  3. Adapt env, lang and storage

    cmichi committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    eff3ada View commit details
    Browse the repository at this point in the history
  4. Adapt examples

    cmichi committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    da08ba7 View commit details
    Browse the repository at this point in the history
  5. Adapt CI

    cmichi committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    def45c2 View commit details
    Browse the repository at this point in the history
  6. Symlink license and readme

    cmichi committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3956a2c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    a0012e9 View commit details
    Browse the repository at this point in the history
  2. Improve Erc20

    cmichi committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    606c69b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6850b4b View commit details
    Browse the repository at this point in the history
  4. Bump versions to rc3

    cmichi committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9c5f2ba View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Fix clippy error: Manual implementation of Option::map (#717)

    Michael Müller authored and cmichi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cc8143d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Implement comments

    cmichi committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    edab873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    340185d View commit details
    Browse the repository at this point in the history
  3. Fix yml

    cmichi committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cb54a77 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Improve structure

    cmichi committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0e0c044 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Add tests

    cmichi committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    be2b598 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

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

Commits on Mar 22, 2021

  1. Fix function signature

    cmichi committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    46adef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Get rid of engines singleton

    cmichi committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1caada4 View commit details
    Browse the repository at this point in the history
  2. Revert instantiate stuff

    cmichi committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8a2831a View commit details
    Browse the repository at this point in the history
  3. Implement review comments

    cmichi committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c8117a9 View commit details
    Browse the repository at this point in the history
  4. Make Storage non-generic

    cmichi committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    da71eea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8ba878 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b81e4c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Migrate to panic_any

    cmichi committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    bff4609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655b425 View commit details
    Browse the repository at this point in the history
  3. Clean up import

    cmichi committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    63da646 View commit details
    Browse the repository at this point in the history
  4. Import panic_any

    cmichi committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    813301e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    c651d53 View commit details
    Browse the repository at this point in the history
  2. Implement comments

    cmichi committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    8391f8c View commit details
    Browse the repository at this point in the history
  3. Fix param

    cmichi committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    863628d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Use type

    cmichi committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b5c3688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafe7ac View commit details
    Browse the repository at this point in the history
  3. Fix tests

    cmichi committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    8f64f38 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 10, 2021

  1. Implement comments

    cmichi committed May 10, 2021
    Configuration menu
    Copy the full SHA
    35dd9e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fec9ae View commit details
    Browse the repository at this point in the history