Skip to content

0.3.2

Latest

Choose a tag to compare

@btbf btbf released this 10 Jan 09:26
4066911

What's Changed

  • When switching sessions, change to refresh on one screen
  • Display the next epoch schedule
  • Block production status display based on the schedule
  • Support for JSON format output
    When --output-json is set (instead of --watch), mblog prints the schedule as JSON to stdout (date respects --tz) and exits.

Examples:

# Current epoch schedule as JSON (date respects --tz)
mblog block --keystore-path /path/to/keystore --tz UTC --output-json --current

# Next epoch schedule as JSON (date respects --tz)
mblog block --keystore-path /path/to/keystore --tz UTC --output-json --next

変更点

  • セッション切り替え時に、1画面更新に変更
  • 次のエポックスケジュールを表示
  • スケジュールに基づくブロック生産状況表示
  • JSON形式出力のサポート
    --watch ではなく --output-json を設定すると、mblog はスケジュールを JSON 形式で標準出力に表示し(日付は --tz を尊重)、終了します。