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

Sync subnet evm #527

Merged
merged 16 commits into from
Apr 27, 2024
Merged

Sync subnet evm #527

merged 16 commits into from
Apr 27, 2024

Commits on Apr 17, 2024

  1. format as subnet-evm

    ceyonur committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4395076 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. sync subnet-evm up to c77ba56

    ceyonur committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    22e4cad View commit details
    Browse the repository at this point in the history
  2. reformat as coreth

    ceyonur committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a6cd4b6 View commit details
    Browse the repository at this point in the history
  3. fix tests

    ceyonur committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    55a7860 View commit details
    Browse the repository at this point in the history
  4. Tx indexing fix (#1131)

    * fix unindexor in state sync
    
    * fix lint
    
    * fix flaky test
    
    * Update core/blockchain_test.go
    
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    
    * Update core/test_blockchain.go
    
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    
    * Update core/test_blockchain.go
    
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    
    * Update core/test_blockchain.go
    
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    
    * fix reviews
    
    * readd delay for index init
    
    * Update core/rawdb/accessors_state_sync.go
    
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    
    * tx indexer fix: avoids using sleep in test (#1151)
    
    * avoids using sleep in test
    
    * track all goroutines
    
    * trying harder
    
    * add some debug information in case of fail
    
    * Update core/blockchain.go
    
    Signed-off-by: Darioush Jalali <darioush.jalali@avalabs.org>
    
    * Update core/blockchain.go
    
    Signed-off-by: Darioush Jalali <darioush.jalali@avalabs.org>
    
    ---------
    
    Signed-off-by: Darioush Jalali <darioush.jalali@avalabs.org>
    
    ---------
    
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    Signed-off-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    ceyonur and darioush committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6a4c234 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix require in test

    ceyonur committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    dffea41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    169061d View commit details
    Browse the repository at this point in the history
  3. skip pkg cache and update version (#1158)

    * skip pkg cache and update version
    
    * remove goconst linter
    
    * ignore tests for goconst
    ceyonur committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c536f0f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. use less blocks to gen

    ceyonur committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8307d33 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. add matrix and race to UTs (#530)

    * add matrix and race to UTs
    
    * remove unnecessary runners
    
    * clean script
    
    * lazy read bonus blocks
    
    * increase timeout
    
    * increase frequency
    
    * apply fix fow windows
    
    * increase timeout
    
    * disable fail fast
    
    * increase frequency and timeout
    
    * use latest
    
    * fix coma
    
    * better log
    
    * fix require
    
    * Fix formatting
    
    * fix eventually formats
    
    * test out new wg
    
    * Revert "test out new wg"
    
    This reverts commit 5d4a0a8.
    
    * check tx indexes after each block accept
    
    * mark as flaky
    
    * disable blobpool
    
    * add IsSubscribed for testing
    
    * remove subscribed when return
    
    * use atomic bool
    
    * attempt to fix flaky indexing test
    ceyonur authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    47f7b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e62cd6 View commit details
    Browse the repository at this point in the history
  3. fix test

    ceyonur committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    995e854 View commit details
    Browse the repository at this point in the history
  4. return if sub nil

    ceyonur committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fa752e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a1c50b5 View commit details
    Browse the repository at this point in the history
  2. Beacon root check (#529)

    * add parent beacon root checks
    
    * add beacon root tests
    
    * revert code change
    
    * remove comment
    ceyonur authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c7f0948 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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