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

Add Utils And Docs #13

Merged
merged 23 commits into from
Aug 8, 2024
Merged

Add Utils And Docs #13

merged 23 commits into from
Aug 8, 2024

Conversation

melotik
Copy link
Contributor

@melotik melotik commented Aug 6, 2024

Adding:

  • Python script to translate json to markdown
  • github action to check that the script is being used
  • docs for editing

| chain_id | The standard id of the chain this trade belongs to. | number |
| block_number | The block number in which the trade occurred. | number |
| transaction_id | The transaction id associated with this trade. | string |
| fees | The amount of fees from this trade (ie, the revenue generated from executing this trade). | number |
Copy link
Contributor

Choose a reason for hiding this comment

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

is this token amount? since we are accepting array for input and output, this probably will need to be array as well?

Copy link
Contributor Author

@melotik melotik Aug 7, 2024

Choose a reason for hiding this comment

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

We don't really have much external validation on this yet.

Also, the purpose of this PR is not to make edits to the schemas. If you believe things should be changed that are already in main this PR should allow help you make a PR and make an update.

@melotik melotik merged commit 047de64 into main Aug 8, 2024
1 check passed
@melotik melotik deleted the dylan/add-utils-and-docs branch August 8, 2024 16:52
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