We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
channel_to_rex
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.
runrex
channel_namebid_to_rex
onblock
eosio.fee
eosio.fees
Note: changes should be pushed to Antelope Reference contracts https://github.com/AntelopeIO/reference-contracts
The text was updated successfully, but these errors were encountered:
eosio.ramfee
channel_to_system_fees
Implemented via AntelopeIO/reference-contracts#72
Sorry, something went wrong.
No branches or pull requests
Purpose
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.Feedback provided by
Scope
channel_to_rex
from:runrex
channel_namebid_to_rex
from:onblock
eosio.fee
eosio.fee
eosio.fee
Fee account receivers
Preconditions
eosio.fee
account.eosio.fee
contract logic configurationsRequirements
eosio.fees
CONTRACT #120The text was updated successfully, but these errors were encountered: