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

docs:Building_a_network_skeleton.md cleanups #12079

Merged
merged 9 commits into from
Jun 17, 2024

Conversation

BigLep
Copy link
Member

@BigLep BigLep commented Jun 10, 2024

Proposed Changes

Making some updates/changes while reading through Building_a_network_skeleton.md

Additional Info

Go-State-Types Checklist updates

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

Copy link

github-actions bot commented Jun 10, 2024

All checks have passed

@BigLep BigLep self-assigned this Jun 14, 2024
@BigLep BigLep changed the title (WIP) docs:Building_a_network_skeleton.md cleanups docs:Building_a_network_skeleton.md cleanups Jun 14, 2024
@BigLep BigLep marked this pull request as ready for review June 14, 2024 21:52
@BigLep BigLep requested a review from rjan90 June 14, 2024 21:52
@rjan90 rjan90 force-pushed the biglep/202406-network-skeleton-docs-update branch from e97641c to 35b0155 Compare June 15, 2024 10:04
Copy link
Contributor

@rjan90 rjan90 left a comment

Choose a reason for hiding this comment

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

I rebased the PR on master to include only the actual diff in this PR, excluding all other merge commits. Hope that's okay!

The changes looks good to me, and I like the simplification in the step where you need to change all references from vX to v(X+1) in Go-State-Types! Merge at will.

@BigLep
Copy link
Member Author

BigLep commented Jun 17, 2024

I rebased the PR on master to include only the actual diff in this PR, excluding all other merge commits. Hope that's okay!

Doh - yes - thanks for fixing. My bad. I should have caught that. My git foo is rusty. I was trying to do this in VS Code. I'll sync up with you offline in the way you do this so I don't repeat that mistake. Thanks again for the help.

@BigLep BigLep merged commit b73d4e0 into master Jun 17, 2024
77 checks passed
@BigLep BigLep deleted the biglep/202406-network-skeleton-docs-update branch June 17, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants