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

eosio.fees CONTRACT #70

Merged
merged 6 commits into from
May 1, 2024
Merged

eosio.fees CONTRACT #70

merged 6 commits into from
May 1, 2024

Conversation

DenisCarriere
Copy link
Member

@DenisCarriere DenisCarriere commented Apr 18, 2024

Change Description

The eosio.fees smart contract facilitates the collection of transaction fees from system accounts and their subsequent distribution to the Resource Exchange (REX) pool.

This contract serves as an essential component for inclusion in system-level unit tests.

A comprehensive implementation of the eosio.fees contract can be accessed at EOS Network Foundation GitHub repository.
https://github.com/eosnetworkfoundation/eosio.fees

Deployment Changes

  • deploy eosio.fees contract using full implementation

API Changes

  • exposes the following public STATIC methods:
    • rex_system_initialized() => bool
    • rex_available() => bool
    • get_core_symbol() => symbol

Documentation Additions

@DenisCarriere DenisCarriere merged commit c512e79 into ram-upgrade May 1, 2024
1 check passed
@DenisCarriere DenisCarriere deleted the eosio.fees branch May 1, 2024 10:05
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