-
Notifications
You must be signed in to change notification settings - Fork 4
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
Don't use member functions from keyring #75
Merged
Merged
Changes from 10 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
925479c
Rewrite listAuthors to not use keyring
Powersource 258cacd
Ignore pnpm lock
Powersource 8d5c6bf
Don't use keyring listAuthors to setup replication
Powersource 45bf22b
Remove tribes.registerAuthors
Powersource cb0cfd0
Stop depending on keyring.processAddMembers
Powersource d4db5ff
Lint
Powersource 12bf6be
Try to log more on invite test err
Powersource 5fc9434
Apply suggestions from code review
Powersource 7a440b4
Refactor away promise in replication setup
Powersource 2af905b
Remove commented code
Powersource 7300f77
try things to debug test
mixmix 1220936
reveal the ACTUAL culprit
mixmix 764200f
Replace use of keystore.author.groupKeys
Powersource 3563122
Filter for dupe msgs in getgrouptangle
Powersource ade51b3
Don't rebuild if we're the adder
Powersource ef11281
Use db1 in rebuild-manager tests
Powersource 2d7a2a5
Skip broken rebuild test
Powersource c3c2da0
Fix replicate test
Powersource 21d6334
Fix replicate better
Powersource 6dab626
Fix unbox test
Powersource 94627ea
Fix standard complaint
Powersource 1725ebc
Fix rebuild test
Powersource 3badae0
update CI to Node >=12
mixmix ca89f70
revert ?. optional-chaining, we must support Node 12 still
mixmix 5aa6532
seperate unbox test-vectors into different test
mixmix 851f45b
remove deprecated tests for "application"
mixmix 9315d07
upgrade [email protected]
mixmix 9549e77
try to upgrade npm before npm ci
mixmix c14eebb
npm i -g npm@9
mixmix 9b79ff4
revert lockfile to v2
mixmix 0f76509
Add comment about decrypt keys to try
Powersource 658aebd
Use sets for processedNewAuthors
Powersource 561047a
Use scuttle.group instead of ssb.tribes
Powersource 5fc9298
Fix invite test reattempts
Powersource c924fcd
Elaborate test persistence comment
Powersource 7bc0e62
Remove persistence comment moved to issue
Powersource a3331f8
Refactor processAuthors internal helper
Powersource 02a9383
Adapt closing test to windows
Powersource 4663c93
Remove a registerAuthors call
Powersource 7f7ff0d
Remove another registerAuthors call
Powersource f98159f
Keep unbox test async
Powersource ce18c44
CI: modify node versions run
mixmix f078721
disable unbox vector tests in Windows
mixmix e68b6de
dont use any test-pretty printing to see what happens in CI
mixmix 5a785af
re-instate tap-arc
mixmix 05ecf5c
get passing on windows
mixmix 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
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
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
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.
If we are reverting the membership persisting, then revert this
If we're not leave it deleted
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 think even when we add persistence back, i think it should be an internal thing not exposed to the user