diff --git a/apply-docs.sh b/apply-docs.sh deleted file mode 100755 index a4707db..0000000 --- a/apply-docs.sh +++ /dev/null @@ -1 +0,0 @@ -curl -X POST https://api.vercel.com/v1/integrations/deploy/prj_9It1nV6HLNUzwU5EKzX9Ov37yCs4/4mNFEmXqeU?buildCache=false diff --git a/build.sh b/build.sh index 6e2d1de..34b42b2 100755 --- a/build.sh +++ b/build.sh @@ -27,17 +27,16 @@ date "+%Y-%m-%dT%H:%M:%S%z" > site/build_id.txt #TZ=UTC git show --quiet --date="format-local:%Y.%-m.%-d" --format="nightly-%cd" > site/.well-known/nightly-release.txt #cp nightly-release.txt site/.well-known/nightly-release.txt # git config user.name github-actions[bot] -export GIT_COMMITTER_NAME='github-actions[bot]' +#export GIT_COMMITTER_NAME='github-actions[bot]' # git config user.email 41898282+github-actions[bot]@users.noreply.github.com #export GIT_COMMITTER_EMAIL='41898282+github-actions[bot]@users.noreply.github.com' #export GIT_COMMITTER_DATE=2024-04-26 -GIT_COMMITTER_EMAIL='41898282+github-actions[bot]@users.noreply.github.com' GIT_AUTHOR_DATE="Fri Apr 26 23:36:15 PDT 2024" GIT_COMMITTER_DATE="Fri Apr 26 23:36:15 PDT 2024" git init && git add . && git commit --allow-empty --allow-empty-message -m '' && git branch -M gh-pages +#GIT_COMMITTER_EMAIL='41898282+github-actions[bot]@users.noreply.github.com' GIT_AUTHOR_DATE="Fri Apr 26 23:36:15 PDT 2024" GIT_COMMITTER_DATE="Fri Apr 26 23:36:15 PDT 2024" git init && git add . && git commit --allow-empty --allow-empty-message -m '' && git branch -M gh-pages # mike deploy --push --ignore-remote-status --allow-empty --update-aliases 0.2.1 latest # #mike deploy v0.1.1 -touch site/.nojekyll cp platform-docs.xml site/.well-known/platform-docs.xml @@ -50,4 +49,4 @@ echo "Build Artifact is available at: site/build_id.txt" sleep 1 -echo "Build completed successfully" \ No newline at end of file +echo "Build completed successfully" diff --git a/commit-ts.txt b/commit-ts.txt index 31892b3..e82c2ab 100644 --- a/commit-ts.txt +++ b/commit-ts.txt @@ -1 +1 @@ -1714331062 +1715358786 diff --git a/docs/Relay/index.md b/docs/Relay/index.md index 2a8ba31..fe616ed 100644 --- a/docs/Relay/index.md +++ b/docs/Relay/index.md @@ -2,22 +2,23 @@ title: Relay --- - # ValidatorRegistration + ## Properties -| Name | Type | Description | Notes | -|------------ | ------------- | ------------- | -------------| +| Name | Type | Description | Notes | +| ----------------- | ---------- | --------------------------------------- | ----------------- | | **fee_recipient** | **String** | Address to receive fees from the block. | [default to null] | -| **gas_limit** | **String** | Preferred gas limit of validator. | [default to null] | -| **timestamp** | **String** | Unix timestamp of registration. | [default to null] | -| **pubkey** | **String** | BLS public key of validator. | [default to null] | +| **gas_limit** | **String** | Preferred gas limit of validator. | [default to null] | +| **timestamp** | **String** | Unix timestamp of registration. | [default to null] | +| **pubkey** | **String** | BLS public key of validator. | [default to null] | # ValidatorsResponseEntry + ## Properties -| Name | Type | Description | Notes | -|------------ | ------------- | ------------- | -------------| -| **slot** | **String** | | [optional] [default to null] | -| **validator_index** | **String** | | [optional] [default to null] | -| **entry** | [**getValidators_200_response_inner_entry**](#) | | [optional] [default to null] | \ No newline at end of file +| Name | Type | Description | Notes | +| ------------------- | ----------------------------------------------- | ----------- | ---------------------------- | +| **slot** | **String** | | [optional] [default to null] | +| **validator_index** | **String** | | [optional] [default to null] | +| **entry** | [**getValidators_200_response_inner_entry**](#) | | [optional] [default to null] | diff --git a/docs/blog/.authors.yml b/docs/blog/.authors.yml index 9fdad50..8199174 100644 --- a/docs/blog/.authors.yml +++ b/docs/blog/.authors.yml @@ -2,4 +2,4 @@ authors: sambacha: name: Sam Bacha description: Janitor - avatar: https://avatars.githubusercontent.com/u/32783916?v=4 \ No newline at end of file + avatar: https://avatars.githubusercontent.com/u/32783916?v=4 diff --git a/docs/blog/posts/v0-roadmap.md b/docs/blog/posts/v0-roadmap.md index 769f1ba..f36a092 100644 --- a/docs/blog/posts/v0-roadmap.md +++ b/docs/blog/posts/v0-roadmap.md @@ -1,21 +1,20 @@ --- date: 2024-05-10 authors: - - sambacha + - sambacha categories: - - announcements - - changelog + - announcements + - changelog --- # Timeline for v0 to v1 -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod -nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor -massa, nec semper lorem quam in massa. +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla. +Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec +semper lorem quam in massa. - ```mermaid timeline title Timeline of Key Events @@ -25,7 +24,7 @@ timeline May 17th : v1 Main Net Enabled May 20th : Governance Proposal Submitted May 24th : First Week of Data Available - + section Meetings and Voting May 30th : Ethereum ACD Meeting May 30th : Lido DAO Snapshot Voting Period Starts diff --git a/mkdocs.yml b/mkdocs.yml index f2bf07c..0afc146 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,9 +88,6 @@ extra: site_verification: - '' tag_manager: '' - version: - provider: mike - default: latest-release plugins: - search: @@ -101,7 +98,6 @@ plugins: strict: false type: date locale: en - - markdownextradata: {} - exclude: glob: - README.md @@ -232,4 +228,4 @@ nav: - Obligations: Rulebook/obligations.md - Suspension: Rulebook/suspension.md - Blog: - - blog/index.md \ No newline at end of file + - blog/index.md diff --git a/platform-docs.xml b/platform-docs.xml index f4523b3..8b14d6e 100644 --- a/platform-docs.xml +++ b/platform-docs.xml @@ -1,4 +1,4 @@ - 2024-04-28-16a0e690e1f1263ad581e946b0a5b27b02865626 + 2024-05-10-32b91345aac7906981bfc4ebca66732cf8ceff18 https://mevauction.com/.well-known/platform-docs.tgz