mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-23 12:26:45 +01:00
Bump version, upgrade chainlib to 0.2.0
This commit is contained in:
parent
b87aa875f0
commit
bc3f4ff8fb
@ -1,3 +1,5 @@
|
|||||||
|
- 0.4.8
|
||||||
|
* Upgrade chainlib to 0.2.0
|
||||||
- 0.4.5
|
- 0.4.5
|
||||||
* Upgrade chainsyncer
|
* Upgrade chainsyncer
|
||||||
- 0.4.4
|
- 0.4.4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
chainlib-eth~=0.1.3
|
chainlib-eth~=0.2.0
|
||||||
chainlib~=0.1.3
|
chainlib~=0.2.0
|
||||||
chainsyncer~=0.4.9
|
chainsyncer~=0.4.9
|
||||||
leveldir~=0.3.0
|
leveldir~=0.3.0
|
||||||
eth-cache~=0.1.2
|
eth-cache~=0.1.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-monitor
|
name = eth-monitor
|
||||||
version = 0.4.7
|
version = 0.4.8
|
||||||
description = Monitor and cache transactions using match filters
|
description = Monitor and cache transactions using match filters
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
@ -26,7 +26,7 @@ licence_files =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
python_requires = >=3.7
|
python_requires = >=3.9
|
||||||
packages =
|
packages =
|
||||||
eth_monitor
|
eth_monitor
|
||||||
eth_monitor.importers
|
eth_monitor.importers
|
||||||
|
Loading…
Reference in New Issue
Block a user