mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-21 12:06:45 +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
|
||||
* Add data-in filter
|
||||
- 0.3.1
|
||||
|
@ -77,7 +77,7 @@ class OutFilter(RuledFilter):
|
||||
tx.index,
|
||||
tx_count,
|
||||
strip_0x(tx.hash),
|
||||
tx.status,
|
||||
tx.status.name,
|
||||
data,
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
chainlib-eth>=0.1.0b4,<=0.1.0
|
||||
chainlib>=0.1.0b1,<=0.1.0
|
||||
chainsyncer~=0.3.0
|
||||
chainsyncer~=0.3.1
|
||||
eth-erc20~=0.2.0
|
||||
leveldir~=0.3.0
|
||||
eth-cache~=0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user