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

Update README and and docs #53

Merged
merged 7 commits into from
Apr 25, 2024
Merged

Conversation

erikreppel
Copy link
Contributor

No description provided.

@j-s
Copy link
Member

j-s commented Apr 24, 2024

In the readme, update line 5 to the following:

A decentralized mempool for prechain transactions.

@j-s
Copy link
Member

j-s commented Apr 24, 2024

Hi Erik, unfortunately I have another update to the copy. Here is the new one:

A decentralized mempool for unsigned transactions.

docs/API.md Show resolved Hide resolved

```
chain_id: u64 -- filter by chain id
kind: String, -- filter by kind (zora_v2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not really related to this change, but was just wondering if the kind should also be used in the JSON payloads? Currently it's zoraV2 in JSON and zora_v2 in the filter.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

likely yes, the key right now is derived from the serde of the PremintTypes enum, we could actually choose to go keyless and just have the message be top level, or we can override the enum serde label to be the same as kind

@erikreppel erikreppel force-pushed the erik/back-2756-code-docs-and-readme branch from 6bc06d7 to 4c3bcfa Compare April 25, 2024 20:43
@erikreppel erikreppel marked this pull request as ready for review April 25, 2024 20:43
@erikreppel erikreppel merged commit c4d05c8 into main Apr 25, 2024
2 of 3 checks passed
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.

3 participants