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

More file renames to improve code navigability. #243

Merged
merged 2 commits into from
May 7, 2021

Conversation

m-renaud
Copy link
Contributor

@m-renaud m-renaud commented May 6, 2021

Description of change

File renames only.

  • identity-iota/src/chain/document.rs -> identity-iota/src/chain/document_chain.rs
    • DocumentChain (no change)
  • identity-iota/src/chain/diff.rs -> identity-iota/src/chain/diff_chain.rs
    • DiffChain (no change)
  • identity-iota/src/chain/integration.rs -> identity-iota/src/chain/integration_chain.rs
    • IntegrationChain (no change)
  • identity-iota/src/did/doc/diff.rs -> identity-iota/src/did/doc/document_diff.rs
    • DocumentDiff (no change)
  • identity-did/src/diff/document.rs -> identity-did/src/diff/diff_document.rs
    • DiffDocument (no change)
  • identity-did/src/diff/method.rs -> identity-did/src/diff/diff_method.rs
    • DiffMethod (no change)
  • identity-did/src/diff/service.rs -> identity-did/src/diff/diff_service.rs
    • DiffService (no change)
  • identity-did/src/diff/did_key.rs -> identity-did/src/diff/did_key_diff.rs
    • Contains Diff impl for DIDKey (no change)

Links to any relevant issues

#218

Type of change

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

cargo test

Change checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

@m-renaud m-renaud requested a review from l1h3r May 7, 2021 00:06
@l1h3r l1h3r merged commit 6522ffd into iotaledger:dev May 7, 2021
@m-renaud m-renaud deleted the m-renaud-moar-renames branch May 11, 2021 02:44
olivereanderson pushed a commit that referenced this pull request Oct 25, 2021
* More file renames to improve code navigability.

* Rename integration.rs to integration_chain.rs
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.

2 participants