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

Feature/native token #52

Merged
merged 23 commits into from
Oct 17, 2022
Merged

Feature/native token #52

merged 23 commits into from
Oct 17, 2022

Commits on Sep 29, 2022

  1. Handle payable attr

    kpob committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2b9dd23 View commit details
    Browse the repository at this point in the history
  2. Check attached value in calls

    kpob committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6bd06b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. mock vm implementation

    kpob committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    04c9081 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

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

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    18f9931 View commit details
    Browse the repository at this point in the history
  2. Disable payable constructors

    kpob committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f5f3dc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. add attached_value to Refs

    kpob committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e02574f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    3294db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f8cc1 View commit details
    Browse the repository at this point in the history
  3. add new error code

    kpob committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    016545c View commit details
    Browse the repository at this point in the history
  4. wip

    kpob committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    730e5a4 View commit details
    Browse the repository at this point in the history
  5. lint

    kpob committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4c6e6fe View commit details
    Browse the repository at this point in the history
  6. fmt

    kpob committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    7c4395e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix tests

    kpob committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1386e03 View commit details
    Browse the repository at this point in the history
  2. simplify balance management

    kpob committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    39c27b5 View commit details
    Browse the repository at this point in the history
  3. MockVm refactor

    * move balances to storage
    * revert balances along with state
    * remove Account struct
    * add Balance struct
    * add Callstack and CallstackElement
    * Remove Contract struct
    kpob committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    646e53b View commit details
    Browse the repository at this point in the history
  4. clippy

    kpob committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    63e7179 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Extract contract ref common code

    kpob committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d11f7f4 View commit details
    Browse the repository at this point in the history
  2. apply peer's suggestions

    kpob committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    a8609d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2feaf21 View commit details
    Browse the repository at this point in the history
  4. update mock vm

    kpob committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    8c8869b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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