Gas and fees
As EcoMobiCoin want to be EVM-compatible in a near future, gas and fees implementations were kept in the Node Client.
What is Gas ?
Gas refers to the unit that measures the amount of computational effort required to execute specific operations on the Ethereum network and EcoMobiCoin.
If you are not familiar with Ethereum, you can read more about its Foundational Topic: Gas and Fees.
How is gas handled in EcoMobicoin ?
In previous specifications we had to handle a transaction burn rate, we handled gas to act and burn a percentage of transactions. This burn rate was removed from specifications and the implementation as a consequence. The only remaining part is used to burn a percentage of coin equivalent to the handling of the tx. Gas related code is still present in PoB consensus implementation as it played a major role and removing it caused a lot of breaks. But, gas implementation in our code makes the gas have 0 impact on the behavior and results of our chain, it's as if it was non-existent.