-
Notifications
You must be signed in to change notification settings - Fork 289
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
Spec migration #796
Commits on Sep 27, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for b2a850a - Browse repository at this point
Copy the full SHA b2a850aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb9d6a - Browse repository at this point
Copy the full SHA ddb9d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf6d4a - Browse repository at this point
Copy the full SHA dcf6d4aView commit details -
Run [Markdown Table Prettifier](https://github.com/darkriszty/MarkdownTablePrettify-VSCodeExt).
Configuration menu - View commit details
-
Copy full SHA for dac49d1 - Browse repository at this point
Copy the full SHA dac49d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f341a - Browse repository at this point
Copy the full SHA 60f341aView commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2cc65da - Browse repository at this point
Copy the full SHA 2cc65daView commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb3791e - Browse repository at this point
Copy the full SHA eb3791eView commit details
Commits on Oct 31, 2022
-
specs: universal share prefix (#856)
Closes #729 [Rendered](https://github.com/celestiaorg/celestia-app/blob/e6f00791df41a4257b677df52747e6453856770e/specs/src/specs/data_structures.md#share) Co-authored-by: John Adler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26f11cb - Browse repository at this point
Copy the full SHA 26f11cbView commit details
Commits on Nov 24, 2022
-
specs: two reserved bytes (#939)
Closes #883 Co-authored-by: CHAMI Rachid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3206843 - Browse repository at this point
Copy the full SHA 3206843View commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b610a0b - Browse repository at this point
Copy the full SHA b610a0bView commit details
Commits on Jan 11, 2023
-
specs: fixed sequence length (#1124)
Closes #1120 Co-authored-by: John Adler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 351e2d3 - Browse repository at this point
Copy the full SHA 351e2d3View commit details
Commits on Jan 12, 2023
-
specs: non-interactive default rules for reduced padding (#1156)
Closes #1151 Co-authored-by: John Adler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41c0859 - Browse repository at this point
Copy the full SHA 41c0859View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c66c2d - Browse repository at this point
Copy the full SHA 3c66c2dView commit details
Commits on Jan 18, 2023
-
docs: spec tail padding share (#1244)
Closes #1175 See the implementation [here](https://github.com/celestiaorg/celestia-app/blob/d7ac0b84765db3f649cd82326e3ead066d164637/pkg/shares/tail_padding.go#L9-L21). ## Screenshot <img width="891" alt="Screenshot 2023-01-17 at 11 04 14 AM" src="https://user-images.githubusercontent.com/3699047/212949826-4b213925-91f0-4653-b375-545c89c17acc.png">
Configuration menu - View commit details
-
Copy full SHA for 4f83347 - Browse repository at this point
Copy the full SHA 4f83347View commit details
Commits on Feb 8, 2023
-
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">
Configuration menu - View commit details
-
Copy full SHA for 0dc7d17 - Browse repository at this point
Copy the full SHA 0dc7d17View commit details
Commits on Feb 23, 2023
-
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~~
Configuration menu - View commit details
-
Copy full SHA for 329dc50 - Browse repository at this point
Copy the full SHA 329dc50View commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1547891 - Browse repository at this point
Copy the full SHA 1547891View commit details
Commits on Mar 6, 2023
-
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">
Configuration menu - View commit details
-
Copy full SHA for c09843d - Browse repository at this point
Copy the full SHA c09843dView commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb2ccdf - Browse repository at this point
Copy the full SHA cb2ccdfView commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 309e4e2 - Browse repository at this point
Copy the full SHA 309e4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff81e8 - Browse repository at this point
Copy the full SHA 3ff81e8View commit details
Commits on Mar 15, 2023
-
fix: attempt to resolve markdownlint errors
Running make lint locally doesn't catch these errors
Configuration menu - View commit details
-
Copy full SHA for b439e04 - Browse repository at this point
Copy the full SHA b439e04View commit details
Commits on Mar 16, 2023
-
Update .github/workflows/gh-pages.yml
Co-authored-by: Matthew Sevey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2e2e18 - Browse repository at this point
Copy the full SHA f2e2e18View commit details