Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

48 lines (35 loc) · 2.96 KB

Changelog

Unreleased

Features

  • (command) #25 Add Commonwealth link to submitted proposal.
  • (cli) #21 Select key to submit proposal.
  • (tests) #18 Add mocking for standard GET requests.
  • (prop) #17 Get summary of release notes using GPT-4.
  • (cli) #1 Prepare CLI command to submit proposal.

Improvements

  • (command) #45 Update testnet Mintscan link and allow non-rc versions.
  • (all) #44 Minor improvements and updated README.
  • (command) #40 Improve handling of Commonwealth info.
  • (block) #39 Round upgrade height to nearest 500.
  • (llm) #38 Enable using GPT-4o.
  • (prop) #23 Get keyring location from user input.
  • (prop) #22 Choose GPT model via CLI flag.
  • (crate) #16 Adjust package name to proposer.
  • (block) #15 Add error handling for blocks data.
  • (all) #13 Implement better error handling using thiserror.
  • (cli) #12 Use clap for CLI handling.
  • (tests) #11 Mock API responses for tests.

Bug Fixes

  • (command) #33 Use correct network denom for transaction fees.
  • (rpc) #32 Use port 443 on Lava RPC endpoints.

v0.1.0 - 2024-08-05

This section contains the legacy changelog from the original repo

Features

  • (prop) #5 Prepare proposal contents depending on input.
  • (cli) #3 Add basic CLI structure.

Improvements

  • (prop) #12 Add version and height links to proposal.
  • (github) #11 Use octocrab to access GitHub data.
  • (chain) #10 Estimate the upgrade height based on last 50.000 blocks.
  • (cli) #9 Add logic for selection and calculation of upgrade date and time.
  • (github) #4 Check if release already exists on GitHub.