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 memo_overwrite configuration #4103

Merged
merged 5 commits into from
Jul 29, 2024
Merged

Fix memo_overwrite configuration #4103

merged 5 commits into from
Jul 29, 2024

Conversation

ljoss17
Copy link
Contributor

@ljoss17 ljoss17 commented Jul 29, 2024

Closes: #4104

Description

This PR fixes clippy warnings and fixes the memo overwrite implementation as well as the test


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@ljoss17 ljoss17 requested a review from romac July 29, 2024 13:01
@@ -3,6 +3,8 @@
pub mod compat_mode;
pub mod dynamic_gas;
pub mod error;
/// TODO: Fix mutable_key_type warning
#[allow(clippy::mutable_key_type)]
Copy link
Member

Choose a reason for hiding this comment

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

Let's add this within the module itself.

@@ -18,6 +18,8 @@ fn test_filter_by_channel_incentivized_fees_relayer() -> Result<(), Error> {

struct FilterIncentivizedFeesRelayerTest;

/// TODO: Fix mutable_key_type warning
#[allow(clippy::mutable_key_type)]
Copy link
Member

Choose a reason for hiding this comment

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

Let's add this to the whole module.

@ljoss17 ljoss17 changed the title Fix clippy warnings from v1.80 Fix memo_overwrite configuration Jul 29, 2024
@ljoss17 ljoss17 marked this pull request as ready for review July 29, 2024 14:30
@ljoss17 ljoss17 added this pull request to the merge queue Jul 29, 2024
Merged via the queue into master with commit 3a6ff49 Jul 29, 2024
31 checks passed
@ljoss17 ljoss17 deleted the luca_joss/fix-clippy-v1.80 branch July 29, 2024 18:20
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.

Memo overwrite config not working
2 participants