Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Implement Blind Transfers

オープン
#77 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
15/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python
領域
blockchain

調査の方向性

issue の内訳にある未チェックの項目から始め、関連付けられた secp256k1prp、graphene_pr65、fee_calc の作業を確認してください。issue にはリポジトリのファイルやテストが記載されていないため、先に Storage、GrapheneObject、fee-calculation の関連するエントリーポイントを特定してください。残りのチェックリスト項目が実装され、blind transfers がエンドツーエンドで機能すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

After shedding some tears, I've managed to get blind transfers working. Sadly, the whole affair is not a matter of a simple/single pull-request. (Although if you think otherwise, please take a look here)

Here's the breakdown:

  • PrivateKey class needs a few new crypto methods. graphene_pr64
  • PublicKey class needs a few new crypto methods (secp256k1 dependency there). graphene_pr66
  • Pedersen/Rangeproof commitments must be implemented. I've wrapped libsecp256k1-zkp from bitshares-core to do this. secp256k1prp (Ideally, a pure-python implementation is required)
  • Storage class must be expanded to keep the receipts/balances.
  • Few GrapheneObjects must be read from wire bytestream back into memory. graphene_pr65
  • Local fee calculator must be added. fee_calc
主要言語
Python
スター
162
フォーク
164
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

bitshares/python-bitshares のほかの issue

bitshares/python-bitshares の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。