Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

feat!: Store eth tx index separately #1121

Merged
merged 14 commits into from
Aug 11, 2022
Merged

feat!: Store eth tx index separately #1121

merged 14 commits into from
Aug 11, 2022

Commits on Aug 10, 2022

  1. Store eth tx index separately

    Closes: evmos#1075
    Solution:
    - run a optional indexer service
    - adapt the json-rpc to the more efficient query
    
    changelog
    
    changelog
    
    fix lint
    
    fix backward compatibility
    
    fix lint
    
    timeout
    
    better strconv
    
    fix linter
    
    fix package name
    
    add cli command to index old tx
    
    fix for loop
    
    indexer cmd don't have access to local rpc
    
    workaround exceed block gas limit situation
    
    add unit tests for indexer
    
    refactor
    
    polish the indexer module
    
    Update server/config/toml.go
    
    Co-authored-by: Federico Kunze Küllmer <[email protected]>
    
    improve comments
    
    share code between GetTxByEthHash and GetTxByIndex
    
    fix unit test
    
    Update server/indexer.go
    
    Co-authored-by: Freddy Caceres <[email protected]>
    yihuang and facs95 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8b9abfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c4a80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b90194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feeb7b8 View commit details
    Browse the repository at this point in the history
  5. fix go lint

    yihuang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2a1c17e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2fbd4e View commit details
    Browse the repository at this point in the history
  7. address review suggestions

    yihuang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8ade689 View commit details
    Browse the repository at this point in the history
  8. fix linter

    facs95 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b0b4847 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97f62a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    02e9849 View commit details
    Browse the repository at this point in the history
  2. address review suggestions

    - test indexer in backend unit test
    - add comments
    yihuang committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    724bc76 View commit details
    Browse the repository at this point in the history
  3. fix build

    yihuang committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    436188d View commit details
    Browse the repository at this point in the history
  4. fix test

    yihuang committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c1e299e View commit details
    Browse the repository at this point in the history
  5. service name

    yihuang committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a6fc34a View commit details
    Browse the repository at this point in the history