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

Problem: missing json rpc of eth_feeHistory #685 #734

Merged
merged 4 commits into from
Nov 17, 2021

Commits on Nov 17, 2021

  1. Problem: missing json rpc of eth_feeHistory evmos#685

    add oracle backend
    
    space ready
    
    structure ok
    
    refactoring
    
    return feehistory
    
    data flow ok
    
    basefee
    
    set gas used ratio
    
    computing reward
    
    add testing
    
    add gas used
    
    prepare data
    
    fill reward
    
    increase coin
    
    fixing api
    
    add mac
    
    add launch
    
    gas used ratio ok
    
    print element
    
    reward workes
    
    reward working
    
    fix panic
    
    value correct
    
    remove debugging log
    
    tidy up
    
    tidy up
    
    remove oracle
    
    tidy up
    
    fix handler crash
    
    add unit test
    
    tidy up
    
    add limit check
    
    reformat
    
    fix lint
    
    fix lint
    
    fix lint
    
    fix lint
    
    Update rpc/ethereum/backend/feebackend.go
    
    thanks
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Update rpc/ethereum/backend/feebackend.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Update rpc/ethereum/backend/feebackend.go
    
    thanks
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Update rpc/ethereum/backend/feebackend.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    fix compile error
    
    split lines
    
    remove temporary string conversion
    
    return error if gaslimit is 0
    
    move OneFeeHistory to types
    
    add comment
    
    only err check
    
    Update rpc/ethereum/backend/feebackend.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Update rpc/ethereum/backend/feebackend.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    tidy up
    
    add feehistory-cap
    leejw51crypto committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    02fcb05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36ea5a View commit details
    Browse the repository at this point in the history
  3. changelog

    fedekunze committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8568f36 View commit details
    Browse the repository at this point in the history
  4. linter fixes

    fedekunze committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6c260a6 View commit details
    Browse the repository at this point in the history