AntelopeIO / reference-contracts

Other
10 stars 14 forks source link

replace `channel_to_rex` with `channel_to_system_fees` #72

Closed DenisCarriere closed 6 months ago

DenisCarriere commented 6 months ago

Change Description

Currently all fees earned by the system contract are hardcoded and 100% of all fees are being directed to REX return pool.

By removing channel_to_rex and handling the fee independently per fee contracts, this allows for greater flexibility on how fees are being handled.

Deployment Changes

API Changes

Economic Changes

Documentation Additions