Skip to content

A helper to create upgrade guides for evmOS-based blockchains.

Notifications You must be signed in to change notification settings

MalteHerrmann/upgrade-guide-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade Guide Helper

This tool scans the Git repository of an evmOS-based blockchain for changes between two versions, that affect the required upgrade logic.

Usage

To compare two Git tags in the evmOS repository and produce a summary using one of the available models, run:

pip3 install requirements.txt
python3 main.py FROM_VERSION TO_VERSION [FLAGS]

An example, that is specifying gpt-4o to be used for the comparison of v17.0.0 and v18.0.0, would be:

python3 main.py v17.0.0 v18.0.0 -m gpt-4o

This will write the summary into a Markdown file within the summaries/ subdirectory.

About

A helper to create upgrade guides for evmOS-based blockchains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published