HelloZeroNet / HelloZeroNet/ZeroNet
[ Question ] About Master Seed insertion in Python Code File.
- 主要言語
- JavaScript
- スター
- 18.8k
- フォーク
- 2.3k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I recently exploring zeronet code to port to another language, but i found code in
func src/main.py>Actions.main()
https://github.com/HelloZeroNet/ZeroNet/blob/454c0b2e7e000fda7000cba49027541fbf327b96/src/main.py#L138
```
# Default action: Start serving UiServer and FileServer
def main(self):
from User import User
user = User(master_seed='MY_MASTER_SEED_HERE')
print(user)
...
```
is this file modified to include master seed, is there any specific reason to do so ?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start at src/main.py in Actions.main() and inspect the surrounding code and the User implementation at the referenced commit. Determine whether the master-seed value is an intentional placeholder and document its purpose or clarify the report; done means the behavior and reason are explained with appropriate context.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- security
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100