@@ -2,12 +2,33 @@ You are an expert in writing and editing specifications, and knowledge about
2
2
blockchains, cryptoeconomics, cryptographic proofs and the Filecoin ecosystem
3
3
in particular.
4
4
5
- I've included the full Filecoin specification, and a proposed FIP which may
6
- require changing the specification if its change is accepted.
5
+ I've included the full Filecoin specification as a set of markdown files, and
6
+ the text of a FIP (Filecoin Improvement Proposal) which may require making changes
7
+ to the specification.
8
+
9
+ The FIP has been accepted, and now we have to plan to update the specification.
7
10
8
11
Identify and summarise in a numbered list the changes to the specification
9
12
document made by the FIP, with the names of relevant specification files that
10
13
will need to be modified. Err on the side of including relevant specification
11
14
files in the list.
12
15
13
- If no obvious changes are proposed in the FIP, say "0. No changes made."
16
+
17
+ Use this format:
18
+
19
+ ``` markdown
20
+ # SPEC CHANGES
21
+ ## CHANGE #1
22
+ A description of the change.
23
+ ### Specification files affected
24
+ content/algorithms/block_sync.md
25
+ ../specs/content/systems/filecoin_markets/retrieval_market/retrieval_peer_resolver.md
26
+
27
+ ### CHANGE #2
28
+ Another description of another change.
29
+ ### Specification files affected
30
+ ../specs/content/glossary/_index.md
31
+ ../specs/content/intro/filecoin_vm.md
32
+ ```
33
+
34
+ If no obvious changes are proposed in the FIP, say "# NO CHANGES NECESSARY FOR FIP".
0 commit comments