perf(federation): 連合の署名をEd25519鍵に対応#16250
Open
tamaina wants to merge 175 commits intomisskey-dev:developfrom
Open
perf(federation): 連合の署名をEd25519鍵に対応#16250tamaina wants to merge 175 commits intomisskey-dev:developfrom
tamaina wants to merge 175 commits intomisskey-dev:developfrom
Conversation
Contributor
Author
|
conflict resolved |
Contributor
Backend Memory Usage Comparison
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#14278 のやり直し
Fix #14273
Fix of #13464
Resolve #11129
Fix #7506
What
additionalPublicKeysを追加InboxProcessorService.processで複数の公開鍵に対応するhttps://github.com/misskey-dev/node-http-message-signatures
(fetchInstanceMetadataが作動するように、環境変数名変更)
RFC 9421への対応はここでは行わない
publicKeyByUserIdCacheをリフレッシュするように(ユーザーごと)Why
Deliverやsigned Getの軽量化
Additional info (optional)
CHANGELOG
Feat: 連合に使うHTTP SignaturesがEd25519鍵に対応するように perf(federation): 連合の署名をEd25519鍵に対応 #16250
default.ymlでジョブキューの並列度を設定している場合は、concurrencyの値を下げるとパフォーマンスが改善する可能性があります。
Includes and depends on test(backend): e2e/timelines.ts: 非FTT時のテストを追加, 凍結のテストを追加, これにかかる幾つかのバグ修正 #16284
Includes and depends on enhance: ユーザーを解凍(凍結解除)した際にフォロー関係が元に戻るようにする #16279
Includes and depends on enhance(ap): ApDeliverManagerService: テストを追加、addAllKnowingSharedInbox Recipeを追加 #16297
Includes and depends on enhance(ap): 凍結をリモートに配信する際、Delete PersonではなくUpdate Personとして表現するように #16268
diff https://github.com/tamaina/misskey/compare/remote-suspend..re2-ed25519
Checklist