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 identifier checks in CoreDocument #1067

Merged
merged 67 commits into from
Nov 15, 2022

Commits on Oct 27, 2022

  1. Added test

    Oliver Anderson committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    68675f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Added more tests

    Oliver Anderson committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ebc7e1c View commit details
    Browse the repository at this point in the history
  2. Added one more test

    Oliver Anderson committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f735a7e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into fix/unique-method-ide…

    …ntifiers
    Oliver Anderson committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    875567f View commit details
    Browse the repository at this point in the history
  4. added invalid method reference test

    Oliver Anderson committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    fa8b4e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. refactored CoreDocument

    Oliver Anderson committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    956cc5b View commit details
    Browse the repository at this point in the history
  2. fixed deserialization

    Oliver Anderson committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c1b4b2c View commit details
    Browse the repository at this point in the history
  3. documented check

    Oliver Anderson committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6b855e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. added checks for service

    Oliver Anderson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    cbf6e0e View commit details
    Browse the repository at this point in the history
  2. renamed inner

    Oliver Anderson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3c56b23 View commit details
    Browse the repository at this point in the history
  3. clippy lints

    Oliver Anderson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f1c0f7d View commit details
    Browse the repository at this point in the history
  4. fixed clippy lint

    Oliver Anderson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    32470e6 View commit details
    Browse the repository at this point in the history
  5. clippy lints

    Oliver Anderson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    6ea0299 View commit details
    Browse the repository at this point in the history
  6. fixed compilation error

    Oliver Anderson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    48768cd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Merge remote-tracking branch 'origin/main' into fix/unique-method-ide…

    …ntifiers
    Oliver Anderson committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    e1f0649 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. started refactoring OrderedSet::remove

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b5fdb0d View commit details
    Browse the repository at this point in the history
  2. temporarily revert remove

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b52c9db View commit details
    Browse the repository at this point in the history
  3. arbitrary constructor

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3a0ca86 View commit details
    Browse the repository at this point in the history
  4. new generator

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    747e51d View commit details
    Browse the repository at this point in the history
  5. progress on tests

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    54e0d0a View commit details
    Browse the repository at this point in the history
  6. defined strategy

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    034e6e5 View commit details
    Browse the repository at this point in the history
  7. Added tests for append, prepend, update

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fa911c2 View commit details
    Browse the repository at this point in the history
  8. thoroughly test OrderedSet

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    51bca60 View commit details
    Browse the repository at this point in the history
  9. completed CoreDocument

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    762b4a7 View commit details
    Browse the repository at this point in the history
  10. fixed IotaDocument

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    73d53f4 View commit details
    Browse the repository at this point in the history
  11. removed unused error variant

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a55a156 View commit details
    Browse the repository at this point in the history
  12. Made safety considerations in IotaDocument more visible

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3e8633f View commit details
    Browse the repository at this point in the history
  13. fixed wasm

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    310f4bc View commit details
    Browse the repository at this point in the history
  14. Fixed clippy

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    714be4d View commit details
    Browse the repository at this point in the history
  15. fixed node unit tests

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fe182de View commit details
    Browse the repository at this point in the history
  16. updated tests

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4c8473b View commit details
    Browse the repository at this point in the history
  17. fix docs

    Oliver Anderson committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e0061fd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. use toJSON in tests

    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    46df343 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into fix/unique-method-ide…

    …ntifiers
    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ba48738 View commit details
    Browse the repository at this point in the history
  3. removed leftover TODO. Fixed clippy for tests

    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1451fb6 View commit details
    Browse the repository at this point in the history
  4. updated legacy code

    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    688bf59 View commit details
    Browse the repository at this point in the history
  5. adapted legacy code to compile

    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a605eca View commit details
    Browse the repository at this point in the history
  6. fixed typo in test documentation

    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d98661e View commit details
    Browse the repository at this point in the history
  7. fixed typo

    Oliver Anderson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    eef03d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge remote-tracking branch 'origin/main' into fix/unique-method-ide…

    …ntifiers
    Oliver Anderson committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6c66a4e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Update identity_did/src/document/core_document.rs

    Co-authored-by: Philipp Gackstatter <philipp.gackstatter@iota.org>
    Oliver E. Anderson and PhilippGackstatter committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    72e6e1e View commit details
    Browse the repository at this point in the history
  2. Update identity_did/src/error.rs

    Co-authored-by: Philipp Gackstatter <philipp.gackstatter@iota.org>
    Oliver E. Anderson and PhilippGackstatter committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    7463bff View commit details
    Browse the repository at this point in the history
  3. Update bindings/wasm/src/did/wasm_core_document.rs

    Co-authored-by: Philipp Gackstatter <philipp.gackstatter@iota.org>
    Oliver E. Anderson and PhilippGackstatter committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8d98b27 View commit details
    Browse the repository at this point in the history
  4. removed method_ref setters

    Oliver Anderson committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2120fd0 View commit details
    Browse the repository at this point in the history
  5. removed service_mut_unchecked from CoreDocument

    Oliver Anderson committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    535c88c View commit details
    Browse the repository at this point in the history
  6. Update identity_did/src/document/core_document.rs

    Co-authored-by: Philipp Gackstatter <philipp.gackstatter@iota.org>
    Oliver E. Anderson and PhilippGackstatter committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    75eb718 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix/unique-method-identifiers' of github.com:iotaledger…

    …/identity.rs into fix/unique-method-identifiers
    Oliver Anderson committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    808a57e View commit details
    Browse the repository at this point in the history
  8. removed verification_method_mut_unchecked

    Oliver Anderson committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    48479c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. corrected controller_mut

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    eb87e47 View commit details
    Browse the repository at this point in the history
  2. corrected also_known_as

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3cdf5de View commit details
    Browse the repository at this point in the history
  3. Updated the documentation for properties

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1e9d453 View commit details
    Browse the repository at this point in the history
  4. Fixed documentation for

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    30e3d9b View commit details
    Browse the repository at this point in the history
  5. Updated documentation for

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    28fc0f2 View commit details
    Browse the repository at this point in the history
  6. fixed documentation

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4cd3361 View commit details
    Browse the repository at this point in the history
  7. added test

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1cb8d41 View commit details
    Browse the repository at this point in the history
  8. fixed test

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8cf8988 View commit details
    Browse the repository at this point in the history
  9. refactored detach_method_relationship

    Oliver Anderson committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e11d108 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Revert "refactored detach_method_relationship"

    This reverts commit e11d108.
    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    665d497 View commit details
    Browse the repository at this point in the history
  2. Revert "fixed test"

    This reverts commit 8cf8988.
    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    eb979ee View commit details
    Browse the repository at this point in the history
  3. Revert "added test"

    This reverts commit 1cb8d41.
    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    804a6ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ac986 View commit details
    Browse the repository at this point in the history
  5. removed redundant check

    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    261bd0b View commit details
    Browse the repository at this point in the history
  6. remove from impls in error

    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1a40a5e View commit details
    Browse the repository at this point in the history
  7. fixed clippy

    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fb4f8d8 View commit details
    Browse the repository at this point in the history
  8. formatting

    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b58e373 View commit details
    Browse the repository at this point in the history
  9. fixed bindings

    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c3d4dcb View commit details
    Browse the repository at this point in the history
  10. fixed legacy code

    Oliver Anderson committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    dff6ad7 View commit details
    Browse the repository at this point in the history