Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
## Support my work
Click [Sponsor button](https://github.com/sponsors/webbananaunite) to support my open-source project on GitHub.

## 20260524JST
Transaction signature payload has been corrected.
Verification process for block rewards and new issuance has been corrected.
Fixed claim object restoration issue.
Chain selection method has been modified to use cumulative workload.
Balance verification method has been corrected.

## 20260522JST
Have fixed nonce generation process in Proof-of-Work.

## Applied UnConnect Exception and Heart Beat 20250909JST
Added as for Exception As Can NOT Connect to Nodes.
Added Checking Node Heart Beat.
Expand Down
10 changes: 10 additions & 0 deletions READMEjp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
## Support my work
[Sponserボタン](https://github.com/sponsors/webbananaunite) をクリックして、GitHubで私のオープンソースプロジェクトを応援してください。

## 20260524JST
トランザクション署名ペイロードを修正しました。
ブロック報酬・新規発行の検証を修正しました。
ClaimObject復元を修正しました。
チェーン選択方法を累積作業量に修正しました。
残高検証方法を修正しました。

## 20260522JST
PoWでnonce生成プロセスを修正しました。

## Applied UnConnect Exception and Heart Beat 20250909JST
Connectできない場合の例外に対応しました。
Heart Beatに対応しました。
Expand Down