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

Aggregated Audit Remediations #196

Merged
merged 10 commits into from
Feb 16, 2024

Conversation

filmakarov
Copy link
Collaborator

@filmakarov filmakarov commented Feb 8, 2024

Summary

Report 1. Link

Issues 1, 2, 6, 7, 11 Fixed.
The rest do not need fix as of now or will be removed from the report as per meeting from 07 Feb

Related Issue: SMA-234

Change Type

  • Bug Fix

Checklist

  • My code follows this project's style guidelines
  • I've reviewed my own code
  • I've added comments for any hard-to-understand areas
  • I've updated the documentation if necessary
  • My changes generate no new warnings
  • I've added tests that prove my fix is effective or my feature works
  • All unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Copy link

linear bot commented Feb 8, 2024

import {Executor, Enum} from "./Executor.sol";
import {IModuleManager} from "../interfaces/base/IModuleManager.sol";

/**
* @title Module Manager - A contract that manages modules that can execute transactions
* on behalf of the Smart Account via this contract.
*/
abstract contract ModuleManager is SelfAuthorized, Executor, IModuleManager {
abstract contract ModuleManager is Executor, IModuleManager {
Copy link
Contributor

Choose a reason for hiding this comment

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

this change is under which category?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

under remove unused code

@filmakarov filmakarov merged commit 21c9ff6 into develop Feb 16, 2024
2 checks passed
@filmakarov filmakarov deleted the feat/SMA-234-Aggregated-audit-remediations branch February 16, 2024 12:06
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