-
Notifications
You must be signed in to change notification settings - Fork 3
Update wallet07.mdx #235
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 wallet07.mdx #235
Conversation
Updated so this page now contains 2 queries as per request on https://cardanofoundation.atlassian.net/browse/LSY-160
|
||
### 7.1 Query all Stake Pools | ||
|
||
To get started, the first step is to identify all stake pools. This SQL query retrieves information about active Cardano staking pools, retrieving the pool's ID, name and creation date. |
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 SQL query retrieves information about active Cardano staking pools".
All stake pools also include retired, so can "active" be removed? This is the next query :)
@@ -65,7 +166,7 @@ Expected results format | |||
<Steps> | |||
### Select Specific Columns | |||
|
|||
In order to gather information about staking pools, the query focuses on: | |||
Similar to our first part, we want to retrieve data for the following columns: |
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.
Maybe on the explanation we can just mentioned that query is similar to the previous one with the addition of the "Where" clause, which then we can explain?
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.
@darlisagc updated now, please check, thanks
fix relative paths
fix relative paths
fix relative paths
fix relative paths
update relative paths
update relative path
fix relative paths
fix relative paths
fix relative paths
fix relative paths
fix relative paths
fix relative paths
fix relative paths
fix relative paths
fix relative paths
fix relative paths
hi @darlisagc @satran004 this PR has been updated.
Please review, thanks |
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.
Thanks @johnnygreeney
Updated so this page now contains 2 queries as per request on https://cardanofoundation.atlassian.net/browse/LSY-160
Note indentation can appear skewed in github preview. Renders fine on localhost and live with nextra
@Sotatek-QuanLeA @darlisagc @satran004