You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@
5
5
6
6
Polkadot is a replicated sharded state machine designed to resolve the scalability and interoperability among blockchains. This repository serves as the point of reference for Polkadot Protocol. In this repo you will find:
7
7
8
-
- The official [Polkadot Host Specification](./polkadot-host-spec/)
8
+
- The official [Polkadot Host Specification](./host-spec/)
9
9
- The official [Polkadot Conformance Testsuite](./test/)
10
10
- A florishing [Polkadot Runtime Specification](./runtime-spec/)
11
11
- Various other files used by the Polkadot spec team
12
12
13
13
## Polkadot Host Specification
14
14
15
-
Here your can find the latest version of the [Polkadot Host Specification](./polkadot-host-spec/polkadot_host_spec.pdf)
15
+
Here your can find the latest version of the [Polkadot Host Specification](./host-spec/host-spec.pdf)
16
16
17
-
Please refer to the [Change Log](./polkadot-host-spec/pdre_change_log.org) and [PDF Diff](./polkadot-host-spec/polkadot_host_spec-diffed-updates.pdf) to review the history of changes to the specification.
17
+
Please refer to the [Change Log](./host-spec/CHANGELOG.org) and [PDF Diff](./host-spec/host-spec-diffed-updates.pdf) to review the history of changes to the specification.
18
18
19
-
For more details please refer [README.md](./polkadot-host-spec/README.md) to the specification.
19
+
For more details please refer [README.md](./host-spec/README.md) to the specification.
Copy file name to clipboardexpand all lines: host-spec/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Polkadot Host Specification
2
2
3
-
Here your can find the latest version of the 
3
+
Here your can find the latest version of the 
4
4
5
-
Please refer to  to review the history of changes to the spec.
5
+
Please refer to  to review the history of changes to the spec.
6
6
7
-
Due to evolving nature of the protocol, to help the reader with identifying updates since last master released, those changes are marked in "green" (new version) vs "red" (old version) in .
7
+
Due to evolving nature of the protocol, to help the reader with identifying updates since last master released, those changes are marked in "green" (new version) vs "red" (old version) in .
0 commit comments