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

Spec migration #796

Merged
merged 23 commits into from
Mar 16, 2023
Merged

Spec migration #796

merged 23 commits into from
Mar 16, 2023

Commits on Sep 27, 2022

  1. Initial specs migration. (#793)

    Fixes #792
    
    An initial migration of the existing specs as of
    [`e59efd63a2165866584833e91e1cb8a6ed8c8203`](https://github.com/celestiaorg/celestia-specs/tree/e59efd63a2165866584833e91e1cb8a6ed8c8203).
    It's expected that there are a few broken links and extra content that
    has to be pruned, along with incorrect content. The important thing is
    to not miss anything.
    
    Also sets up a CI workflow that will build the book.
    adlerjohn authored and liamsi committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b2a850a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb9d6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcf6d4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dac49d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60f341a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. chore: specs-staging CODEOWNERS (#812)

    Closes #807
    rootulp authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2cc65da View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 24, 2022

  1. specs: two reserved bytes (#939)

    Closes #883
    
    Co-authored-by: CHAMI Rachid <[email protected]>
    rootulp and rach-id authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3206843 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore: uint32 for message size (#1182)

    Part of #1153
    
    Should only be merged if
    #1181 is merged
    rootulp authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b610a0b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. specs: fixed sequence length (#1124)

    Closes #1120
    
    Co-authored-by: John Adler <[email protected]>
    rootulp and adlerjohn authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    351e2d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. specs: non-interactive default rules for reduced padding (#1156)

    Closes #1151
    
    Co-authored-by: John Adler <[email protected]>
    rootulp and adlerjohn authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    41c0859 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 18, 2023

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

Commits on Feb 8, 2023

  1. docs: revise specs for padding shares (#1359)

    Context: #1353
    Closes #1344
    
    ## Screenshot
    
    <img width="746" alt="Screenshot 2023-02-08 at 11 55 07 AM"
    src="https://user-images.githubusercontent.com/3699047/217598202-15737680-d81b-4771-9940-75aa1830eaa2.png">
    rootulp authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0dc7d17 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. chore: specifies minimum square size in non-interactive default rules (

    …#1420)
    
    This aims to clarify that the minimum square size in non-interactive
    default rules should be a power of 2. For example, for a message of
    length 23, the minimum square size is `8*8` (but not `5*5`). (based on a
    discussion in Slack)
    
    - [x] NA ~~New and updated code has appropriate documentation~~
    - [x] NA ~~New and updated code has new and/or updated testing~~
    - [x] Required CI checks are passing
    - [x] NA ~~Visual proof for any user facing features like CLI or
    documentation updates~~
    - [x] NA ~~Linked issues closed with keywords~~
    staheri14 authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    329dc50 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

  1. specs: auto generate table of contents (#1441)

    ## Motivation 
    The table of contents at the top of each file can be a maintenance
    burden. We can auto-generate it with
    [mdbook-toc](https://github.com/badboy/mdbook-toc).
    
    ## Screenshot
    
    Before | After
    --- | ---
    <img width="500" alt="before"
    src="https://user-images.githubusercontent.com/3699047/222535783-8ad53ec3-43db-4e4b-ad8f-ea974061190b.png">
    | <img width="479" alt="after"
    src="https://user-images.githubusercontent.com/3699047/222535796-39c4172d-79b9-4e64-a492-7a68c37f5381.png">
    rootulp authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c09843d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. docs: note about Q3 (#1467)

    rootulp authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    cb2ccdf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    309e4e2 View commit details
    Browse the repository at this point in the history
  2. lint: fix markdownlint

    rootulp committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3ff81e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. fix: attempt to resolve markdownlint errors

    Running make lint locally doesn't catch these errors
    rootulp committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b439e04 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update .github/workflows/gh-pages.yml

    Co-authored-by: Matthew Sevey <[email protected]>
    rootulp and MSevey authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f2e2e18 View commit details
    Browse the repository at this point in the history