safe-eth-py icon indicating copy to clipboard operation
safe-eth-py copied to clipboard

Safe-eth-py includes a set of libraries to work with Ethereum and relevant Ethereum projects

Results 78 safe-eth-py issues
Sort by recently updated
recently updated
newest added

- Share token decimal cache for every oracle - Related to #343

- Organize Sushiswap and Kyber oracles files - Related to #343

# What is needed? Currently `safe-eth-py` have several oracles implemented to retrieve the price from them but the last update of them was on October of 2021. I would like...

enhancement

Bumps [py-evm](https://github.com/ethereum/py-evm) from 0.5.0a3 to 0.6.0a1. Changelog Sourced from py-evm's changelog. Release notes .. towncrier release notes start py-evm 0.6.0-alpha.1 (2022-08-22) Features - Gray glacier support without ``Merge`` transition since...

dependencies
python

please help to merge it,thanks

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 3.10.0.2 to 4.3.0. Changelog Sourced from typing-extensions's changelog. Release 4.3.0 (July 1, 2022) Add typing_extensions.NamedTuple, allowing for generic NamedTuples on Python <3.11 (backport from python/cpython#92027, by Serhiy...

dependencies
python

**Describe the bug** `multicall` sometimes exceeds `eth_call` `gas limit` and an `out of gas` error is raised. **To Reproduce** Do `eth_call` consuming the maximum gas allowed by the node. Library...

bug

# What is needed? Add documentation for developers # Background Source code is well documented, but no doc generation tool is used

enhancement

- `is_available` implementation was not ok - Related to #381