This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
[v2.0] Move psk store to user #237
Merged
Merged
Changes from 7 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d7011c8
Move psk_store, remove Identifier::Psk
DyrellC 786d775
Merge branch 'v2.0-dev' of https://github.com/iotaledger/streams into…
DyrellC a573d43
fmt/clippy/test
DyrellC 4770349
review changes
DyrellC 7fef8c5
Remove unused masks in permissions
DyrellC aaf44c5
Update new
DyrellC ab7e79e
Add psks to debug for user
DyrellC de371c4
Fix unused warning for `#[cfg_attr(test, macro_use)]` in `spongos/src…
919a6a9
Second Round review
DyrellC 12304c5
Merge branch 'v2.0/move-psk-store' of https://github.com/DyrellC/stre…
DyrellC 6ad3f24
remove if key.is_none()
DyrellC 1761123
update user builder default transport function
DyrellC a6f9914
fmt
DyrellC f17931e
skip decrypting key in keyload if present
DyrellC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is fine now since were doing a large rewrite, but we should keep in mind in the future, that we should not change these numbers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed