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

[SC-929] Created abstract Distributor contract #72

Merged

Conversation

byshape
Copy link
Contributor

@byshape byshape commented Oct 24, 2023

Moved the functionality related to the distributor to a separate abstract contract Distributor and added docs for it.

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
contracts/Distributor.sol 100.00% <100.00%> (ø)
contracts/FarmingPlugin.sol 100.00% <ø> (ø)
contracts/FarmingPool.sol 100.00% <ø> (ø)
contracts/MultiFarmingPlugin.sol 69.84% <ø> (-4.49%) ⬇️

📢 Thoughts on this report? Let us know!.

contracts/Distributor.sol Outdated Show resolved Hide resolved
contracts/interfaces/IDistributor.sol Show resolved Hide resolved
@byshape byshape requested a review from ZumZoom October 26, 2023 11:01
@byshape byshape merged commit f84ce4b into master Oct 27, 2023
5 checks passed
@byshape byshape deleted the refactor/SC-929-Improve-farming-code-readability-Distributor branch October 27, 2023 17:32
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.

3 participants