-
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 1.2.0 alpha #295
Closed
Koios 1.2.0 alpha #295
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
- Add existing block_tx_info toggle options to tx_info - Add treasury_donation field to output - Add _bytecode input param to toggle expanding script bytes
Does it make sense to also add the |
Add additional vote metadata fields to proposal_list
Add additional vote metadata fields to proposal_list
…t votes by now-deregistered dreps
…I specs, other specs updates
…chain pool data record matching the url/hash of the most recent update, to deal with the case where pool updates are made but no new off chain pool data records get created by dbsync
added cert_index param to proposal votes endpoint, spec updates ## Description Vote list endpoints now return proposal_tx_hash of the proposal and vote_tx_hash of the vote, and blocktime has been corrected to be that of the latter. One of the endpoints had cert_index parameter in implementation but was missing from API specs. Ordering changed from block time to tx id as can have multiple voting transactions within same block in theory. ## Where should the reviewer start? <!--- Describe where reviewer should start testing --> ## Motivation and context <!--- Why is this change required? What problem does it solve? --> ## Which issue it fixes? <!--- Link to issue: Closes #issue-number --> ## How has this been tested? <!--- Describe how you tested changes --> --------- Co-authored-by: Greg B <[email protected]> Co-authored-by: RdLrT <[email protected]>
- update committee_info to include both cold and hot(if available) key info - make committee_votes input optional - add url & hash to all _votes endpoints - schema updates
Update tx_info to not rely on pool_info_cache
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
To-Do:
deposit
field toaccount_info
(could park to future patch)delegated_drep
field toaccount_info
bytecode
optional in tx_info, closes FEATURE: Fetchplutus_contracts
intx_info
endpoint without thebytecode
field #293tx_info
to include various toggles in input (similar toblock_tx_info
, and in addition_bytecode
)block_tx_info
to include_bytecode
toggleblock_tx_info
andtx_info
to includetreasury_donation
fieldtx_cbor
endpointtx_cbor2json
endpoint (could park to future patch)