celo-org / celo-blockchain

Official repository for the golang Celo Blockchain
https://celo.org
GNU Lesser General Public License v3.0
560 stars 198 forks source link

UltraGreen: Send transaction fees to FeeHandler contract #2140

Closed karlb closed 1 year ago

karlb commented 1 year ago

Description

As a result of CIP-52, the transaction fees are sent to the FeeHandler contract which will burn 80% of the tokens and send the other 20% to the Green Fund.

Other changes

Tested

Tested as part of the e2e test.

Related issues

Backwards compatibility

Hardfork required, this will be part of the Gingerbread hardfork

karlb commented 1 year ago

There already is https://github.com/celo-org/celo-blockchain/pull/2049.