Skip to content

Commit

Permalink
Merge pull request #21 from Adamant-im/chore/cosmetic-changes
Browse files Browse the repository at this point in the history
Cosmetic changes: update contributors; change versioning to v2.4.1
  • Loading branch information
confleux authored Feb 13, 2024
2 parents 7168f30 + 11d86e4 commit f5d5420
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ curl -k -X GET "http://localhost:3000/ethtxs?and=(or(txfrom.eq.0xFBb1b73C4f0BDa4

# License

Copyright © 2020-2022 ADAMANT Foundation
Copyright © 2020-2024 ADAMANT Foundation
Copyright © 2017-2020 ADAMANT TECH LABS LP

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.
Expand Down
2 changes: 1 addition & 1 deletion create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ CREATE TABLE public.ethtxs
CREATE VIEW max_block as
SELECT
MAX(block),
'2.4.0' as version
'2.4.1' as version
FROM public.ethtxs;
5 changes: 3 additions & 2 deletions ethsync.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Indexer for Ethereum to get transaction list by ETH address
# https://github.com/Adamant-im/ETH-transactions-storage

# Contributions:
# Contributors:
# v2.4.1
# 2022-2024 ADAMANT Foundation (devs@adamant.im), @twhitehead00, Tyvan Cheng (tyvancheng@gmail.com)
# 2021-2022 ADAMANT Foundation (devs@adamant.im), Francesco Bonanno (mibofra@parrotsec.org),
# Guénolé de Cadoudal (guenoledc@yahoo.fr), Drew Wells (drew.wells00@gmail.com)
# 2020-2021 ADAMANT Foundation (devs@adamant.im): Aleksei Lebedev
# 2017-2020 ADAMANT TECH LABS LP (pr@adamant.im): Artem Brunov, Aleksei Lebedev
# v2.4

from os import environ
from web3 import Web3
Expand Down

0 comments on commit f5d5420

Please sign in to comment.