-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Conversation
Updated: - Links - Text - Various miscellaneous fixes
Done the rest of the fixes - Added references - Fixed links - Fixed badly copied text
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.
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) |
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.
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. |
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.
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. |
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.
This link does not work, update it. e.g 2/MVDS
- [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) |
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.
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) |
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.
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). |
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.
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"/>| |
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.
Download the image and place the image within the directory: status/deprecated/images
. An example here
These are from the previous PR: #109