Skip to content

Conversation

@abc3
Copy link

@abc3 abc3 commented Jun 27, 2025

Convert variable naming from camelCase to snake_case

This PR updates variable naming across the project to follow Elixir naming conventions. All camelCase variables/functions have been converted to snake_case format for better consistency with Elixir style guide and community standards.

Changes:

  • recoveryId -> recovery_id
  • pubKeyHash -> pub_key_hash
  • toJacobian -> to_jacobian
  • etc.

No functional changes, only style improvements

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.

1 participant