-
Notifications
You must be signed in to change notification settings - Fork 956
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: Shwap #3205
Open
Wondertan
wants to merge
17
commits into
main
Choose a base branch
from
specs/shwap
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
spec: Shwap #3205
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bd8d7a2
spec: Shwap
Wondertan 5a818be
add abstract and motivatin
Wondertan 7d02fb7
streamline spec and add more sections
Wondertan 7ea064b
format and lint
Wondertan 0644ea7
update bitswap section
Wondertan dc3725e
update bitswap section
Wondertan 03ae4b8
grammar fixes
Wondertan 1a78146
migrate spec to CIP
Wondertan 15d620c
migrate spec to CIP
Wondertan da9a711
prettify spec rendering
Wondertan 4d9ce37
gh pages build preprocessers for mdbok
Wondertan a62ca92
try different action with caching
Wondertan 417a6e7
use separate step for each binary
Wondertan cfebc8a
fix attempt
Wondertan bae3b65
fix mdbook-pagetoc
Wondertan 59587c3
update step names and trigger rebuild of preprocessors to see caching…
Wondertan 6a523fc
new line to gitignore
Wondertan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,27 @@ jobs: | |
with: | ||
mdbook-version: "latest" | ||
|
||
- name: Install mdbook-webinclude preprocessor | ||
uses: actions-rs/[email protected] | ||
with: | ||
crate: mdbook-webinclude | ||
version: latest | ||
use-tool-cache: true | ||
|
||
- name: Install mdbook-yml-header preprocessor | ||
uses: actions-rs/[email protected] | ||
with: | ||
crate: mdbook-yml-header | ||
version: latest | ||
use-tool-cache: true | ||
|
||
- name: Install mdbook-pagetoc preprocessor | ||
uses: actions-rs/[email protected] | ||
with: | ||
crate: mdbook-pagetoc | ||
version: latest | ||
use-tool-cache: true | ||
|
||
- name: Build book | ||
run: mdbook build specs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
book | ||
theme | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Summary | ||
|
||
- [WIP](./WIP.md) | ||
- [Shwap](./shwap/spec.md) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{#webinclude https://raw.githubusercontent.com/Wondertan/CIPs/cip-shwap_protocol/cips/cip-shwap_protocol.md}} <!-- markdownlint-disable --> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rootulp, the theme dir can be similarly .gitignored in the app's repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! Created celestiaorg/celestia-app#3151