Skip to content

chore: bump deps #713

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

Merged
merged 5 commits into from
Feb 6, 2024
Merged

chore: bump deps #713

merged 5 commits into from
Feb 6, 2024

Conversation

MegaRedHand
Copy link
Collaborator

This PR bumps all deps versions, along with credo. Among other things, they recently changed the PredicateFunctionNames warning, so our is_... functions start triggering it. Because of that, I also renamed all of them to ...?, according to Elixir convention.

@MegaRedHand MegaRedHand requested a review from a team as a code owner February 5, 2024 20:43
@MegaRedHand MegaRedHand self-assigned this Feb 5, 2024
@@ -31,9 +31,9 @@ defmodule LambdaEthereumConsensus.Beacon.PendingBlocks do
GenServer.cast(__MODULE__, {:add_block, signed_block})
end

@spec is_pending_block(Types.root()) :: boolean()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Im removing this on #709

@MegaRedHand MegaRedHand merged commit 3ab8d29 into main Feb 6, 2024
@MegaRedHand MegaRedHand deleted the update-credo branch February 6, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants