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

Fix/remaining custom err issues #260

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

0xNilesh
Copy link
Member

Note: PR #228 is reviewed again, and the remaining issues were resolved
Most of the issues that were there and found in pre-audit were already fixed in previous PRs merged
verify/unverifyChannel issue will be resolved by PR #259
and test cases for these functions will be added in Issue #256

@@ -125,6 +125,9 @@ contract PushCoreV2_5 is Initializable, PushCoreStorageV1_5, PausableUpgradeable
*/
function setFeeAmount(uint256 _newFees) external {
onlyGovernance();
if (_newFees == 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

sure, that's a nice addition @0xNilesh

@zaryab2000 zaryab2000 merged commit 45528e6 into pushContracts-v2.5.0-dev Jan 12, 2024
@zaryab2000 zaryab2000 deleted the fix/remaining-custom-err-issues branch January 12, 2024 03:34
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.

😈 [Feature Enhancement] - <Review and fixes of Custom error changes in core and comm>
2 participants