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

feat(State Channels): Ping every 10 seconds to persist connection #324

Merged
merged 50 commits into from
Apr 24, 2019

Commits on Mar 5, 2019

  1. Improve channel rpc usage

    mpowaga committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    077a6ff View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    mpowaga committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    6e4b3b4 View commit details
    Browse the repository at this point in the history
  3. Remove unreachable code

    mpowaga committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    528b6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb53c32 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    28d3423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228f65d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8184360 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

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

Commits on Mar 12, 2019

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

Commits on Mar 26, 2019

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

Commits on Mar 27, 2019

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

Commits on Mar 28, 2019

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

Commits on Mar 29, 2019

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

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    415751e View commit details
    Browse the repository at this point in the history
  2. fix(schema.js): Fix linter error

    nduchak committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    dec757b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Improve channel tests and error handling (#276)

    * Make sure that sign function is correctly called
    
    * Improve error handling for update method
    mpowaga committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    cf9bcc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2e3a6 View commit details
    Browse the repository at this point in the history
  3. Compiler improvements (#303)

    * refactor(Chain and Contract): Fix Chain.getAccount. Omprove Compiler
    
    Add ability to get account/balance on specific block hash/height. Add test. Add changeCompilerUrl to
    Compiler stamp
    
    #302
    
    * fix(Crypto): Fix name hash function arguments parsing
    
    * refactor(Compiler): Remove async for changeCompilerUrl function
    nduchak authored and mpowaga committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    8e01600 View commit details
    Browse the repository at this point in the history
  4. Channel contracts (#279)

    * Add support for contracts in state channels
    
    * Remove console.log
    
    * Remove console.log
    
    * Improve channel rpc usage (#275)
    
    * Improve channel rpc usage
    
    * Fix lint error
    
    * Remove unreachable code
    
    * Improve channel tests and error handling (#276)
    
    * Make sure that sign function is correctly called
    
    * Improve error handling for update method
    
    * Improve state channel params handling. Fixes #299 (#300)
    mpowaga committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    988f089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28ba57e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

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

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    c58af67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25de21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    504f03b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

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

    mpowaga committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    01b004a View commit details
    Browse the repository at this point in the history
  3. feat(State Channels): Ping every 10 seconds to persist connection

    Connection can be manually closed with new "disconnect()" method
    mpowaga committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    99a0730 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

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

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    a97e30f View commit details
    Browse the repository at this point in the history
  2. Add channel tx serialization

    mpowaga committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6822692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb70fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c86bd4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    182d459 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    5fce39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f7ef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e843b35 View commit details
    Browse the repository at this point in the history
  4. feat(State Channels): Ping every 10 seconds to persist connection

    Connection can be manually closed with new "disconnect()" method
    mpowaga committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    23edb7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ad5a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2b87a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ce8ef0 View commit details
    Browse the repository at this point in the history
  8. Handle unexpected messages

    mpowaga committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    149038c View commit details
    Browse the repository at this point in the history
  9. Fix lint error

    mpowaga committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f2a46ba View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

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

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    6bdbe88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15832ca View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

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

Commits on Apr 24, 2019

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