diff --git a/CHANGELOG b/CHANGELOG index 35b3f52..7175a2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +- 0.4.5 + * Upgrade chainsyncer +- 0.4.4 + * Upgrade deps +- 0.4.3 + * Upgrade deps - 0.4.2 * Implement non-persistent (in-memory) sync state - 0.4.1 diff --git a/requirements.txt b/requirements.txt index c2c6c78..5d3e7fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -chainlib-eth~=0.1.1 +chainlib-eth~=0.1.2 chainlib~=0.1.2 -chainsyncer~=0.4.0 +chainsyncer~=0.4.4 leveldir~=0.3.0 -eth-cache~=0.1.0 +eth-cache~=0.1.2 diff --git a/setup.cfg b/setup.cfg index 0e459d3..f488ab1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.4.3 +version = 0.4.6 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no