Correct tx index in default log sync cli output

This commit is contained in:
lash 2023-02-23 07:16:30 +00:00
parent c6b3ef6707
commit 5598740173
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
- 0.7.2
* Fix tx index in default output for sync command
- 0.7.1
* Change license to AGPL3 and copyright waived to public domain
* Add missing log module in cli lib

View File

@ -74,7 +74,7 @@ class OutFilter(RuledFilter):
datetime.datetime.fromtimestamp(block.timestamp),
block.number,
strip_0x(block.hash),
tx.index,
tx.index + 1,
tx_count,
strip_0x(tx.hash),
tx.status.name,

View File

@ -1,10 +1,10 @@
[metadata]
name = eth-monitor
version = 0.7.1
version = 0.7.2
description = Monitor and cache transactions using match filters
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.defalsify.org/eth-monitor.git
url = https://git.defalsify.org/eth-monitor
keywords =
dlt
blockchain
@ -20,7 +20,7 @@ classifiers =
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Topic :: Internet
# Topic :: Blockchain :: EVM
license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
license = AGPLv3+
licence_files =
LICENSE