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

Caller is origin implementation #1991

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

Commits on Oct 27, 2023

  1. Implementing stuff needed for instantiate_contract().

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e7f1b8f View commit details
    Browse the repository at this point in the history
  2. Implemented return_value() on integration tests.

    # Conflicts:
    #	crates/env/src/lib.rs
    #	crates/env/src/reflect/event.rs
    #	crates/ink/codegen/Cargo.toml
    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    506e95d View commit details
    Browse the repository at this point in the history
  3. A couple fixes for E2E environment.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bc8688b View commit details
    Browse the repository at this point in the history
  4. Forgot to delete some fluff.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6ccd54b View commit details
    Browse the repository at this point in the history
  5. Fixed dead code warnings.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    34854c5 View commit details
    Browse the repository at this point in the history
  6. Added tests.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c75ed7d View commit details
    Browse the repository at this point in the history
  7. Fixed-up tomls.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3ccb01f View commit details
    Browse the repository at this point in the history
  8. Updated stderr test files.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2d1950a View commit details
    Browse the repository at this point in the history
  9. Updated CHANGELOG.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2d13b21 View commit details
    Browse the repository at this point in the history
  10. Passed through rustfmt.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    817f3cc View commit details
    Browse the repository at this point in the history
  11. Passed through clippy.

    Víctor M. González committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6c4efc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. Fixed failing contract builds.

    Moved reflection, contract, arithmetic, and miscellaneous types from ink_env
    to ink_primitives.
    Helios-vmg committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3042f4d View commit details
    Browse the repository at this point in the history
  2. Revert "Updated stderr test files."

    This reverts commit 2d1950a.
    Helios-vmg committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8f78fdd View commit details
    Browse the repository at this point in the history
  3. Fixed format errors.

    Helios-vmg committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b350252 View commit details
    Browse the repository at this point in the history
  4. Fixed failing test.

    Víctor M. González committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2dfb9ed View commit details
    Browse the repository at this point in the history
  5. Updated stderr test values.

    Víctor M. González committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a715026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c74b08 View commit details
    Browse the repository at this point in the history
  7. Fixed rustfmt issues.

    Víctor M. González committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ea15b62 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Implemented code_hash() and set_code_hash().

    Víctor M. González committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4e8fdc9 View commit details
    Browse the repository at this point in the history
  2. Minor behavior correction for instantiate_contract().

    Víctor M. González committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9981c7f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'code_hash-implementation' into invoke_contract-implemen…

    …tation
    Víctor M. González committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    12297f8 View commit details
    Browse the repository at this point in the history
  4. Tentative invoke_contract() implementation.

    Víctor M. González committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b6478d9 View commit details
    Browse the repository at this point in the history
  5. Added invoke_contract_delegate() skeleton.

    Víctor M. González committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4c04eba View commit details
    Browse the repository at this point in the history
  6. Obviated unsafe block.

    Víctor M. González committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7d4f265 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    94f3484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de3aa0 View commit details
    Browse the repository at this point in the history
  3. Remove unused use.

    Víctor M. González committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    439e90c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'code_hash-implementation' into invoke_contract-implemen…

    …tation
    
    # Conflicts:
    #	crates/engine/src/database.rs
    Víctor M. González committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1c33d83 View commit details
    Browse the repository at this point in the history
  5. Added some missing semantics.

    Víctor M. González committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    057e98c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Passed through rustfmt.

    Víctor M. González committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b684b74 View commit details
    Browse the repository at this point in the history
  2. Passed through clippy.

    Víctor M. González committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cd6e687 View commit details
    Browse the repository at this point in the history
  3. Fixed own_code_hash test.

    Víctor M. González committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c9c7d85 View commit details
    Browse the repository at this point in the history
  4. Tightening up code.

    Víctor M. González committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7a8f98d View commit details
    Browse the repository at this point in the history
  5. Improved contract invokation tests. Fixed some things.

    Víctor M. González committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    37a00d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    1fe7be9 View commit details
    Browse the repository at this point in the history
  2. Fix integration tests

    ramirez7358 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    648c65c View commit details
    Browse the repository at this point in the history
  3. Added tests.

    Víctor M. González committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3c1d66f View commit details
    Browse the repository at this point in the history
  4. Removed unused type parameter.

    Víctor M. González committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6cc180c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fix e2e tests

    ramirez7358 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cc80e57 View commit details
    Browse the repository at this point in the history
  2. Clippy and fmt

    ramirez7358 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c135409 View commit details
    Browse the repository at this point in the history
  3. Updated changelog.

    Helios-vmg committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4e87e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f87e5dd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    58bf736 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    ramirez7358 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e5c4eda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68de165 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fixed clippy errors.

    Víctor M. González committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3e32419 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    369ec49 View commit details
    Browse the repository at this point in the history
  2. Passed through rustfmt.

    ramirez7358 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    784e2b8 View commit details
    Browse the repository at this point in the history