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] Release v1.1.9 #850

Merged
merged 15 commits into from
Apr 8, 2022
Merged

[R4R] Release v1.1.9 #850

merged 15 commits into from
Apr 8, 2022

Commits on Mar 25, 2022

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

Commits on Mar 29, 2022

  1. [R4R]Prefetch state data on mining process (#803)

    * perf(miner):add mining prefetcher
    
    * fix ineffassign
    
    * fix comments
    
    * fix comments
    
    * fix comments: add AsMessagePrefetch to skip nonce check
    
    * fix comment:refactor check order of method Forward
    
    * fix comments:rename variables
    
    * fix comments: rename
    
    * rename
    
    * fix comments: refactor
    
    * update
    qinglin89 authored and unclezoro committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    91d7cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f3b2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1aabe View commit details
    Browse the repository at this point in the history
  4. [R4R]add sharedStorage for prefetching to L1 (#792)

    * add sharedStorage for prefetching to L1
    
    * remote originStorage in stateObjects
    
    * fix core
    
    * fix bug of sync map
    
    * remove read lock when get & set keys
    
    * statedb copy use CopyWithSharedStorage
    
    * reduce lock access
    
    * fix comment
    
    * avoid sharedPool effects on other modules
    
    * remove  tryPreload
    
    * fix comment
    
    * fix var name
    
    * fix lint
    
    * fix L1 miss data && data condition
    
    * fix comment
    flywukong authored and unclezoro committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4ff9697 View commit details
    Browse the repository at this point in the history
  5. [R4R] state verification pipeline (#795)

    * pipeline state verification
    
    * update codes and add logs for debug
    
    * refactor
    
    * update and add logs
    
    * refactor
    
    * refactor
    
    * remove unneeded logs
    
    * fix a blocking issue
    
    * fix sync issue when force kill
    
    * remove logs
    
    * refactor based on comments
    
    * refactor based on comments
    
    * refactor based on comments
    
    * refactor based on comments
    
    * refactor based on comments
    
    * fix a deadlock issue
    
    * fix merkle root mismatch issue during sync
    
    * refactor based on review comments
    
    * remove unnecessary code
    
    * remove unnecessary code
    
    * refactor based on review comments
    
    * change based on comments
    
    * refactor
    
    * uew dummyRoot to replace emptyRoot
    
    * add nil check
    
    * add comments
    
    * remove unneeded codes
    
    * format comments
    
    Co-authored-by: forcodedancing <liguo.fudan@gmail.com>
    2 people authored and unclezoro committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d894987 View commit details
    Browse the repository at this point in the history
  6. add sharedStorage to the prefetcher of miner (#818)

    * add sharedStorage to the prefetcher of miner
    
    * fix miner prefetcher copy
    flywukong authored and unclezoro committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    cde35b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

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

Commits on Apr 1, 2022

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

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    f5a1c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05925da View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    1ff4721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c5eb0 View commit details
    Browse the repository at this point in the history
  3. put error check to the correct location (#842)

    Co-authored-by: forcodedancing <liguo.fudan@gmail.com>
    forcodedancing and forcodedancing authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    343b315 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. [R4R] prepare for release of v1.1.9 (#849)

    * prepare release of v1.1.9
    
    * prepare release of v1.1.9
    
    * prepare release of v1.1.9
    
    Co-authored-by: forcodedancing <liguo.fudan@gmail.com>
    forcodedancing and forcodedancing authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1aeadc1 View commit details
    Browse the repository at this point in the history