dao-scripts 1.5.3__tar.gz → 1.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/CHANGELOG.md +7 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/PKG-INFO +3 -2
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/PKG-INFO +3 -2
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/_version.py +9 -4
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/common/thegraph.py +3 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/endpoints.json +1 -4
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/.envrc +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/.github/workflows/ci.yml +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/.github/workflows/update-datasets.yml +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/.gitignore +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/LICENSE +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/README.md +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/SOURCES.txt +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/dependency_links.txt +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/entry_points.txt +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/namespace_packages.txt +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/requires.txt +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/dao_scripts.egg-info/top_level.txt +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/pyproject.toml +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/setup.cfg +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/setup.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/__init__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/__main__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/aragon/__init__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/aragon/dao_names.json +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/aragon/runner.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/argparser.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/common/__init__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/common/api_requester.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/common/blockscout.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/common/common.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/common/cryptocompare.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/config.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/daohaus/__init__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/daohaus/runner.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/daostack/__init__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/daostack/runner.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/logging.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/main.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/metadata.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/utils/__init__.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/src/utils/uploadDataWarehouse.py +0 -0
- {dao_scripts-1.5.3 → dao_scripts-1.5.5}/test/test_placeholder.py +0 -0
@@ -1,6 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
## 1.5.5 - 2025-05-30
|
5
|
+
- Updated aragon blocks endpoint
|
6
|
+
|
7
|
+
## 1.5.4 - 2025-05-04
|
8
|
+
- Quickfix: Temporarily removed deployment health check
|
9
|
+
- See [graphprotocol/graph-node#5983](https://github.com/graphprotocol/graph-node/issues/5983)
|
10
|
+
|
4
11
|
## 1.5.3 - 2024-07-25
|
5
12
|
- Reverted pin down kaggle version
|
6
13
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.5
|
4
4
|
Summary: "A tool to download data to monitor DAO activity"
|
5
5
|
Home-page: https://github.com/Grasia/dao-scripts
|
6
6
|
Author: David Davó
|
@@ -46,6 +46,7 @@ Requires-Dist: pandas-vet; extra == "dev"
|
|
46
46
|
Requires-Dist: twine; extra == "dev"
|
47
47
|
Requires-Dist: hypothesis; extra == "dev"
|
48
48
|
Requires-Dist: pandas-vet; extra == "dev"
|
49
|
+
Dynamic: license-file
|
49
50
|
|
50
51
|
<p align="center">
|
51
52
|
<a href="https://pypi.org/project/dao-scripts/">
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.5
|
4
4
|
Summary: "A tool to download data to monitor DAO activity"
|
5
5
|
Home-page: https://github.com/Grasia/dao-scripts
|
6
6
|
Author: David Davó
|
@@ -46,6 +46,7 @@ Requires-Dist: pandas-vet; extra == "dev"
|
|
46
46
|
Requires-Dist: twine; extra == "dev"
|
47
47
|
Requires-Dist: hypothesis; extra == "dev"
|
48
48
|
Requires-Dist: pandas-vet; extra == "dev"
|
49
|
+
Dynamic: license-file
|
49
50
|
|
50
51
|
<p align="center">
|
51
52
|
<a href="https://pypi.org/project/dao-scripts/">
|
@@ -1,8 +1,13 @@
|
|
1
|
-
# file generated by
|
1
|
+
# file generated by setuptools-scm
|
2
2
|
# don't change, don't track in version control
|
3
|
+
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
5
|
+
|
3
6
|
TYPE_CHECKING = False
|
4
7
|
if TYPE_CHECKING:
|
5
|
-
from typing import Tuple
|
8
|
+
from typing import Tuple
|
9
|
+
from typing import Union
|
10
|
+
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
7
12
|
else:
|
8
13
|
VERSION_TUPLE = object
|
@@ -12,5 +17,5 @@ __version__: str
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
13
18
|
version_tuple: VERSION_TUPLE
|
14
19
|
|
15
|
-
__version__ = version = '1.5.
|
16
|
-
__version_tuple__ = version_tuple = (1, 5,
|
20
|
+
__version__ = version = '1.5.5'
|
21
|
+
__version_tuple__ = version_tuple = (1, 5, 5)
|
@@ -138,6 +138,9 @@ class TheGraphCollector(NetworkCollector, UpdatableCollector, ABC):
|
|
138
138
|
return df
|
139
139
|
|
140
140
|
def check_deployment_health(self, deployment_id: str) -> bool:
|
141
|
+
# TODO(2025-05-04): Check again subgraph status
|
142
|
+
# Waiting for https://github.com/graphprotocol/graph-node/issues/5983
|
143
|
+
return True
|
141
144
|
_requester = GQLRequester(ENDPOINTS['_theGraph']['index-node'])
|
142
145
|
ds = _requester.get_schema()
|
143
146
|
q = ds.Query.indexingStatuses(subgraphs=[deployment_id]).select(
|
@@ -20,10 +20,7 @@
|
|
20
20
|
"daohaus": "AkzZk4BsvfNRkRDtzz7Bc8TgktTJN4uv9tgfCehhE6fB"
|
21
21
|
},
|
22
22
|
"arbitrum-one": {
|
23
|
-
"_blocks": "
|
23
|
+
"_blocks": "5jebsN6RBioFWQX7LP2N8r55nL4QPAyeKc6GzDA1Pt5H",
|
24
24
|
"daohaus": "2c41cggebRCMzFiDqoqDwShZtz4xYucsFKbQnEiXUTzY"
|
25
|
-
},
|
26
|
-
"_theGraph": {
|
27
|
-
"index-node": "https://api.thegraph.com/index-node/graphql"
|
28
25
|
}
|
29
26
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|