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

Use effectiveGasPrice in ante handler for dynamic fee tx #817

Merged
merged 10 commits into from
Dec 15, 2021

Commits on Dec 9, 2021

  1. Use effectiveGasPrice in ante handler for dynamic fee tx

    Closes: evmos#814
    
    Solution:
    - use effectiveGasPrice when check minimal-gas-prices, and deduct fee in ante handler
    - implement an EthMempoolFeeDecorator
    yihuang committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3f4c3a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888bb67 View commit details
    Browse the repository at this point in the history
  3. changelog

    yihuang committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    016443a View commit details
    Browse the repository at this point in the history
  4. fix unit test

    yihuang committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ac9105d View commit details
    Browse the repository at this point in the history
  5. fix comments

    yihuang authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f7e7cc2 View commit details
    Browse the repository at this point in the history
  6. add comments

    yihuang authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    e7d3ce0 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com>
    yihuang and thomas-nguy authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    62ae1c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. review suggestions

    yihuang committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    5037d74 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

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

Commits on Dec 15, 2021

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