matrix-org / matrix-org/complement-crypto
Add target for matrix-bot-sdk
まだ誰も着手していません。
- 主要言語
- Go
- スター
- 18
- フォーク
- 12
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 6
説明
We have an entire ecosystem relying on https://github.com/turt2live/matrix-bot-sdk for cryptography for bots and appservices. It does [NOT](https://github.com/turt2live/matrix-bot-sdk/blob/main/package.json#L55) use JS SDK, instead relying purely on the rust SDK crypto wrapper https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs
This wrapper is [horribly out-of-date](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/blob/main/Cargo.toml#L27) relying on a commit from nearly 1 year ago. As a result, we lack confidence it doesn't have bugs which can cause UTDs. We should add a new `b` target which will run the bot-sdk, similar to how we have `j` for js-sdk and `r` for rust SDK FFI.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず既存の `j` および `r` ターゲットを調べて、SDK ターゲットがどのように定義されているかを理解します。次に matrix-bot-sdk の `package.json` と暗号ラッパーの `Cargo.toml` を確認します。新しい `b` ターゲットが既存のターゲットと同様にボット SDK を実行すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go, javascript, rust
- 領域
- build-system, testing-qa
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100