-
Notifications
You must be signed in to change notification settings - Fork 25
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
Koios v1.1.0rc #238
Merged
Koios v1.1.0rc #238
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Description Function compares block / transaction totals currently recorded in epoch table with reality and performs corrections if necessary. First time the job is run it scans epochs 0 till current and creates control table entry, on subsequent runs it scans 2 most recent epochs looking for discrepancies. Function is invoked from a shell script that gets installed as a part of cron job setup in guild-operators repository change. --------- Co-authored-by: RdLrT <[email protected]>
This was referenced Oct 6, 2023
TODO: [x] - Add schema definition for the new field in response. --------- Co-authored-by: Priyank <[email protected]>
Scitz0
approved these changes
Oct 13, 2023
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.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
[Re-created from #227 post renaming base-branch]
pool_list: Return all fields from pool_info_cache (latest pool entry)
Remove filter for returning only 'registered' pools from pool_list, pool_relays and pool_metadata endpoints
Few more linting polishing (remove trailing spaces, move single column/table references onto same line)
Update pool_info to return same metadata as pool_list and pool_metadata (latest w/o fallback)
Update all tx_in joins to use the new tx_out.consumed_by_tx_in_id
Dont include epoch_params in epoch_info_cache, update references accordingly
Update
*_txs
as per Update txs and utxos endpoints #186 (point 4)Update
*_utxos
as per Update txs and utxos endpoints #186 (point 3)Add script_info and align all endpoints for scripts
Add temporary cron for fixing epoch count mismatch
Add pool_registrations/pool_deregistrations endpoint
Add retired txs to
pool_updates
(other fields for such transactions will returnnull
)Add reward_withdrawals/treasury_withdrawals endpoint
Simplify address_assets and account_assets heirarchy to return flat table (helps do horizontal filtering as desired)
API Spec updates:
*_txs
*_utxos
address_assets
account_assets
epoch_params
pool_registrations
/pool_deregistrations
reward_withdrawals
/treasury_withdrawals
Add v0 vs v1 to monitoring
Ogmios
version
andnetworkSynchronization
)Update CHANGELOG
Bump final specs version number to v1
Which issue it fixes?
epoch_info
data right after the epoch boundary #232