Skip to content
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

Status deprecated update2 #134

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Status deprecated update2 #134

wants to merge 2 commits into from

Conversation

Cofson
Copy link
Contributor

@Cofson Cofson commented Mar 6, 2025

These are from the previous PR: #109

Cofson added 2 commits March 3, 2025 06:26
Updated:
- Links
- Text
- Various miscellaneous fixes
Done the rest of the fixes
- Added references
- Fixed links
- Fixed badly copied text
@Cofson Cofson requested a review from jimstir March 6, 2025 03:33
Copy link
Collaborator

@jimstir jimstir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check each spec before resolving a comment.


On top of this RLPx-based subprotocols are ran, the client
SHOULD NOT use [Whisper V6](https://eips.ethereum.org/EIPS/eip-627), the client
SHOULD use [Waku V1](https://rfc.vac.dev/waku/standards/legacy/6/waku1)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a relative link to this repo. e.g (waku/standards/legacy/6/waku1.md)

Once a Whisper and/or Waku node is up and running there are some specific settings required
to communicate with other Status nodes.

See [3/WHISPER-USAGE](https://rfc.vac.dev/status/deprecated/whisper-usage) and [10/WAKU-USAGE](https://rfc.vac.dev/status/deprecated/waku-usage) for more details.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove numbers + make links relative.


### Data Sync

[MVDS](https://specs.vac.dev/mvds.html) is used for 1:1 and group chats, however it is currently not in use for public chats.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link does not work, update it. e.g 2/MVDS

Comment on lines +236 to +243
- [EstimateGas Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L499)
- [PendingNonceAt Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L440)
- [SuggestGasPrice Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L487)
- [SendTransaction Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L512)
- [BlockByHash Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L78)
- [BlockByNumber Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L82)
- [FilterLogs Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L377)
- [NonceAt Implementation](https://github.com/ethereum/go-ethereum/blob/26d271dfbba1367326dec38068f9df828d462c61/ethclient/ethclient.go#L366)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For links that are the same and are mentioned multiple times in the spec should be placed in the reference section once.

the access token SHOULD be included in the advertisement.
Otherwise it SHOULD be left empty.

This SHOULD be advertised on the [contact code topic](./10-waku-usage.md#contact-code-topic)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link does not work.

MUST be sent to the server on the topic derived from the hashed public key of the
key we are querying, as [described above](#query-topic).

An ephemeral key SHOULD be used and SHOULD NOT be encrypted using the [secure transport](../docs/stable/5-secure-transport.md).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update Links


| Uncompressed | Compressed |
| --- | --- |
|<img src="https://user-images.githubusercontent.com/5702426/80531063-e98fcc80-8991-11ea-8c02-c354b5828d35.png" alt=QR width="400" />|<img src="https://user-images.githubusercontent.com/5702426/80501933-f4356c00-8967-11ea-87d8-eae18becece9.png" alt=QR width="400"/>|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download the image and place the image within the directory: status/deprecated/images. An example here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants