Skip to content

Commit

Permalink
sotd + clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 16, 2024
1 parent a7a7ff0 commit 714d048
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="text-3xl font-bold mb-6">Request for Comments (RFC) Documents</h1>
<div class="bg-white rounded-lg shadow-md p-6">
<h2 class="text-xl font-semibold mb-2">{{ rfc.title }}</h2>
<p class="text-gray-600">Short Name: {{ rfc.shortName }}</p>
<p class="text-gray-600">Editor: {{ rfc.editor }}</p>
<!-- <p class="text-gray-600">Editor: {{ rfc.editor }}</p> -->
<p class="text-gray-600">State of This Document: {{ rfc.sotd }}</p>
<p class="text-gray-600">Updated: {{ rfc.updated }}</p>
<a href="{{ rfc.link }}"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serve:
python -m http.server

watch:
just serve & watchexec -w md2respec.py -w source/ -w template.html just build
just serve & watchexec -w md2respec.py -w source/ -w template.html -w index_template.html just build
2 changes: 1 addition & 1 deletion source/starknet/channel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Starknet Channels for Fiat-Shamir Instantiation"
abstract: "TKTK"
sotd: "none"
sotd: "draft"
shortName: "starknet-channel"
editor: "David Wong"
tags: ["starknet", "fiat-shamir"]
Expand Down
2 changes: 1 addition & 1 deletion source/starknet/fri.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ abstract: "<p>The <strong>Fast Reed-Solomon Interactive Oracle Proofs of Proximi
<p>For more information about the original construction, see <a href=\"https://eccc.weizmann.ac.il/report/2017/134/\">Fast Reed-Solomon Interactive Oracle Proofs of Proximity</a>. This document is about the specific instantiation of FRI and FRI-PCS as used by the StarkNet protocol.</p>
<aside class=\"note\">Specifically, it matches the [integrity verifier](https://github.com/HerodotusDev/integrity/tree/main/src) which is a Cairo implementation of a Cairo verifier. There might be important differences with the Cairo verifier implemented in C++ or Solidity.</aside>"
sotd: "none"
sotd: "draft"
shortName: "starknet-fri"
editor: "David Wong"
tags: ["starknet", "fri"]
Expand Down
2 changes: 1 addition & 1 deletion source/starknet/stark.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Starknet STARK Verifier"
abstract: "In this document we specify the STARK verifier used in Starknet."
sotd: "none"
sotd: "draft"
shortName: "starknet-stark"
editor: "David Wong"
tags: ["starknet", "stark", "ethSTARK"]
Expand Down

0 comments on commit 714d048

Please sign in to comment.