Skip to content

Commit

Permalink
update info with new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jan 18, 2025
1 parent 269136a commit 6ef077d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 46 deletions.
43 changes: 1 addition & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,6 @@

## Unreleased

### Features

- (command) [#25](https://github.com/evmos/proposer/pull/25) Add Commonwealth link to submitted proposal.
- (cli) [#21](https://github.com/evmos/proposer/pull/21) Select key to submit proposal.
- (tests) [#18](https://github.com/evmos/proposer/pull/18) Add mocking for standard `GET` requests.
- (prop) [#17](https://github.com/evmos/proposer/pull/17) Get summary of release notes using GPT-4.
- (cli) [#1](https://github.com/evmos/proposer/pull/1) Prepare CLI command to submit proposal.

### Improvements

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

### Bug Fixes

- (command) [#33](https://github.com/evmos/proposer/pull/33) Use correct network denom for transaction fees.
- (rpc) [#32](https://github.com/evmos/proposer/pull/32) Use port 443 on Lava RPC endpoints.

## [v0.1.0](https://github.com/evmos/proposer/releases/tag/v0.1.0) - 2024-08-05

This section contains the legacy changelog from the [original repo](https://github.com/MalteHerrmann/upgrade-helper)

### Features

- (prop) [#5](https://github.com/MalteHerrmann/upgrade-helper/pull/5) Prepare proposal contents depending on input.
- (cli) [#3](https://github.com/MalteHerrmann/upgrade-helper/pull/3) Add basic CLI structure.

### Improvements

- (prop) [#12](https://github.com/MalteHerrmann/upgrade-helper/pull/12) Add version and height links to proposal.
- (github) [#11](https://github.com/MalteHerrmann/upgrade-helper/pull/11) Use octocrab to access GitHub data.
- (chain) [#10](https://github.com/MalteHerrmann/upgrade-helper/pull/10) Estimate the upgrade height based on last 50.000 blocks.
- (cli) [#9](https://github.com/MalteHerrmann/upgrade-helper/pull/9) Add logic for selection and calculation of upgrade date and time.
- (github) [#4](https://github.com/MalteHerrmann/upgrade-helper/pull/4) Check if release already exists on GitHub.
- (all) [#1](https://github.com/malteherrmann/proposer/pull/1) Minor improvements.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Options:

- **OpenAI API Key**

The tool is using OpenAI's LLMs to generate a summary of the changes in the release(s).
The tool is using OpenAI's LLMs to generate a summary of the changes in the release(s).
To use this feature, ensure that you run the binary in an environment where `OPENAI_API_KEY` is set.

- **Configured `.evmosd` Home**
Expand All @@ -59,7 +59,7 @@ Options:
the tool is checking `$HOME/.evmosd` for the configured keyring.
This keyring is then used to get the list of available keys.
It is checked, which of those keys hold a balance on the selected network (mainnet/testnet)
and lets the user select the one to execute the command with if there are multiple.
and lets the user select the one to execute the command with if there are multiple.
To use this feature, ensure that you have your `$HOME/.evmosd` configuration set
so that the configured keyring holds your mainnet or testnet keys.

Expand All @@ -69,7 +69,7 @@ The tool can be built or installed locally using Rust's `cargo` utility.
Clone the desired version of the repository locally:

```
git clone https://github.com/evmos/proposer.git --depth latest
git clone https://github.com/MalteHerrmann/proposer.git --depth latest
cd proposer
```

Expand All @@ -84,4 +84,4 @@ run the build command which creates the binary inside of the `target` directory:

```
make build
```
```

0 comments on commit 6ef077d

Please sign in to comment.