Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8 Major release checklist: Updated Changelog.md #1515

Merged
merged 6 commits into from
May 18, 2022

Conversation

stackman27
Copy link
Contributor

@stackman27 stackman27 commented May 16, 2022

Closes: #1494 [changelog]

What is the purpose of the change

  • Updates Changelog.md. Doing this for the first time, so i might've missed some PRs 😅. Happy to update as per request

Brief Changelog

  • updated changelog

Testing and Verifying

n/a

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? no
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

@stackman27 stackman27 requested a review from a team May 16, 2022 19:05
@stackman27 stackman27 changed the title added basic changes v8 Major release checklist: Updated Changelog.md May 16, 2022
go.mod Outdated Show resolved Hide resolved
CHANGELOG.md Outdated
Comment on lines 62 to 65
* [#1481] Emergency upgrade as of prop [226] (https://www.mintscan.io/osmosis/proposals/226)
* [#1435] `x/tokenfactory` create denom fee for spam resistance
* [#1429] solver for multi-asset CFMM
* [#1253] Add lockup duration edit method
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the numbers link to the PRs similar to earlier releases

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually made a script for this at some point in the SDK, just it never fit in the natural dev flow. I wonder if theres a good way to fit it back in

CHANGELOG.md Outdated
### Minor improvements & Bug Fixes
* [#1233] Move messageServer logic for LockTokens into keeper method
* [#1440] fix(proto/tokenfactory): fix annotation
* [#1307] refactor: JoinSwapShareAmountOut
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this went into v8

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many other PRs I see here did not go into v8

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a list of PRs that goes into v8? i was mostly going off of new merges here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you 'git checkout v8.0.0', you will be on that release's tag. Then, 'git log' would give you the commit history.

Also, our branch for v8 releases is called v8.x. You can switch to it on GitHub to check out the history as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotchu. Thank you!

@ValarDragon
Copy link
Member

Thank you so much for making this!

Can you just take all the changes in the changelog, aside from

* {Across many PRs} Initiate emergency upgrade 
* [#1481] Emergency upgrade as of prop [226] (https://www.mintscan.io/osmosis/proposals/226) 

and move those to the unreleased section above v8.0.0? (Sorry its pretty confusing! But that in large part is why we need the changelog update)

@codecov-commenter
Copy link

Codecov Report

Merging #1515 (ecbd99d) into main (433816b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1515   +/-   ##
=======================================
  Coverage   19.57%   19.57%           
=======================================
  Files         236      236           
  Lines       31639    31639           
=======================================
  Hits         6194     6194           
  Misses      24310    24310           
  Partials     1135     1135           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 433816b...ecbd99d. Read the comment docs.

.mergify.yml Outdated Show resolved Hide resolved
CHANGELOG.md Outdated
* [#840] Move lock.go functions into iterator.go, lock_refs.go and store.go
* [#916] And a fn for Unbond and Burn tokens
* [#908] Superfluid slashing code
* [#904] LockAndSuperfluidDelegate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of the features except * [#1262](https://github.com/osmosis-labs/osmosis/pull/1262) Add a forceprune command to the binaries, that prunes golevelDB data better., and minor improvements should go above. Then this looks good to merge to me!

Copy link
Contributor Author

@stackman27 stackman27 May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved * [#1262](https://github.com/osmosis-labs/osmosis/pull/1262) Add a forceprune command to the binaries, that prunes golevelDB data better. and minor improvements under features!

@stackman27 stackman27 force-pushed the changelog-v8-updates branch from 05a29a6 to ec4fcd8 Compare May 18, 2022 15:32
CHANGELOG.md Outdated Show resolved Hide resolved
@stackman27
Copy link
Contributor Author

stackman27 commented May 18, 2022

Sorry about that @ValarDragon. I got a little confused. Is there a way to check which PRs are bug fixes vs improvements without going through them individually?

@ValarDragon
Copy link
Member

Not realy, but the PR LGTM right now!

@ValarDragon ValarDragon merged commit b444708 into osmosis-labs:main May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Major release checklist
5 participants