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

[R4R] Separate Processing and State Verification on BSC #926

Merged
merged 58 commits into from
Jul 4, 2022

Commits on Jan 26, 2022

  1. implement the framework of fast node

    RealUncle authored and keefel committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3f266bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885aeb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66dd9ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6306002 View commit details
    Browse the repository at this point in the history
  5. fix misc bugs of verify node

    keefel committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0b296e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Feb 14, 2022

  1. implement the framework of fast node

    RealUncle authored and keefel committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    359906c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e8652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4905aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0405b68 View commit details
    Browse the repository at this point in the history
  5. fix misc bugs of verify node

    keefel committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    529e66e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed2f35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ca4bc1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request bnb-chain#763 from KeefeL/dev

    [R4R]Separate Processing and State Verification on BSC: sync develop branch
    unclezoro authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1e46537 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. fast node verification and fix conflicts

    Signed-off-by: kyrie-yl <yl.on.the.way@gmail.com>
    kyrie-yl committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f7ef016 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. add metrics

    Signed-off-by: kyrie-yl <yl.on.the.way@gmail.com>
    kyrie-yl committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2ed75ab View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. resolve comments

    Signed-off-by: kyrie-yl <yl.on.the.way@gmail.com>
    kyrie-yl committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    7b070c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. verify task get difflayer cache synchronously

    Signed-off-by: kyrie-yl <yl.on.the.way@gmail.com>
    kyrie-yl committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1aaab76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b978ed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    161c467 View commit details
    Browse the repository at this point in the history
  4. remove testing code

    j75689 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    34e8ce0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5675916 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    f8c6a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a701d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be53153 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6d5a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e44aa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Revert "change type of diffLayerChanCache to sync.Map"

    This reverts commit f8c6a4a.
    j75689 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7ad4d02 View commit details
    Browse the repository at this point in the history
  2. fix comments

    j75689 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c57fdd7 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    j75689 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e0cf707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6c33b View commit details
    Browse the repository at this point in the history
  5. remove unused code

    j75689 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    23913cf View commit details
    Browse the repository at this point in the history
  6. fix validateBody

    j75689 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a73aad6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. fix gracefull shutdown issue

    j75689 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    734d17f View commit details
    Browse the repository at this point in the history
  2. fix diffhash mismatch issue

    j75689 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c840e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. fix log format

    j75689 committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3150755 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

  1. fix diffhash issue

    j75689 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b56c19c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    5a254c4 View commit details
    Browse the repository at this point in the history
  2. add unit-test for fastnode

    j75689 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5f22105 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    4771d86 View commit details
    Browse the repository at this point in the history
  2. fix lint error

    dean65 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ef3ec13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7490499 View commit details
    Browse the repository at this point in the history
  4. fix tests

    dean65 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8929510 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    e9be0d4 View commit details
    Browse the repository at this point in the history
  2. add UT tests

    kyrie-yl authored and cryyl committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0132f13 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Merge pull request #14 from node-real/separate-node-test

    close verifyTask when there is no valid peer and add UT tests
    realuncle authored May 4, 2022
    Configuration menu
    Copy the full SHA
    2dbc8c5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. fix to resolve comments

    Signed-off-by: cryyl <1226241521@qq.com>
    cryyl committed May 5, 2022
    Configuration menu
    Copy the full SHA
    ae3bdea View commit details
    Browse the repository at this point in the history
  2. fix to resolve comments

    Signed-off-by: cryyl <1226241521@qq.com>
    cryyl authored and NashBC committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f027818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e93cced View commit details
    Browse the repository at this point in the history
  4. fix sorting difflayer.storage

    dean65 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4001f37 View commit details
    Browse the repository at this point in the history
  5. fix TestFastNode

    dean65 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e440880 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    cc1940c View commit details
    Browse the repository at this point in the history
  2. refine the description

    unclezoro committed May 6, 2022
    Configuration menu
    Copy the full SHA
    84bb85c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73e6147 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    fc08067 View commit details
    Browse the repository at this point in the history
  2. fix comments

    dean65 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    363bb96 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. fix comments

    dean65 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    149718f View commit details
    Browse the repository at this point in the history