Telliot-core

Latest version: v0.3.8

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

0.1.4

What's Changed
* Bump to dev version by oraclown in https://github.com/tellor-io/telliot-core/pull/231
* Add BCT/USD price pair by laurengregory298 in https://github.com/tellor-io/telliot-core/pull/224
* Support DAI/USD price pair by akremstudy in https://github.com/tellor-io/telliot-core/pull/232
* Lock dependency versions of clamfig & chained-accounts by oraclown in https://github.com/tellor-io/telliot-core/pull/233
* Add default API key list by oraclown in https://github.com/tellor-io/telliot-core/pull/235
* Add setup file by oraclown in https://github.com/tellor-io/telliot-core/pull/237
* Fix default endpoints by oraclown in https://github.com/tellor-io/telliot-core/pull/238
* Fix typo by tkernell in https://github.com/tellor-io/telliot-core/pull/240
* Include Ricochet Exchange pairs in query catalog by akremstudy in https://github.com/tellor-io/telliot-core/pull/241
* Add CoinMarketCap API key by oraclown in https://github.com/tellor-io/telliot-core/pull/242
* Update DIVA Protocol contract address & ABI by oraclown in https://github.com/tellor-io/telliot-core/pull/246
* Create Morphware query type by oraclown in https://github.com/tellor-io/telliot-core/pull/249
* Update pool parameters by oraclown in https://github.com/tellor-io/telliot-core/pull/252
* Update Snapshot query by oraclown in https://github.com/tellor-io/telliot-core/pull/253
* Add Snapshot query by QuintusTheFifth in https://github.com/tellor-io/telliot-core/pull/251
* Improve dev setup docs by QuintusTheFifth in https://github.com/tellor-io/telliot-core/pull/256
* Remove development version designation by oraclown in https://github.com/tellor-io/telliot-core/pull/258

New Contributors
* laurengregory298 made their first contribution in https://github.com/tellor-io/telliot-core/pull/224
* akremstudy made their first contribution in https://github.com/tellor-io/telliot-core/pull/232
* tkernell made their first contribution in https://github.com/tellor-io/telliot-core/pull/240
* QuintusTheFifth made their first contribution in https://github.com/tellor-io/telliot-core/pull/251

**Full Changelog**: https://github.com/tellor-io/telliot-core/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* Add basic Diva Protocol Polygon query type by oraclown in https://github.com/tellor-io/telliot-core/pull/217
* Dependency bug fix by oraclown in https://github.com/tellor-io/telliot-core/pull/216
* Add support for Ropsten testnet playground by oraclown in https://github.com/tellor-io/telliot-core/pull/219
* Update Diva query parameter name by oraclown in https://github.com/tellor-io/telliot-core/pull/221
* Add Diva Protocol contracts and getter methods by oraclown in https://github.com/tellor-io/telliot-core/pull/223
* Fuse integration updates by oraclown in https://github.com/tellor-io/telliot-core/pull/227
* Update version by oraclown in https://github.com/tellor-io/telliot-core/pull/229


**Full Changelog**: https://github.com/tellor-io/telliot-core/compare/v0.1.2...v0.1.3

0.1.2

Major changes in this release:

- Support for new Query Types:
- `AwsSpotPrice`
- Support for new Query IDs:
- `ohm-eth-spot`: `0xee4fcdeed773931af0bcd16cfcea5b366682ffbd4994cf78b4f0a6a40b570340`
- `vsq-usd-spot`: `0xa9b17c33422e2e576fb664d1d11d38c377b614d62f92653d006eca7bb2af1656`
- Fully integrated new ABI encoding method for query data field
- Updated catalog with new ABI information
- Try CLI: `telliot catalot list`
- Added listener to CLI
- Try CLI: `telliot listen` to listen to TellorX contract events.
- New documentation for creating queries:
- See: https://tellor-io.github.io/telliot-core/new-query/

Change Logs
* New logging and listener features by clamdad in https://github.com/tellor-io/telliot-core/pull/206
* Autoconfigure logging for plugins by clamdad in https://github.com/tellor-io/telliot-core/pull/207
* Added a detailed guide to creating new queries in docs. by clamdad in https://github.com/tellor-io/telliot-core/pull/208
* Enforce bidirectional equivalence between query object and query data. by clamdad in https://github.com/tellor-io/telliot-core/pull/209
* Add soft intro to query docs by clamdad in https://github.com/tellor-io/telliot-core/pull/210
* Updates for AbiQuery and change SpotPrice to AbiQuery by clamdad in https://github.com/tellor-io/telliot-core/pull/212
* Add AwsSpotPrice query & Implement AbiQuery by oraclown in https://github.com/tellor-io/telliot-core/pull/211
* Cleanup by clamdad in https://github.com/tellor-io/telliot-core/pull/213
* Cleanup by clamdad in https://github.com/tellor-io/telliot-core/pull/214


**Full Changelog**: https://github.com/tellor-io/telliot-core/compare/v0.1.1...v0.1.2

0.1.1

Maintenance release.

What's Changed
* OracleQuery generalization, dev updates and bug fixes. by clamdad in https://github.com/tellor-io/telliot-core/pull/204
* Documentation updates by clamdad in https://github.com/tellor-io/telliot-core/pull/205


**Full Changelog**: https://github.com/tellor-io/telliot-core/compare/v0.1.0...v0.1.1

0.1.0

What's new

- Multi-chain support (including polygon mainnet and testnet)
- Improved account/private_key management w/ encryption using [`chained_accounts`](https://github.com/pydefi/chained_accounts) package
- Improved contract listener functionality
- Added support for EIP-1559 gas transactions
- Rewrote Contract directory module
- Lazy initialization of telliot-core objects for faster startup.
- Ended support for Python 3.8

Detailed changes
* Remove AMPL from potential synchronization feeds by oraclown in https://github.com/tellor-io/telliot-core/pull/188
* Eip1559 gas by tallywiesenberg in https://github.com/tellor-io/telliot-core/pull/172
* Bug fix for no returned transaction when tx reverted by oraclown in https://github.com/tellor-io/telliot-core/pull/192
* Move write_with_retries to standalone function by clamdad in https://github.com/tellor-io/telliot-core/pull/193
* Listener improvements by clamdad in https://github.com/tellor-io/telliot-core/pull/194
* Add multi-chain support by clamdad in https://github.com/tellor-io/telliot-core/pull/196
* Development updates by clamdad in https://github.com/tellor-io/telliot-core/pull/197
* Increasing max line length to improve code readability by clamdad in https://github.com/tellor-io/telliot-core/pull/198
* Add polygon testnet endpoint to defaults by oraclown in https://github.com/tellor-io/telliot-core/pull/195
* Polygon updates and fixes. by clamdad in https://github.com/tellor-io/telliot-core/pull/200
* Rename types package to dtypes to avoid potential conflicts with builtins by clamdad in https://github.com/tellor-io/telliot-core/pull/201
* Add support for Polygon TellorFlex reporter by oraclown in https://github.com/tellor-io/telliot-core/pull/202
* Replace StakerList config with encrypted keys using ChainedAccounts by clamdad in https://github.com/tellor-io/telliot-core/pull/203


**Full Changelog**: https://github.com/tellor-io/telliot-core/compare/v0.0.9...v0.1.0

0.0.9

This is a bugfix release.

What's Changed
* Added reporter synchronization function call by clamdad in https://github.com/tellor-io/telliot-core/pull/185
* Fix issue with staker getter by clamdad in https://github.com/tellor-io/telliot-core/pull/186


**Full Changelog**: https://github.com/tellor-io/telliot-core/compare/v0.0.8...v0.0.9

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.