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

Spec/calls #102

Open
wants to merge 13 commits into
base: eei-v2
Choose a base branch
from
Open

Spec/calls #102

wants to merge 13 commits into from

Commits on Jun 26, 2018

  1. spec: add status codes for indicating client side errors

    Everett Hildenbrandt committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    9e56f18 View commit details
    Browse the repository at this point in the history
  2. spec: add EEI.transfer primitive method

    Everett Hildenbrandt committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    a2329f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9595a4e View commit details
    Browse the repository at this point in the history
  4. spec: add <accountsStack> cell and methods for storing/restoring <acc…

    …ounts>
    Everett Hildenbrandt committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    4edf607 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. spec: move <returnData> outside of <callState>

    Everett Hildenbrandt committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c7dbcb4 View commit details
    Browse the repository at this point in the history
  2. spec: initial attempt at EEI.call, with helpers EEI.callInit and EEI.…

    …callFinish
    Everett Hildenbrandt committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    adc4100 View commit details
    Browse the repository at this point in the history
  3. spec: switch over to more consistent/compact if-then-else notation in…

    … prose
    Everett Hildenbrandt committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c7d12a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. spec: make seperate more generic section for EEI helper methods

    Everett Hildenbrandt committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    272be0e View commit details
    Browse the repository at this point in the history
  2. spec: add helper EEI.onGoodStatus for conditional execution

    Everett Hildenbrandt committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    20fc0f5 View commit details
    Browse the repository at this point in the history
  3. spec: add EEI.transferCall for transfering value and calling simult…

    …aneously
    Everett Hildenbrandt committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    b673410 View commit details
    Browse the repository at this point in the history
  4. spec: generalize EEI.onGoodStatus to allow for EthereumSimulation as …

    …well
    Everett Hildenbrandt committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    682764b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5328e22 View commit details
    Browse the repository at this point in the history
  6. spec: replace method EEI.callFinish with use of EEI.ifStatus

    Everett Hildenbrandt committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    f219e13 View commit details
    Browse the repository at this point in the history