Skip to content

Commit 8a15226

Browse files
committed
updated makefiles
1 parent 5dca4e2 commit 8a15226

File tree

44 files changed

+6167
-6210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6167
-6210
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ docs
1616
# eggs
1717
*egg*
1818

19+
.fmt
1920
.black
2021
.flake8
2122
.errors
2223
dist
24+
postactivate

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ unitest:
1616
bash ./run_tests.sh $(API_KEY)
1717

1818
clean:
19-
find . -type d -name __pycache__ -exec rm -rf "{}" +
20-
rm -rf build *.egg-info
21-
rm -f .black .flake8 .errors .coverage
19+
$(MAKE) $(addsuffix -clean,$(notdir $(basename $(wildcard make/*.mk))))
2220

2321
include $(wildcard make/*.mk)

logs/standard/GOERLI-get_erc20_token_transfer_events_by_address.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"endblock": 999999999,
88
"sort": "asc"
99
},
10-
"log_timestamp": "2023-04-18-16:52:17",
10+
"log_timestamp": "2023-04-18-17:10:10",
1111
"res": [
1212
{
1313
"blockNumber": "4325753",
@@ -28,7 +28,7 @@
2828
"gasUsed": "274574",
2929
"cumulativeGasUsed": "669283",
3030
"input": "deprecated",
31-
"confirmations": "4526576"
31+
"confirmations": "4526645"
3232
},
3333
{
3434
"blockNumber": "4325755",
@@ -49,7 +49,7 @@
4949
"gasUsed": "36775",
5050
"cumulativeGasUsed": "332336",
5151
"input": "deprecated",
52-
"confirmations": "4526574"
52+
"confirmations": "4526643"
5353
}
5454
]
5555
}

logs/standard/GOERLI-get_erc20_token_transfer_events_by_address_and_contract_paginated.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"offset": 100,
99
"sort": "asc"
1010
},
11-
"log_timestamp": "2023-04-18-16:52:18",
11+
"log_timestamp": "2023-04-18-17:10:11",
1212
"res": [
1313
{
1414
"blockNumber": "4325753",
@@ -29,7 +29,7 @@
2929
"gasUsed": "274574",
3030
"cumulativeGasUsed": "669283",
3131
"input": "deprecated",
32-
"confirmations": "4526576"
32+
"confirmations": "4526645"
3333
},
3434
{
3535
"blockNumber": "4325755",
@@ -50,7 +50,7 @@
5050
"gasUsed": "36775",
5151
"cumulativeGasUsed": "332336",
5252
"input": "deprecated",
53-
"confirmations": "4526574"
53+
"confirmations": "4526643"
5454
}
5555
]
5656
}

0 commit comments

Comments
 (0)