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

Add Result<Self, Error> return type for constructors #1446

Merged
merged 30 commits into from
Oct 27, 2022

Commits on Sep 22, 2022

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

Commits on Sep 25, 2022

  1. return type parser

    SkymanOne committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e9af561 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gn/constructor-err

    SkymanOne committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    89ec79c View commit details
    Browse the repository at this point in the history
  3. add output type to dispatchable constructor

    SkymanOne committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    2cd9dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. codegen adds Result to return type

    SkymanOne committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    fdad4dc View commit details
    Browse the repository at this point in the history
  2. add type cheking

    SkymanOne committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    47fba58 View commit details
    Browse the repository at this point in the history
  3. fix CALLABLE type

    SkymanOne committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    109536d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. add comments for refactoring

    SkymanOne committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ab3897f View commit details
    Browse the repository at this point in the history
  2. ugly solution for failable contracts

    SkymanOne committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4d6766f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge branch 'master' into gn/constructor-err

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

Commits on Oct 17, 2022

  1. avoid unnecessary error check for constructors

    SkymanOne committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    10126f2 View commit details
    Browse the repository at this point in the history
  2. avoids encoding storage, adds demo example

    SkymanOne committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2fa1ac0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

    SkymanOne committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    8d79fef View commit details
    Browse the repository at this point in the history
  3. add changes to CHANGELOG.md

    SkymanOne committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    89e1789 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. add tests to the example

    SkymanOne committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    36de262 View commit details
    Browse the repository at this point in the history
  2. add UI tests

    SkymanOne committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    50cf900 View commit details
    Browse the repository at this point in the history
  3. return comment to dns example

    SkymanOne committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c372352 View commit details
    Browse the repository at this point in the history
  4. fix formatting in UI examples

    SkymanOne committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    52da525 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. fix tests and docs

    SkymanOne committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6cea984 View commit details
    Browse the repository at this point in the history
  2. apply formatting suggestions

    SkymanOne committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    d7dcb59 View commit details
    Browse the repository at this point in the history
  3. change example and UI tests for more clarity

    SkymanOne committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9d00fd2 View commit details
    Browse the repository at this point in the history
  4. add imports for UI test

    SkymanOne committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f35ef98 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. refactor execution.rs

    SkymanOne committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0532993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4d56c View commit details
    Browse the repository at this point in the history
  3. UI test for type aliases

    SkymanOne committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0f8abd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. LLVM optimisation and refactoring

    SkymanOne committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b5e99fe View commit details
    Browse the repository at this point in the history
  2. updated docs

    SkymanOne committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ae37fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10bbbc6 View commit details
    Browse the repository at this point in the history
  4. remove cargo-contract install in docker

    SkymanOne committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b94d31f View commit details
    Browse the repository at this point in the history