Skip to content

Updated changelog with API changes in #286#748

Merged
sergio-mena merged 5 commits intov0.38.xfrom
sergio/747-changelog-node-methods
May 1, 2023
Merged

Updated changelog with API changes in #286#748
sergio-mena merged 5 commits intov0.38.xfrom
sergio/747-changelog-node-methods

Conversation

@sergio-mena
Copy link
Collaborator

Closes #747

Documents all the public methods removed from Node and modified in Switch, as part of #286.


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

@sergio-mena sergio-mena requested a review from a team as a code owner April 24, 2023 10:50
@sergio-mena sergio-mena self-assigned this Apr 24, 2023
@sergio-mena sergio-mena added documentation Improvements or additions to documentation backport-to-v0.38.x Tell Mergify to backport the PR to v0.38.x labels Apr 24, 2023
@sergio-mena
Copy link
Collaborator Author

Changing the base branch to v0.38.x. Since this change was backported, its changelog should refer to the first version where it appears

@sergio-mena sergio-mena changed the base branch from main to v0.38.x April 25, 2023 09:49
@sergio-mena sergio-mena requested a review from a team as a code owner April 25, 2023 09:49
@sergio-mena sergio-mena force-pushed the sergio/747-changelog-node-methods branch from 7773dae to 167f7a5 Compare April 25, 2023 09:51
@sergio-mena sergio-mena removed the backport-to-v0.38.x Tell Mergify to backport the PR to v0.38.x label Apr 25, 2023
Co-authored-by: Daniel <daniel.cason@informal.systems>
Copy link
Contributor

@thanethomson thanethomson left a comment

Choose a reason for hiding this comment

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

You'd still need to run unclog build > CHANGELOG.md to propagate these changes to the changelog, otherwise they won't be immediately visible to alpha release users.

@sergio-mena
Copy link
Collaborator Author

You'd still need to run unclog build > CHANGELOG.md to propagate these changes to the changelog, otherwise they won't be immediately visible to alpha release users.

Just pushed the result. There are some further changes, but I'm assuming those are some previous backports where we didn't run unclog.

@sergio-mena sergio-mena merged commit 7a253f1 into v0.38.x May 1, 2023
@sergio-mena sergio-mena deleted the sergio/747-changelog-node-methods branch May 1, 2023 17:33
thanethomson added a commit that referenced this pull request Jul 14, 2023
This reverts commit 7a253f1.

Signed-off-by: Thane Thomson <connect@thanethomson.com>
thanethomson added a commit that referenced this pull request Jul 14, 2023
)

* node: Revert removal of public reactor accessors (#1120)

* Revert "Remove unused code (#286)"

This reverts commit a2d9915.

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* node: Remove access to consensus state

Consensus state should only ever be accessible via the consensus
reactor.

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Add changelog entry

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Fix mistake in changelog entry

Signed-off-by: Thane Thomson <connect@thanethomson.com>

---------

Signed-off-by: Thane Thomson <connect@thanethomson.com>
(cherry picked from commit 577cbcb)

* Revert "Updated changelog with API changes in #286 (#748)"

This reverts commit 7a253f1.

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Rebuild changelog with unreleased entries

Signed-off-by: Thane Thomson <connect@thanethomson.com>

---------

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

removed methods from the exported Node type

4 participants