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

First runable code with preliminary testing #13

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

Commits on Jul 27, 2018

  1. Update README.md

    yingweiwang authored Jul 27, 2018
    Configuration menu
    Copy the full SHA
    840cc09 View commit details
    Browse the repository at this point in the history
  2. basic introduction

    ywang committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    d81bcbe View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

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

Commits on Aug 2, 2018

  1. transaction to account

    ywang committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f2f4dcc View commit details
    Browse the repository at this point in the history
  2. ignore node/

    ywang committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    a2876c6 View commit details
    Browse the repository at this point in the history
  3. updated to fit the cloud-dew folers

    ywang committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f4eb05b View commit details
    Browse the repository at this point in the history
  4. Revert "ignore node/"

    This reverts commit a2876c6.
    ywang committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    6cc596f View commit details
    Browse the repository at this point in the history
  5. conform with master

    ywang committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    09d333d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. finished draft change for transaction.ts

    ywang committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    610438d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. changed 4 files

    ywang committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    6b4ab70 View commit details
    Browse the repository at this point in the history
  2. change transactionPool.ts

    ywang committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    195b317 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. first working code

    tested all major functions except p2p.
    wrote read me, including Windows command.
    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    1ecfa46 View commit details
    Browse the repository at this point in the history
  2. licenses and ignore

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    2153ff4 View commit details
    Browse the repository at this point in the history
  3. invalid tx dealt with

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    160d9c0 View commit details
    Browse the repository at this point in the history
  4. update readme

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    718146f View commit details
    Browse the repository at this point in the history
  5. ignore

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    514e16b View commit details
    Browse the repository at this point in the history
  6. fully working, similar to original.

    cloud-dew arechitecture
    account-oriented transactions
    account history within a period
    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    19fabf4 View commit details
    Browse the repository at this point in the history
  7. ignore

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    0310807 View commit details
    Browse the repository at this point in the history
  8. cleanup

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a9b79e8 View commit details
    Browse the repository at this point in the history
  9. ignore

    ywang committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    bde8f7e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

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

Commits on Aug 9, 2018

  1. cloud-dew channel established

    From now on, the cloud and dew have different code.
    ywang committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    fce73c4 View commit details
    Browse the repository at this point in the history
  2. Dew address web control

    dew-dew channels, cloud-cloud channels, cloud-dew channel, are all separated. The next step is message design.
    ywang committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ae95a7c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. dew mode and local mode both work

    dew mode does not have to keep the whole chain. It works.
    local mode works as if the dew mode has not been introduced. modes can be switched. Conveniently controlled through web and config file.
    ywang committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    c3ee207 View commit details
    Browse the repository at this point in the history
  2. cloud and dew coordinated

    ywang committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    8ea4aca View commit details
    Browse the repository at this point in the history
  3. cloud-dew channel accounts messaging added

    Dew sends accounts for cloud to verify. If they are not consistent, the cloud will send acounts to dew to replace.
    ywang committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    17712f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. ALTERNATE_ADDRESS message added

    ywang committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    4e06bf0 View commit details
    Browse the repository at this point in the history
  2. ready for two machine debugging

    ywang committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    f96b59b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b458923 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Mine in cloud added

    folders changed
    ywang committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    6617932 View commit details
    Browse the repository at this point in the history
  2. handshaking changed

    yingweiwang committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    7d27155 View commit details
    Browse the repository at this point in the history
  3. Update Readme

    yingweiwang authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    174471a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9a63eb View commit details
    Browse the repository at this point in the history
  5. Improved mode switching

    yingweiwang committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    4c8107e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56f4c0b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Rename

    yingweiwang committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    2d7b9bb View commit details
    Browse the repository at this point in the history
  2. config files

    yingweiwang committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    28afbcc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Change package names

    yingweiwang committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    fd6dc57 View commit details
    Browse the repository at this point in the history