Skip to content

Commit f5d5420

Browse files
authored
Merge pull request #21 from Adamant-im/chore/cosmetic-changes
Cosmetic changes: update contributors; change versioning to v2.4.1
2 parents 7168f30 + 11d86e4 commit f5d5420

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ curl -k -X GET "http://localhost:3000/ethtxs?and=(or(txfrom.eq.0xFBb1b73C4f0BDa4
285285

286286
# License
287287

288-
Copyright © 2020-2022 ADAMANT Foundation
288+
Copyright © 2020-2024 ADAMANT Foundation
289289
Copyright © 2017-2020 ADAMANT TECH LABS LP
290290

291291
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

create_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ CREATE TABLE public.ethtxs
1717
CREATE VIEW max_block as
1818
SELECT
1919
MAX(block),
20-
'2.4.0' as version
20+
'2.4.1' as version
2121
FROM public.ethtxs;

ethsync.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Indexer for Ethereum to get transaction list by ETH address
22
# https://github.com/Adamant-im/ETH-transactions-storage
33

4-
# Contributions:
4+
# Contributors:
5+
# v2.4.1
6+
# 2022-2024 ADAMANT Foundation ([email protected]), @twhitehead00, Tyvan Cheng ([email protected])
57
# 2021-2022 ADAMANT Foundation ([email protected]), Francesco Bonanno ([email protected]),
68
# Guénolé de Cadoudal ([email protected]), Drew Wells ([email protected])
79
# 2020-2021 ADAMANT Foundation ([email protected]): Aleksei Lebedev
810
# 2017-2020 ADAMANT TECH LABS LP ([email protected]): Artem Brunov, Aleksei Lebedev
9-
# v2.4
1011

1112
from os import environ
1213
from web3 import Web3

0 commit comments

Comments
 (0)