Skip to content

Latest commit

 

History

History
250 lines (145 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

250 lines (145 loc) · 5.63 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.46] - 2024-03-04

Miscellaneous Tasks

  • Update default prover url (#158)

[0.1.45] - 2024-02-17

Bug Fixes

  • Openssl issue with builds on linux (#144)

[0.1.44] - 2024-02-10

Refactor

  • Remove utils.rs (#138)

[0.1.43] - 2024-02-10

Miscellaneous Tasks

  • Update cargo-dist and retry build (#135)

[0.1.42] - 2024-02-08

Miscellaneous Tasks

  • Update docker log command (#131)

[0.1.41] - 2024-02-07

Miscellaneous Tasks

  • Fix log formatting (#127)

[0.1.40] - 2024-02-07

Bug Fixes

  • Private type ConfigSubcommands in public interface (#125)

[0.1.39] - 2024-02-02

Features

  • Implement update checker (#117)

[0.1.38] - 2024-01-31

Refactor

  • Move command functions into commands module
  • Config proposer command
  • Use more dialoguer

[0.1.37] - 2024-01-31

Miscellaneous Tasks

  • Try alpha release versioning (#105)
  • Fix release process (#109)

Refactor

  • Use more dialoguer (#107)
  • Use more dialoguer (#108)

[0.1.36] - 2024-01-30

Bug Fixes

  • Add private key config for proposer, and ability to update (#103)

[0.1.35] - 2024-01-30

Bug Fixes

  • Validate endpoints on startup (#100)

Features

  • Add restart prompt after upgrade (#102)

[0.1.34] - 2024-01-30

Bug Fixes

  • Improve status to check for full sync

Features

  • Extend logs with proposer, and add stats command
  • Add dashboard command

[0.1.33] - 2024-01-30

Features

  • Implement proposer config (#90)

[0.1.32] - 2024-01-28

Features

  • Add restart command (#86)

[0.1.31] - 2024-01-28

Features

  • Add env_manager (#83)
  • Implement sync status (#79)

[0.1.30] - 2024-01-27

Features

  • Add archive node validation, improve logs tail, config codecov (#76)

[0.1.29] - 2024-01-26

Features

  • Add l1 endpoint validation in stn config (#67)

[0.1.28] - 2024-01-25

Documentation

  • Improve documentation (#63)

[0.1.27] - 2024-01-24

Documentation

  • Improve documentation (#59)

[0.1.26] - 2024-01-24

Bug Fixes

  • Handle more docker bugs (#57)

[0.1.25] - 2024-01-24

Features

  • Improve error handling and add remove command (#53)
  • Add clippy (#55)

[0.1.24] - 2024-01-24

Bug Fixes

  • Changelog (#49)

[0.1.23] - 2024-01-24

Bug Fixes

  • Add check for installation before status, fix some logging (#46)

[0.1.22] - 2024-01-24

Miscellaneous Tasks

  • Remove old changelog (#42)

[0.1.21] - 2024-01-23

Refactor

  • Separate logic into crates (#30)

[0.1.20] - 2024-01-22

Features

  • Add powershell, linux-musl target, and simplify install (#20)

[0.1.19] - 2024-01-22

Bug Fixes

  • Ignore release.yml from dependabot (#18)

Features

  • Add dependabot.yml (#14)
  • Implement logs (#19)

[0.1.18] - 2024-01-22

Features

  • Implement install, config, and update readme (#9)

[0.1.17] - 2024-01-22

Features

  • Implement up, down, terminate, and update readme (#3)

[0.1.16] - 2024-01-22

Bug Fixes

  • Typo

Features

  • Init the stn cli tool