-
-
Notifications
You must be signed in to change notification settings - Fork 410
fix: change all doc links to permalinks #8574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: unstable
Are you sure you want to change the base?
Changes from 19 commits
9f3ec99
1c4951d
7fa9494
8aac441
143cb91
5e9c988
aa1c82e
4fe0945
8d3b160
dcfde24
73e8790
590a352
9a171b0
71ff424
6c5c8be
d4919ca
4e2a633
05b89de
71e5ff2
4bf3777
cbed098
d42d80a
4f2c588
fb37d15
bcd4928
bc56748
dc073df
a5cc926
47f6ddf
7d9f7f7
d6c40a2
e11fd75
adae416
5cfbd50
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -132,7 +132,8 @@ export interface IExecutionEngine { | |||||
| * Returns ``True`` iff ``execution_payload`` is valid with respect to ``self.execution_state``. | ||||||
| * | ||||||
| * Required for block processing in the beacon state transition function. | ||||||
| * https://github.com/ethereum/consensus-specs/blob/0eb0a934a3/specs/merge/beacon-chain.md#on_payload | ||||||
| * Reference : on_payload | ||||||
|
||||||
| * Reference : on_payload | |
| * https://github.com/ethereum/consensus-specs/blob/4c1156d504279069799924dbbc79cf13d9454ae3/specs/merge/beacon-chain.md#on_payload |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -57,7 +57,8 @@ export type ReqRespBeaconNodeOpts = ReqRespOpts & {disableLightClientServer?: bo | |||||
| * Implementation of Ethereum Consensus p2p Req/Resp domain. | ||||||
| * For the spec that this code is based on, see: | ||||||
| * https://github.com/ethereum/consensus-specs/blob/v1.1.10/specs/phase0/p2p-interface.md#the-reqresp-domain | ||||||
| * https://github.com/ethereum/consensus-specs/blob/dev/specs/altair/light-client/p2p-interface.md#the-reqresp-domain | ||||||
| * Reference : the-reqresp-domain | ||||||
|
||||||
| * Reference : the-reqresp-domain | |
| * https://github.com/ethereum/consensus-specs/blob/03c4ea240fccfa78469aa039a4a7177beca54074/specs/altair/light-client/p2p-interface.md#the-reqresp-domain |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -128,7 +128,8 @@ export class BackfillSync extends (EventEmitter as {new (): BackfillSyncEmitter} | |||||
| private wsValidated = false; | ||||||
|
|
||||||
| /** | ||||||
| * From https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/weak-subjectivity.md | ||||||
| * Reference : | ||||||
|
||||||
| * Reference : | |
| * From https://github.com/ethereum/consensus-specs/blob/46306c4f8addef64defc2a52d85f46992ba2421b/specs/phase0/weak-subjectivity.md |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -25,7 +25,8 @@ export const testFnByType: Record<string, "skip" | ((data: any) => any)> = { | |||||
| }; | ||||||
|
|
||||||
| /** | ||||||
| * https://github.com/ethereum/bls12-381-tests/blob/master/formats/aggregate_verify.md | ||||||
| * Reference : aggregate_verify | ||||||
|
||||||
| * Reference : aggregate_verify | |
| * https://github.com/ethereum/bls12-381-tests/blob/7a1e2f64adf524d7c53c33c7bfbed6afcc73f664/formats/aggregate_verify.md |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Reference : batch_verify prefix seems unnecessary. The subsequent line provides the direct link to the specification, which serves as the reference. Removing the Reference prefix would improve readability.
| * Reference : batch_verify | |
| * https://github.com/ethereum/bls12-381-tests/blob/2e357bf380a3eb72883f529d0e303ae03251767c/formats/batch_verify.md |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Reference - sign.md prefix seems unnecessary. The subsequent line provides the direct link to the specification, which serves as the reference. Removing the Reference prefix would improve readability.
| * Reference - sign.md | |
| * https://github.com/ethereum/bls12-381-tests/blob/c01854d47b936b65404e5f08181f05db48792679/formats/sign.md |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Reference : deserialization_G1 prefix seems unnecessary. The subsequent line provides the direct link to the specification, which serves as the reference. Removing the Reference prefix would improve readability.
| * Reference : deserialization_G1 | |
| * https://github.com/ethereum/bls12-381-tests/blob/f61f5f01e41c0e422d812d1254f06e89c2531c5b/formats/deserialization_G1.md |
Uh oh!
There was an error while loading. Please reload this page.