Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace channel_to_rex with channel_to_system_fees #72

Merged
merged 2 commits into from
May 1, 2024

Conversation

DenisCarriere
Copy link
Member

@DenisCarriere DenisCarriere commented Apr 20, 2024

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

  • Deploy eosio contract

API Changes

  • No Changes

Economic Changes

  • Channel system fees to eosio.fees
    • REX fees directed to eosio.fees
    • RAM fees directed to eosio.fees
    • PowerUp fees directed to eosio.fees
    • Name bids fees directed to eosio.fees

Documentation Additions

@DenisCarriere DenisCarriere marked this pull request as ready for review April 21, 2024 18:52
@DenisCarriere DenisCarriere changed the title replace channel_to_rex with channel_to_system_fees replace channel_to_rex with channel_to_system_fees Apr 22, 2024
@DenisCarriere DenisCarriere merged commit 49bcdd8 into eosio.fees May 1, 2024
1 check passed
@DenisCarriere DenisCarriere deleted the remove-channel_to_rex branch May 1, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant