erc20-pool

Permissioned ERC20 swap pool for EVM
Log | Files | Refs | README

commit 045de919d95e89afccc4c5a872c36458957c0d72
parent 9560d0c5dfca7dd36292ab0357bb018d689199fe
Author: lash <dev@holbrook.no>
Date:   Mon, 15 Apr 2024 11:32:46 +0100

Upgrade deps

Diffstat:
MREADME.md | 2+-
Mpython/requirements.txt | 4++--
Mpython/setup.cfg | 2+-
Mpython/test_requirements.txt | 10++++++----
4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -84,7 +84,7 @@ An example quoter contract `DecimalQuote.sol` can be found in this repository. T Using the `setFee` method, a fee may be specified, in parts-per-million, to be deducted from each token swap. -The fee will be deducted from the input token _before_ the value is sent to the "quoter" (if defined). +_From the moment the fee has changed_, the fee will be deducted from the input token _before_ the value is sent to the "quoter" (if defined). Fee is defined in _parts-per-million_, i.e. `1000000` equals `100%`. Any value less than `1000000` is valid. diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ -eth-erc20~=0.7.5 -chainlib-eth~=0.4.22 +eth-erc20~=0.9.0 +chainlib-eth~=0.6.2 #chainlib~=0.4.14 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-pool -version = 0.0.1 +version = 0.1.0 description = Permissioned ERC20 swap pool for EVM author = Louis Holbrook author_email = dev@holbrook.no diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,4 +1,6 @@ -eth_tester==0.5.0b3 -py-evm==0.3.0a20 -eth-interface==0.1.1 -erc20-limiter==0.0.2 +eth_tester==0.10.0b4 +py-evm==0.10.0b4 +rlp==3.0.0 +eth-accounts-index~=0.6.0 +eth-interface==0.2.0 +erc20-limiter==0.1.0