unicornultrafoundation / go-u2u

Implementation of U2U Network in Golang
https://u2u.xyz
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Remove ETH consensus package #82

Closed b1m0n closed 6 months ago

b1m0n commented 7 months ago

Please check if what you want to add to go-u2u list meets Contribution guidelines, maintainers note and Quality standard.

Description:

This PR removes the redundant ETH native consensus package and move CalcBaseFee under evmcore/tx_pool_helper.go. Help resolving issue https://github.com/unicornultrafoundation/go-u2u/issues/81

Prerequisite: