You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be nice to add compression as well by default...We also need to add a way to have Bearer tokens but I can not test them since Koios team has not yet finished that part of the project's milestone.
Okay, I am finished with the main updates but still need to try to add the compression by default feature and then do a lot of testing. @QuixoteSystems I have made a separate branch for this update once we have finished testing and are okay with updating the repo we can merge the branch into the main branch.
The new release has breaking changes and new endpoints that will need to be added, you can view them here in their GitHub repo.
I wanted to just make a todo list of what needs to be completed to upgrade the koios-python library.
Deprecations
/tx_utxos
- No longer required as replaced by /utxo_info #227New endpoints added
/pool_registrations
- List of all pool registrations initiated in the requested epoch #239/pool_retirements
- List of all pool retirements initiated in the requested epoch #239/treasury_withdrawals
- List of withdrawals made from treasury #239/reserve_withdrawals
- List of withdrawals made from reserves (MIRs) #239/account_txs
- Transactions associated with a given stake address #239/address_utxos
- Get UTxO details for requested addresses #239/asset_utxos
- Get UTxO details for requested assets #239/script_utxos
- Get UTxO details for requested script hashes #239/utxo_info
- Details for requested UTxO arrays #239/script_info
- Information about a given script FROM script hashes #239/ogmios
- Expose Ogmios endpointsThe text was updated successfully, but these errors were encountered: