-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
update release naming #442
Conversation
@@ -1,4 +1,4 @@ | |||
name: "Release Relayer" | |||
name: "(WARNING: ALPHA SOFTWARE)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be prefixed with the title of the repo Relayer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it could, but this is appended to the version I do, so currently it'd be:
v0.8.2 - (WARNING: ALPHA SOFTWARE)
and this is released on this repo so the repo name feels redundant
) * bump sdk version to v0.41.3 (#430) * bump sdk version * bump SDK to v0.41.3 * inital work for refactoring state based relaying * Modify relayPacketFromSequence * update tendermint client to not prune light blocks (#437) * Address comments and fix lint issues * Fix lint issues * Remove onRtyErr (lint issue) * typo fix (#438) * disable tm pruning (#441) * update release naming (#442) * Implement swagger docs and fix path validation (#434) * Add swagger setup * Add some routes docs and swagger ui * Add few more route docs * Add swagger docs for remaining routes * Fix golint issues * Fix unused lint issues * check chain-id in AddChain * add a light client database lock (#447) Add a lock to prevent multiple processes from attempting to access the light client database at the same time. This typically resulted in unnecessary errors or even panics * Close database connection even if second error triggers (#449) Co-authored-by: Mark <[email protected]> * address comments Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Afanti <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: Mark | Microtick <[email protected]> Co-authored-by: Mark <[email protected]>
* refactor connection handshake update messages * refactor channel update msg handling * fix chain id for timeout * fix build * refactor state based relaying (fixes update client bug on retries) (#435) * bump sdk version to v0.41.3 (#430) * bump sdk version * bump SDK to v0.41.3 * inital work for refactoring state based relaying * Modify relayPacketFromSequence * update tendermint client to not prune light blocks (#437) * Address comments and fix lint issues * Fix lint issues * Remove onRtyErr (lint issue) * typo fix (#438) * disable tm pruning (#441) * update release naming (#442) * Implement swagger docs and fix path validation (#434) * Add swagger setup * Add some routes docs and swagger ui * Add few more route docs * Add swagger docs for remaining routes * Fix golint issues * Fix unused lint issues * check chain-id in AddChain * add a light client database lock (#447) Add a lock to prevent multiple processes from attempting to access the light client database at the same time. This typically resulted in unnecessary errors or even panics * Close database connection even if second error triggers (#449) Co-authored-by: Mark <[email protected]> * address comments Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Afanti <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: Mark | Microtick <[email protected]> Co-authored-by: Mark <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Afanti <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: Mark | Microtick <[email protected]> Co-authored-by: Mark <[email protected]>
No description provided.