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

Vaibhav/certora[L-01]/pla 723 remove split logic #162

Merged
merged 7 commits into from
Nov 12, 2024

Conversation

vvalecha519
Copy link
Contributor

Pull Request

For Work In Progress Pull Requests, please use the Draft PR feature,
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.

For a timely review/response, please avoid force-pushing additional
commits if your PR already received reviews or comments.

Before submitting a Pull Request, please ensure you've done the following:

  • 👷‍♀️ Create small PRs. In most cases this will be possible.
  • ✅ Provide tests for your changes.
  • 📝 Use descriptive commit messages.
  • 📗 Update any related documentation and include any relevant screenshots.

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Improvement

What part of our tech stack does this PR improve? (check all applicable)

  • front-end
  • back-end
  • smart-contracts

Description

Related Tickets & Documents

For pull requests that relate or close an issue, please include them
below. We like to follow Github's guidance on linking issues to pull requests.

  • Related Issue #
  • Closes #

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes.

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

@vvalecha519 vvalecha519 changed the base branch from master to staging-2.5 September 10, 2024 23:50
/// @return toTnft the payout to the T-NFT holder
/// @return toBnft the payout to the B-NFT holder
/// @return toTreasury the payout to the Treasury
function getRewardsPayouts(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we wont need getRewardsPayouts at all? looking at the implementation haha

Copy link
Contributor

@seongyun-ko seongyun-ko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks much cleaner now :) thx

@vvalecha519 vvalecha519 changed the title Vaibhav/pla 723 remove split logic Vaibhav/certora[L-01]/pla 723 remove split logic/ Sep 12, 2024
@vvalecha519 vvalecha519 changed the title Vaibhav/certora[L-01]/pla 723 remove split logic/ Vaibhav/certora[L-01]/pla 723 remove split logic Sep 12, 2024
@@ -277,52 +277,35 @@ contract EtherFiNode is IEtherFiNode, IERC1271 {
mgr.completeQueuedWithdrawals(withdrawals, tokens, middlewareTimesIndexes, receiveAsTokens);
}

/// @dev transfer funds from the withdrawal safe to the 4 associated parties (bNFT, tNFT, treasury, nodeOperator)
/// @dev transfer funds from the withdrawal safe to the 4 associated parties (bNFT, tNFT)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 associated

@vvalecha519 vvalecha519 requested a review from jtfirek November 12, 2024 16:45
@jtfirek jtfirek merged commit 87e44f7 into staging-2.5 Nov 12, 2024
1 check failed
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.

4 participants