Uniswap Universal Router Decoder Versions Save

Uniswap Universal Router Decoder and Encoder

v1.1.0

3 months ago
  • Add support for the TRANSFER function
  • Add support for decoding the "revert on fail" flag and prepare for encoding on UR functions that support it.
  • Add support for encoding the execute() function without deadline

v0.5.5

3 months ago

Backport fix #35 - SDK fails to decode input data when there is too many commands

v1.0.1

4 months ago
  • fix #35 - SDK fails to decode input data when there is too many commands
  • update README
  • update project configuration

v0.5.4

4 months ago

Backport fix for decoding issue #28

v1.0.0

6 months ago
  • Add support for SWEEP and PAY_PORTION
  • Fix decoding issues
  • Remove useless parameter payer_is_sender from v*_swap_exact_in_from_balance() methods
  • Update Router ABI
  • Add uint48 and uint160 in ABI builder

v0.9.1

9 months ago
  • Fix lint error
  • Change v*_swap_exact_in_from_balance payer_is_sender default to False. This parameter will be removed in the next version.

v0.9.0

10 months ago
  • Add support for UNWRAP_WETH encoding (close ticket #7)
  • Add v2_swap_exact_in_from_balance() and v3_swap_exact_in_from_balance(): 2 convenient methods which are used when the exact in_amount is not known when the transaction is built, typically chained after a V*_SWAP_EXACT_IN.

v0.8.0

1 year ago
  • Breaking changes because of refactoring
  • Command chaining extension: all supported UR functions can now be chained in a single transaction

v0.7.1

1 year ago

Fix issue #1 - v3 path decoding fails for paths starting with 0

v0.5.3

1 year ago

Fix issue #1 - v3 path decoding fails for paths starting with 0