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

Advanced test environment #1589

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    b0d88e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d99c80 View commit details
    Browse the repository at this point in the history
  3. fix never type

    Artemka374 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    54e63e2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/advanced-test-environmen…

    …t' into feature/advanced-test-environment
    
    # Conflicts:
    #	crates/env/src/api.rs
    #	crates/env/src/backend.rs
    #	crates/ink/codegen/src/generator/dispatch.rs
    Artemka374 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f97aeb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. fix bugs

    Artemka374 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    328882c View commit details
    Browse the repository at this point in the history
  2. fix dispatch

    Artemka374 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ca5a333 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 10, 2023

  1. fix call_flags bug

    Artemka374 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    52485b9 View commit details
    Browse the repository at this point in the history
  2. implement revert storage

    Artemka374 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e347054 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    1af298d View commit details
    Browse the repository at this point in the history
  2. fix bug

    Artemka374 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d512e53 View commit details
    Browse the repository at this point in the history
  3. fix bug

    Artemka374 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e7ea5b5 View commit details
    Browse the repository at this point in the history
  4. implement caller_is_origin

    Artemka374 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    55443ab View commit details
    Browse the repository at this point in the history
  5. apply suggestions

    Artemka374 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    029ed7f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    a09c388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a16557 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. cargo clippy

    Artemka374 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5fc7b08 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Artemka374 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    251f7ba View commit details
    Browse the repository at this point in the history
  3. fix unreachable code

    Artemka374 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    76cf2ce View commit details
    Browse the repository at this point in the history
  4. add allow nonminimal bool

    Artemka374 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7f09f31 View commit details
    Browse the repository at this point in the history
  5. apply clippy on examples

    Artemka374 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    edd466f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6184402 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6c885a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91ae09f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bf8af8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1134ad1 View commit details
    Browse the repository at this point in the history
  11. fix clippy for test

    Artemka374 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    bd20f87 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    5fe1137 View commit details
    Browse the repository at this point in the history
  2. implement invoke_delegate

    Artemka374 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    df3dac2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. fix compilation errors

    Artemka374 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2fb2533 View commit details
    Browse the repository at this point in the history
  2. apply suggestions

    Artemka374 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    37f461c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. minor code style changes

    Artemka374 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    50a8c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1fcf2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef7ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15afa37 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    27c60bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc5bb68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c8f951 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    f0b1f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319d599 View commit details
    Browse the repository at this point in the history
  3. overwrite ui tests

    Artemka374 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    edb9b7b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    0a14dc2 View commit details
    Browse the repository at this point in the history
  2. update ui tests

    Artemka374 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5b4761b View commit details
    Browse the repository at this point in the history
  3. update readme

    Artemka374 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d5524bd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    3e78b76 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Artemka374 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6804763 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    8089eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c11bc View commit details
    Browse the repository at this point in the history