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

Update some code and fix all the unit tests #134

Merged
merged 64 commits into from
Oct 12, 2023

Commits on Aug 25, 2023

  1. Refactor system transactions

    devfans committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    745af25 View commit details
    Browse the repository at this point in the history
  2. Small error fix

    devfans committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0307617 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Refactor damn stuff

    devfans committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1954a7c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 30, 2023

  1. Remove some quotes

    devfans committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1242be9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix test units

    devfans committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6d2dbfb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. optimise code

    siovanus committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c8ebaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb82b11 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. add p2p keystore

    siovanus committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8da02e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Fix miner unit tests

    devfans committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    826e966 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    d5e8adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cbffe View commit details
    Browse the repository at this point in the history
  3. Add docker build

    devfans committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4c3cc08 View commit details
    Browse the repository at this point in the history
  4. Fix makefile update

    devfans committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    92bcc6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43d60dd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add genesis test utils

    devfans committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4f042d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d3d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f72cf75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    832757f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd4e141 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ba8903 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd4d54b View commit details
    Browse the repository at this point in the history
  8. Remove system gas vars

    devfans committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2b93676 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7221b44 View commit details
    Browse the repository at this point in the history
  10. Fix system tx gas

    devfans committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1f1f4d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a2a27f View commit details
    Browse the repository at this point in the history
  12. Remove duplicate basic gas

    devfans committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    828d5ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0095b73 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    0b1a384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f24c75 View commit details
    Browse the repository at this point in the history
  3. Fix system tx hash issue

    devfans committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    99bb7a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be649a3 View commit details
    Browse the repository at this point in the history
  5. remove chainid constrain

    siovanus committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c72841e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. update consensus

    siovanus committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3ebd713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae73cfe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. update mock&backend test

    rain-zxn committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    40e7873 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from rain-zxn/rain_dev

    update mock&backend test
    devfans authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    49f84c6 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests in accounts

    devfans committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    34a99be View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix unit test if consensus

    siovanus committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7a3fa56 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests in ethclient

    devfans committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d970f7e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge from mh

    devfans committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3dfa2c0 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests in eth folder

    devfans committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3bbf02e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. fix console

    siovanus committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    493e3b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Fix fast sync unit tests

    devfans committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e8e080b View commit details
    Browse the repository at this point in the history
  2. Fix unit tests in cmd

    devfans committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    10dadde View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix unit tests in p2p

    devfans committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fb444e9 View commit details
    Browse the repository at this point in the history
  2. Add missing lru

    devfans committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e3250ef View commit details
    Browse the repository at this point in the history
  3. temp

    siovanus committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2cf1c20 View commit details
    Browse the repository at this point in the history
  4. temp

    siovanus committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d66a46a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix most uni test

    siovanus committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f2050f6 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    devfans committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cf6b7be View commit details
    Browse the repository at this point in the history
  3. Fix broken tests in accounts

    devfans committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ce4e0b4 View commit details
    Browse the repository at this point in the history
  4. Fix broken tests in graphql

    devfans committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6900108 View commit details
    Browse the repository at this point in the history
  5. Fix rest bugs

    devfans committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    65ee18c View commit details
    Browse the repository at this point in the history
  6. Small fixes

    devfans committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0640234 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2b0a4c View commit details
    Browse the repository at this point in the history
  8. Fix genesis panic in cmd

    devfans committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8875634 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2f3456 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fix block gas limit test

    devfans committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e763a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f7be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdce8b8 View commit details
    Browse the repository at this point in the history
  4. Remove stale test unit

    devfans committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    143a3bc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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