casper-network / casper-network/casper-java-sdk
Ensure compatibility with Casper Type V3.0 changes
- 主要言語
- Java
- スター
- 10
- フォーク
- 25
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
See: https://docs.google.com/document/d/1M5uux_Ry4HzaD46DL9q1vd-M_QSqpMrcxTjHh3NgfxU/edit
### Casper Types v3.0.0 changes.
#### Added
Add new bytesrepr::Error::NotRepresentable error variant that represents values that are not representable by the serialization format.
Add new Key::Unbond key variant under which the new unbonding information (to support redelegation) is written.
Add new Key::ChainspecRegistry key variant under which the ChainspecRegistry is written.
Add new Key::ChecksumRegistry key variant under which a registry of checksums for a given block is written. There are two checksums in the registry, one for the execution results and the other for the approvals of all deploys in the block.
Add new StoredValue::Unbonding variant to support redelegating.
Add a new type WithdrawPurses which is meant to represent UnbondingPurses as they exist in current live networks.
#### Changed
Extend UnbondingPurse to take a new field new_validator which represents the validator to whom tokens will be re-delegated.
Increase DICTIONARY_ITEM_KEY_MAX_LENGTH to 128.
Change prefix of formatted string representation of ContractPackageHash from "contract-package-wasm" to "contract-package-". Parsing from the old format is still supported.
Apply #[non_exhaustive] to error enums.
Change Debug output of DeployHash to hex-encoded string rather than a list of integers.
#### Fixed
Fix some integer casts, where failure is now detected and reported via new error variant NotRepresentable.
コントリビューションガイド
調査の方向性
リンクされた Casper Types v3.0.0 ドキュメントから始め、Added、Changed、Fixed の各項目を Java SDK に対応する型とシリアライゼーションまたはエラーハンドリングに対応付けます。列挙された互換性の変更がすべてサポートされ、検証されて初めて Issue は完了です。payload にはソースファイルもテストも記載されていないため、リポジトリの調査が必要です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100