mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-21 20:06:46 +01:00
Bump chainsyncer
This commit is contained in:
parent
243ec11321
commit
8c6d5c6d4d
@ -1,3 +1,5 @@
|
|||||||
|
- 0.3.3
|
||||||
|
* Upgrade chainsyncer to shep 0.2.0
|
||||||
- 0.3.2
|
- 0.3.2
|
||||||
* Add data-in filter
|
* Add data-in filter
|
||||||
- 0.3.1
|
- 0.3.1
|
||||||
|
@ -77,7 +77,7 @@ class OutFilter(RuledFilter):
|
|||||||
tx.index,
|
tx.index,
|
||||||
tx_count,
|
tx_count,
|
||||||
strip_0x(tx.hash),
|
strip_0x(tx.hash),
|
||||||
tx.status,
|
tx.status.name,
|
||||||
data,
|
data,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
chainlib-eth>=0.1.0b4,<=0.1.0
|
chainlib-eth>=0.1.0b4,<=0.1.0
|
||||||
chainlib>=0.1.0b1,<=0.1.0
|
chainlib>=0.1.0b1,<=0.1.0
|
||||||
chainsyncer~=0.3.0
|
chainsyncer~=0.3.1
|
||||||
eth-erc20~=0.2.0
|
eth-erc20~=0.2.0
|
||||||
leveldir~=0.3.0
|
leveldir~=0.3.0
|
||||||
eth-cache~=0.1.0
|
eth-cache~=0.1.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-monitor
|
name = eth-monitor
|
||||||
version = 0.3.2
|
version = 0.3.3
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user