Skip to content

Commit

Permalink
docs: Testnet update (#130)
Browse files Browse the repository at this point in the history
Updating the docs for the Testnet release:
* References to Devnet where appropriate become references to Testnet,
and Testnet to Mainnet.
* Added setup section on WAL faucet.
* Added section and warning about deletable blobs.
* Added section on blob ID utilities.
* Added placeholder post for Testnet.
* Describe client checks and optimizations for `store`.
* Clarify FROST/WAL relationship.
* Emphasize that client should not be run for writing concurrently.
* Mention new Windows build.
* Add info about when Devnet will be wiped.
* Update Move contracts info.
* Update docs for Walrus Sites.
* Add list of independent aggregators and publishers.
* Update ToS.
* Update glossary.

---------

Co-authored-by: Markus Legner <[email protected]>
Co-authored-by: Karl Wuest <[email protected]>
Co-authored-by: Pavlos Chrysochoidis <[email protected]>
Co-authored-by: Markus Legner <[email protected]>
Co-authored-by: giac-mysten <[email protected]>
Co-authored-by: Alexandros Tzimas <[email protected]>
  • Loading branch information
7 people authored Oct 17, 2024
1 parent 5ef1763 commit 24f454d
Show file tree
Hide file tree
Showing 98 changed files with 7,017 additions and 4,624 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ indent_size = unset
max_line_length = unset
trim_trailing_whitespace = unset

[{*.yml,*.yaml,*.toml,*.css}]
[{*.yml,*.yaml,*.toml,*.css,*.html}]
indent_size = 2
max_line_length = 150

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Check editorconfig
steps:
- uses: actions/checkout@v4
- run: pip install editorconfig-checker=="2.7.3"
- run: pip install editorconfig-checker=="3.0.3"
- run: ec

markdownlint:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/pages-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,20 @@ permissions:
pull-requests: write

jobs:
build-with-linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-mdbook
if: github.event.action != 'closed'

preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-mdbook
with:
with_linkcheck: "false"
if: github.event.action != 'closed'
- name: Deploy preview
uses: rossjrw/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ working_dir

# Walrus binary and configuration
walrus
!/contracts/walrus
examples/CONFIG/bin/walrus
client_config.yaml
./client_config.yaml
examples/CONFIG/config_dir/client_config.yaml
1 change: 0 additions & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ config:
- Mainnet
- Merkle
- Mysten Labs
- Portal
- Python
- Rust
- Sui
Expand Down
26 changes: 0 additions & 26 deletions contracts/blob_store/Move.lock

This file was deleted.

9 changes: 0 additions & 9 deletions contracts/blob_store/README.md

This file was deleted.

304 changes: 0 additions & 304 deletions contracts/blob_store/sources/blob.move

This file was deleted.

Loading

0 comments on commit 24f454d

Please sign in to comment.