Uniswap-python

Latest version: v0.7.1

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

Scan your dependencies

Page 2 of 4

0.5.4

Support for more deployments and forks, among other things.

See the changelog in the README for more details.

What's Changed
* feat: added Optimism and Arbitrum support (updated constants.py) by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/186
* feat: added BSC testnet router and factory address by Rishirandhawa in https://github.com/uniswap-python/uniswap-python/pull/189
* feat: estimate gas using RPC by romanbsd in https://github.com/uniswap-python/uniswap-python/pull/190
* fix/enhancement: added bytes32 name/symbol support in get_token() by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/191
* feat: added estimate_price_impact helper and warnings in docs by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/199
* feat: improved estimate_price_impact helper function; added factory contract for V3 by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/202
* tests: switch to ganache v7 by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/201
* fix: typing issues in uniswap.py by KeremP in https://github.com/uniswap-python/uniswap-python/pull/214
* feat: add support for fantom by ehtec in https://github.com/uniswap-python/uniswap-python/pull/219

New Contributors
* Rishirandhawa made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/189
* romanbsd made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/190
* KeremP made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/214
* ehtec made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/219

**Full Changelog**: https://github.com/uniswap-python/uniswap-python/compare/0.5.3...0.5.4

0.5.3

Minor bugfixes and improvements.

What's Changed
* Update constants.py [BSC support] by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/129
* feat: added swapExact...SupportingFeeOnTransferTokens() support by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/132
* fix/enhancement: removes over-approval, adds manual approve by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/136
* Update getting-started.rst by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/137
* fix: add '3' as valid Uniswap version number in error message by nimcon in https://github.com/uniswap-python/uniswap-python/pull/157
* feat: Polygon support by ChristianPerez34 in https://github.com/uniswap-python/uniswap-python/pull/158
* docs: update quoter description by ekzhang in https://github.com/uniswap-python/uniswap-python/pull/153
* Fix v3 behaviour when input or output token is ETH by nimcon in https://github.com/uniswap-python/uniswap-python/pull/159
* fix: added kovan to _netid_to_name by jhb10c in https://github.com/uniswap-python/uniswap-python/pull/168
* build(deps): upgrade click by unparalleled-js in https://github.com/uniswap-python/uniswap-python/pull/179
* fix: replace print with click.echo by unparalleled-js in https://github.com/uniswap-python/uniswap-python/pull/180

New Contributors
* nimcon made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/157
* ChristianPerez34 made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/158
* ekzhang made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/153
* jhb10c made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/168
* unparalleled-js made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/179

**Full Changelog**: https://github.com/uniswap-python/uniswap-python/compare/0.5.1...0.5.3

0.5.1

Minor fixes

**Full Changelog**: https://github.com/uniswap-python/uniswap-python/compare/0.5.0...0.5.1

0.5.0

What's Changed
* Minor fixes by anryko in https://github.com/uniswap-python/uniswap-python/pull/64
* feat: update netid to include ropsten as network option by diggythecandygun in https://github.com/uniswap-python/uniswap-python/pull/86
* fix: slippage in _eth_to_token_swap_output by liquid-8 in https://github.com/uniswap-python/uniswap-python/pull/87
* docs: started working on proper docs by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/92
* feat: initial support for custom deployments and routes by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/58
* feat: added basic CLI by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/97
* feat: initial work on v3 by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/106
* refactor: massive refactor by ErikBjare in https://github.com/uniswap-python/uniswap-python/pull/108
* docs: add additional test instructions to README by ericjang in https://github.com/uniswap-python/uniswap-python/pull/111

New Contributors
* anryko made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/64
* diggythecandygun made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/86
* ericjang made their first contribution in https://github.com/uniswap-python/uniswap-python/pull/111

**Full Changelog**: https://github.com/uniswap-python/uniswap-python/compare/0.4.6...0.5.0

0.4.6

This release bumps the bleach dependency.

What's Changed
* Bump bleach from 3.1.4 to 3.3.0 by dependabot in https://github.com/uniswap-python/uniswap-python/pull/66


**Full Changelog**: https://github.com/uniswap-python/uniswap-python/compare/0.4.5...0.4.6

0.4.5

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.