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

fixes 1611: adds page for boilerplate config and clarifies profiles #1644

Merged
merged 52 commits into from
Jul 31, 2024

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    77f96f3 View commit details
    Browse the repository at this point in the history
  2. proofs 1611

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    476218f View commit details
    Browse the repository at this point in the history
  3. proofs 1611: instruction to caps vars

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8b033af View commit details
    Browse the repository at this point in the history
  4. Update sync and storage

    Add sync and storage
    
    Signed-off-by: Joan E <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    joaniefromtheblock authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4c95cce View commit details
    Browse the repository at this point in the history
  5. update to include storage

    Signed-off-by: Joan E <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    joaniefromtheblock authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f1bf5ae View commit details
    Browse the repository at this point in the history
  6. add links

    Signed-off-by: Joan E <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    joaniefromtheblock authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    416fa9d View commit details
    Browse the repository at this point in the history
  7. adding in some details re the peering process (hyperledger#1643)

    * adding in some details re the peering process
    
    Signed-off-by: Joshua Fernandes <[email protected]>
    
    * edit p2p discovery process and tutorials
    
    Signed-off-by: Alexandra Tran <[email protected]>
    
    * Update docs/public-networks/how-to/connect/manage-peers.md
    
    Signed-off-by: Alexandra Carrillo <[email protected]>
    
    ---------
    
    Signed-off-by: Joshua Fernandes <[email protected]>
    Signed-off-by: Alexandra Tran <[email protected]>
    Signed-off-by: Alexandra Carrillo <[email protected]>
    Co-authored-by: Alexandra Tran <[email protected]>
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    3 people authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ba8df59 View commit details
    Browse the repository at this point in the history
  8. remove note

    Signed-off-by: Joan E <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    joaniefromtheblock authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c41878c View commit details
    Browse the repository at this point in the history
  9. Update docs/public-networks/how-to/use-configuration-file/defaults.md

    proof
    
    Co-authored-by: Simon Dudley <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and siladu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    eefab23 View commit details
    Browse the repository at this point in the history
  10. improves GH links

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3aed2c0 View commit details
    Browse the repository at this point in the history
  11. Update docs/public-networks/how-to/use-configuration-file/defaults.md

    proof
    
    Co-authored-by: Simon Dudley <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and siladu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bfbacdc View commit details
    Browse the repository at this point in the history
  12. 6612: Remove remaining references to X_SNAP and X_CHECKPOINT from unv… (

    hyperledger#1651)
    
    * 6612: Remove remaining references to X_SNAP and X_CHECKPOINT from unversioned docs
    
    Signed-off-by: Matilda Clerke <[email protected]>
    
    * Update docs/public-networks/how-to/bonsai-limit-trie-logs.md
    
    Co-authored-by: Sally MacFarlane <[email protected]>
    Signed-off-by: Joan E <[email protected]>
    
    ---------
    
    Signed-off-by: Matilda Clerke <[email protected]>
    Signed-off-by: Joan E <[email protected]>
    Co-authored-by: Joan E <[email protected]>
    Co-authored-by: Sally MacFarlane <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    3 people authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    27e94a2 View commit details
    Browse the repository at this point in the history
  13. Add Lukso to command line table (hyperledger#1647)

    * Add Lukso to command line table
    
    Signed-off-by: Joan E <[email protected]>
    
    * Add links to table to help users access aux docs
    
    Signed-off-by: Joan E <[email protected]>
    
    ---------
    
    Signed-off-by: Joan E <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    joaniefromtheblock authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1ee5ac6 View commit details
    Browse the repository at this point in the history
  14. Version update automation (hyperledger#1654)

    Deleted the workflow added incorrectly to the .github folder. Added new workflow file to perform the version update steps when a new release is created
    
    Signed-off-by: Chaminda Divitotawela <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    cdivitotawela authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5d2e7ec View commit details
    Browse the repository at this point in the history
  15. Allow version update with workflow dispatch (hyperledger#1655)

    * Allow version update with workflow dispatch
    
    Was looking to trigger the version update workflow by re-creating the release 24.7.0. However when a release it re-created from the same commit which has been created a release, it does not seems to trigger the even type released. Added workflow_dispatch also to the same workflow so that users can manually trigger the version update if necessary.
    
    Signed-off-by: Chaminda Divitotawela <[email protected]>
    
    * Actionlint fixes
    
    Signed-off-by: Chaminda Divitotawela <[email protected]>
    
    ---------
    
    Signed-off-by: Chaminda Divitotawela <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    cdivitotawela authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bc57d8d View commit details
    Browse the repository at this point in the history
  16. Update version 24.7.0 (hyperledger#1657)

    Signed-off-by: Besu Bot <[email protected]>
    Co-authored-by: Besu Bot <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    2 people authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    14217e1 View commit details
    Browse the repository at this point in the history
  17. Update table to include SNAP (hyperledger#1658)

    * Update table to include SNAP
    
    Signed-off-by: Joan E <[email protected]>
    
    * Update docs/public-networks/reference/cli/options.md
    
    Co-authored-by: Sally MacFarlane <[email protected]>
    Signed-off-by: Joan E <[email protected]>
    
    ---------
    
    Signed-off-by: Joan E <[email protected]>
    Co-authored-by: Sally MacFarlane <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    2 people authored and m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    589beb1 View commit details
    Browse the repository at this point in the history
  18. adds default sync

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    faa8951 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'main' into 1611-profile-boilerplates

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    557fa53 View commit details
    Browse the repository at this point in the history
  20. fixes: copy/pasta

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c6e1285 View commit details
    Browse the repository at this point in the history
  21. adds defaults to sidebar

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    170b2ed View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    aa5b02f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. update relative link

    Signed-off-by: Joan E <[email protected]>
    joaniefromtheblock authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6edad86 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    61afa73 View commit details
    Browse the repository at this point in the history
  2. renames index to accomodate defaults also and updates links/adds redi…

    …rects
    
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    192b9b5 View commit details
    Browse the repository at this point in the history
  3. renames index to accomodate defaults also and updates links/adds redi…

    …rects
    
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    42efe3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecf4278 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb8eb9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0630c7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a37ab4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1510a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. temp fix for redirect

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d6bbb35 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Simon Dudley <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and siladu authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1b6e25b View commit details
    Browse the repository at this point in the history
  2. Update profile.md

    adds tags to new page
    
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    569fc4d View commit details
    Browse the repository at this point in the history
  3. check link

    Signed-off-by: Joan E <[email protected]>
    joaniefromtheblock authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9aab17e View commit details
    Browse the repository at this point in the history
  4. add back link

    Signed-off-by: Joan E <[email protected]>
    joaniefromtheblock authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3cb7808 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Joan E <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and joaniefromtheblock authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d8662af View commit details
    Browse the repository at this point in the history
  2. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    19638a5 View commit details
    Browse the repository at this point in the history
  3. Update docs/public-networks/how-to/configure-besu/index.md

    reframing
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    864d758 View commit details
    Browse the repository at this point in the history
  4. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4dadbcf View commit details
    Browse the repository at this point in the history
  5. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    657e22b View commit details
    Browse the repository at this point in the history
  6. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    28ed61d View commit details
    Browse the repository at this point in the history
  7. Update docs/public-networks/how-to/configure-besu/profile.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9681349 View commit details
    Browse the repository at this point in the history
  8. Update docs/public-networks/how-to/configure-besu/profile.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    70c193a View commit details
    Browse the repository at this point in the history
  9. Update docs/public-networks/how-to/configure-besu/profile.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    09910f4 View commit details
    Browse the repository at this point in the history
  10. Update docs/public-networks/how-to/configure-besu/profile.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    de5d67d View commit details
    Browse the repository at this point in the history
  11. Update docs/public-networks/how-to/configure-besu/profile.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bfa3ab9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ada01f0 View commit details
    Browse the repository at this point in the history
  13. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2a786db View commit details
    Browse the repository at this point in the history
  14. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8feb966 View commit details
    Browse the repository at this point in the history
  15. Update docs/public-networks/how-to/configure-besu/index.md

    proof
    
    Co-authored-by: Alexandra Carrillo <[email protected]>
    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny and alexandratran authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    465ed35 View commit details
    Browse the repository at this point in the history
  16. aligns index with additional function custom profiles

    Signed-off-by: m4sterbunny <[email protected]>
    m4sterbunny committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f1cf95a View commit details
    Browse the repository at this point in the history