dao-treasury 0.0.33__cp310-cp310-win32.whl → 0.0.35__cp310-cp310-win32.whl

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.
Files changed (27) hide show
  1. bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd +0 -0
  2. dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json +114 -5
  3. dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json +9 -9
  4. dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json +4 -3
  5. dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json +1 -0
  6. dao_treasury/_docker.cp310-win32.pyd +0 -0
  7. dao_treasury/_nicknames.cp310-win32.pyd +0 -0
  8. dao_treasury/_wallet.cp310-win32.pyd +0 -0
  9. dao_treasury/_wallet.py +14 -10
  10. dao_treasury/constants.cp310-win32.pyd +0 -0
  11. dao_treasury/db.py +42 -21
  12. dao_treasury/docker-compose.yaml +0 -4
  13. dao_treasury/sorting/__init__.cp310-win32.pyd +0 -0
  14. dao_treasury/sorting/_matchers.cp310-win32.pyd +0 -0
  15. dao_treasury/sorting/_rules.cp310-win32.pyd +0 -0
  16. dao_treasury/sorting/factory.cp310-win32.pyd +0 -0
  17. dao_treasury/sorting/rule.cp310-win32.pyd +0 -0
  18. dao_treasury/sorting/rules/__init__.cp310-win32.pyd +0 -0
  19. dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd +0 -0
  20. dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd +0 -0
  21. dao_treasury/streams/__init__.cp310-win32.pyd +0 -0
  22. dao_treasury/streams/llamapay.cp310-win32.pyd +0 -0
  23. dao_treasury/types.cp310-win32.pyd +0 -0
  24. {dao_treasury-0.0.33.dist-info → dao_treasury-0.0.35.dist-info}/METADATA +1 -1
  25. {dao_treasury-0.0.33.dist-info → dao_treasury-0.0.35.dist-info}/RECORD +27 -27
  26. {dao_treasury-0.0.33.dist-info → dao_treasury-0.0.35.dist-info}/WHEEL +0 -0
  27. {dao_treasury-0.0.33.dist-info → dao_treasury-0.0.35.dist-info}/top_level.txt +0 -0
Binary file
@@ -55,7 +55,116 @@
55
55
  ]
56
56
  }
57
57
  },
58
- "overrides": []
58
+ "overrides": [
59
+ {
60
+ "matcher": {
61
+ "id": "byName",
62
+ "options": "Factory"
63
+ },
64
+ "properties": [
65
+ {
66
+ "id": "links",
67
+ "value": [
68
+ {
69
+ "targetBlank": true,
70
+ "title": "View on Etherscan",
71
+ "url": "https://etherscan.io/address/${__value.raw}"
72
+ }
73
+ ]
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "matcher": {
79
+ "id": "byName",
80
+ "options": "From"
81
+ },
82
+ "properties": [
83
+ {
84
+ "id": "links",
85
+ "value": [
86
+ {
87
+ "targetBlank": true,
88
+ "title": "View on Etherscan",
89
+ "url": "https://etherscan.io/address/${__value.raw}"
90
+ }
91
+ ]
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "matcher": {
97
+ "id": "byName",
98
+ "options": "To"
99
+ },
100
+ "properties": [
101
+ {
102
+ "id": "links",
103
+ "value": [
104
+ {
105
+ "targetBlank": true,
106
+ "title": "View on Etherscan",
107
+ "url": "https://etherscan.io/address/${__value.raw}"
108
+ }
109
+ ]
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "matcher": {
115
+ "id": "byName",
116
+ "options": "Start Block"
117
+ },
118
+ "properties": [
119
+ {
120
+ "id": "links",
121
+ "value": [
122
+ {
123
+ "targetBlank": true,
124
+ "title": "View on Etherscan",
125
+ "url": "https://etherscan.io/block/${__value.raw}"
126
+ }
127
+ ]
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "matcher": {
133
+ "id": "byName",
134
+ "options": "End Block"
135
+ },
136
+ "properties": [
137
+ {
138
+ "id": "links",
139
+ "value": [
140
+ {
141
+ "targetBlank": true,
142
+ "title": "View on Etherscan",
143
+ "url": "https://etherscan.io/block/${__value.raw}"
144
+ }
145
+ ]
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "matcher": {
151
+ "id": "byName",
152
+ "options": "Budget Request"
153
+ },
154
+ "properties": [
155
+ {
156
+ "id": "links",
157
+ "value": [
158
+ {
159
+ "targetBlank": true,
160
+ "title": "View Budget Request on Github",
161
+ "url": "https://github.com/yearn/budget/issues/${__value.raw}"
162
+ }
163
+ ]
164
+ }
165
+ ]
166
+ }
167
+ ]
59
168
  },
60
169
  "gridPos": {
61
170
  "h": 19,
@@ -83,9 +192,9 @@
83
192
  "type": "frser-sqlite-datasource",
84
193
  "uid": "P2D2EEF3E092AF52B"
85
194
  },
86
- "queryText": "select stream_id as \"Stream ID\", b.address as \"Factory\", start_block as \"Start Block\", end_block as \"End Block\", c.symbol as \"Token\", d.address as \"From\", e.address as \"To\", reason as \"Reason\", amount_per_second as \"Amount Per Second\", status as \"Status\", txgroup as \"TxGroup\"\nfrom streams a\nleft join addresses b on a.contract = b.address_id\nleft join tokens c on a.token = c.token_id\nleft join addresses d on a.from_address = d.address_id\nleft join addresses e on a.to_address = e.address_id",
195
+ "queryText": "SELECT\n stream_id as \"Stream ID\",\n b.address as \"Factory\",\n start_block as \"Start Block\",\n end_block as \"End Block\",\n c.symbol as \"Token\",\n d.address as \"From\",\n e.address as \"To\",\n reason as \"Reason\",\n CASE\n WHEN reason LIKE 'gh-%' AND\n -- ensures all after \"gh-\" is digits\n REPLACE(SUBSTR(reason, 4), '0', '') >= '' AND\n CAST(SUBSTR(reason, 4) AS INTEGER) || '' = SUBSTR(reason, 4)\n THEN CAST(SUBSTR(reason, 4) AS INTEGER)\n ELSE NULL\n END AS \"Budget Request\",\n amount_per_second as \"Amount Per Second\",\n status as \"Status\",\n txgroup as \"TxGroup\"\n\nFROM streams a\nLEFT JOIN addresses b ON a.contract = b.address_id\nLEFT JOIN tokens c ON a.token = c.token_id\nLEFT JOIN addresses d ON a.from_address = d.address_id\nLEFT JOIN addresses e ON a.to_address = e.address_id",
87
196
  "queryType": "table",
88
- "rawQueryText": "select stream_id as \"Stream ID\", b.address as \"Factory\", start_block as \"Start Block\", end_block as \"End Block\", c.symbol as \"Token\", d.address as \"From\", e.address as \"To\", reason as \"Reason\", amount_per_second as \"Amount Per Second\", status as \"Status\", txgroup as \"TxGroup\"\nfrom streams a\nleft join addresses b on a.contract = b.address_id\nleft join tokens c on a.token = c.token_id\nleft join addresses d on a.from_address = d.address_id\nleft join addresses e on a.to_address = e.address_id",
197
+ "rawQueryText": "SELECT\n stream_id as \"Stream ID\",\n b.address as \"Factory\",\n start_block as \"Start Block\",\n end_block as \"End Block\",\n c.symbol as \"Token\",\n d.address as \"From\",\n e.address as \"To\",\n reason as \"Reason\",\n CASE\n WHEN reason LIKE 'gh-%' AND\n -- ensures all after \"gh-\" is digits\n REPLACE(SUBSTR(reason, 4), '0', '') >= '' AND\n CAST(SUBSTR(reason, 4) AS INTEGER) || '' = SUBSTR(reason, 4)\n THEN CAST(SUBSTR(reason, 4) AS INTEGER)\n ELSE NULL\n END AS \"Budget Request\",\n amount_per_second as \"Amount Per Second\",\n status as \"Status\",\n txgroup as \"TxGroup\"\n\nFROM streams a\nLEFT JOIN addresses b ON a.contract = b.address_id\nLEFT JOIN tokens c ON a.token = c.token_id\nLEFT JOIN addresses d ON a.from_address = d.address_id\nLEFT JOIN addresses e ON a.to_address = e.address_id",
89
198
  "refId": "A",
90
199
  "timeColumns": [
91
200
  "time",
@@ -111,6 +220,6 @@
111
220
  "timezone": "",
112
221
  "title": "LlamaPay",
113
222
  "uid": "aa4d62a2-9e52-4acc-8f38-a96c77810aca",
114
- "version": 1,
223
+ "version": 2,
115
224
  "weekStart": ""
116
- }
225
+ }
@@ -130,7 +130,7 @@
130
130
  {
131
131
  "targetBlank": true,
132
132
  "title": "View on Etherscan",
133
- "url": "https://etherscan.io/address/${__data.fields.from}"
133
+ "url": "https://etherscan.io/address/${__data.fields.From}"
134
134
  }
135
135
  ]
136
136
  }
@@ -148,7 +148,7 @@
148
148
  {
149
149
  "targetBlank": true,
150
150
  "title": "View on Etherscan",
151
- "url": "https://etherscan.io/address/${__data.fields.to}"
151
+ "url": "https://etherscan.io/address/${__data.fields.To}"
152
152
  }
153
153
  ]
154
154
  }
@@ -244,7 +244,7 @@
244
244
  "refresh": 2,
245
245
  "regex": "",
246
246
  "skipUrlSync": false,
247
- "sort": 1,
247
+ "sort": 5,
248
248
  "type": "query"
249
249
  },
250
250
  {
@@ -265,7 +265,7 @@
265
265
  "refresh": 2,
266
266
  "regex": "",
267
267
  "skipUrlSync": false,
268
- "sort": 0,
268
+ "sort": 5,
269
269
  "type": "query"
270
270
  },
271
271
  {
@@ -285,7 +285,7 @@
285
285
  "refresh": 2,
286
286
  "regex": "",
287
287
  "skipUrlSync": false,
288
- "sort": 1,
288
+ "sort": 5,
289
289
  "type": "query"
290
290
  },
291
291
  {
@@ -306,7 +306,7 @@
306
306
  "refresh": 2,
307
307
  "regex": "",
308
308
  "skipUrlSync": false,
309
- "sort": 1,
309
+ "sort": 5,
310
310
  "type": "query"
311
311
  },
312
312
  {
@@ -327,7 +327,7 @@
327
327
  "refresh": 2,
328
328
  "regex": "",
329
329
  "skipUrlSync": false,
330
- "sort": 1,
330
+ "sort": 5,
331
331
  "type": "query"
332
332
  },
333
333
  {
@@ -348,7 +348,7 @@
348
348
  "refresh": 2,
349
349
  "regex": "",
350
350
  "skipUrlSync": false,
351
- "sort": 1,
351
+ "sort": 5,
352
352
  "type": "query"
353
353
  },
354
354
  {
@@ -369,7 +369,7 @@
369
369
  "refresh": 2,
370
370
  "regex": "",
371
371
  "skipUrlSync": false,
372
- "sort": 1,
372
+ "sort": 5,
373
373
  "type": "query"
374
374
  }
375
375
  ]
@@ -497,9 +497,9 @@
497
497
  "targets": [
498
498
  {
499
499
  "datasource": "SQLite",
500
- "queryText": "SELECT t.timestamp, SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) AS \"Total Received\", SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) * -1 AS \"Total Sent\", SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) - SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) AS \"Net\" FROM general_ledger AS t JOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id WHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000 GROUP BY timestamp ORDER BY timestamp;",
500
+ "queryText": "SELECT t.timestamp,\r\n SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) AS \"Total Received\",\r\n SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) * -1 AS \"Total Sent\",\r\n SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) - SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) AS \"Net\"\r\nFROM general_ledger AS t\r\nJOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id\r\nWHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000\r\nGROUP BY timestamp\r\nORDER BY timestamp;",
501
501
  "queryType": "table",
502
- "rawQueryText": "SELECT t.timestamp, SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) AS \"Total Received\", SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) * -1 AS \"Total Sent\", SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) - SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) AS \"Net\" FROM general_ledger AS t JOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id WHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000 GROUP BY timestamp ORDER BY timestamp;",
502
+ "rawQueryText": "SELECT t.timestamp,\r\n SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) AS \"Total Received\",\r\n SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) * -1 AS \"Total Sent\",\r\n SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income','Sort Me (Inbound)') THEN t.value_usd ELSE 0 END) - SUM(CASE WHEN gh.top_category in ('Cost of Revenue','Expenses','Other Expenses','Sort Me (Outbound)') THEN t.value_usd ELSE 0 END) AS \"Net\"\r\nFROM general_ledger AS t\r\nJOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id\r\nWHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000\r\nGROUP BY timestamp\r\nORDER BY timestamp;",
503
503
  "refId": "A",
504
504
  "timeColumns": [
505
505
  "timestamp"
@@ -522,6 +522,7 @@
522
522
  "options": {
523
523
  "conversions": [
524
524
  {
525
+ "dateFormat": "YYYY-WW",
525
526
  "destinationType": "time",
526
527
  "targetField": "timestamp"
527
528
  }
@@ -815,7 +816,7 @@
815
816
  "type": "stat"
816
817
  }
817
818
  ],
818
- "refresh": "",
819
+ "refresh": false,
819
820
  "schemaVersion": 38,
820
821
  "tags": [],
821
822
  "templating": {
@@ -398,6 +398,7 @@
398
398
  "options": {
399
399
  "conversions": [
400
400
  {
401
+ "dateFormat": "YYYY-WW",
401
402
  "destinationType": "time",
402
403
  "targetField": "timestamp"
403
404
  }
Binary file
Binary file
Binary file
dao_treasury/_wallet.py CHANGED
@@ -149,16 +149,18 @@ def load_wallets_from_yaml(path: Path) -> List[TreasuryWallet]:
149
149
  elif not isinstance(cfg, dict):
150
150
  raise ValueError(f"Invalid config for wallet {address}, expected mapping")
151
151
 
152
- # Extract optional networks list
153
- networks = cfg.get("networks", [])
154
- if not isinstance(networks, list) or not all(
155
- isinstance(n, int) for n in networks
156
- ):
157
- raise ValueError(
158
- f"'networks' for wallet {address} must be a list of integers, got {networks}"
159
- )
152
+ kwargs = {"address": address}
160
153
 
161
- kwargs = {"address": address, "networks": networks}
154
+ # Extract optional networks list
155
+ networks = cfg.get("networks")
156
+ if networks:
157
+ if not isinstance(networks, list) or not all(
158
+ isinstance(n, int) for n in networks
159
+ ):
160
+ raise ValueError(
161
+ f"'networks' for wallet {address} must be a list of integers, got {networks}"
162
+ )
163
+ kwargs["networks"] = networks
162
164
 
163
165
  # Parse start: timestamp universal, block under chain key
164
166
  start_cfg = cfg.get("start", {})
@@ -241,6 +243,8 @@ def load_wallets_from_yaml(path: Path) -> List[TreasuryWallet]:
241
243
  f"Invalid key: {key}. Valid options are 'block' or 'timestamp'."
242
244
  )
243
245
 
244
- wallets.append(TreasuryWallet(**kwargs))
246
+ wallet = TreasuryWallet(**kwargs)
247
+ print(f"initialized {wallet}")
248
+ wallets.append(wallet)
245
249
 
246
250
  return wallets
Binary file
dao_treasury/db.py CHANGED
@@ -863,27 +863,48 @@ class TreasuryTx(DbEntity):
863
863
  },
864
864
  ) from e
865
865
  except InvalidOperation as e:
866
- logger.error(e)
867
- logger.error(
868
- {
869
- "chain": Chain.get_dbid(CHAINID),
870
- "block": entry.block_number,
871
- "timestamp": ts,
872
- "hash": entry.hash.hex(),
873
- "log_index": log_index,
874
- "from_address": from_address,
875
- "to_address": to_address,
876
- "token": token,
877
- "amount": entry.value,
878
- "price": entry.price,
879
- "value_usd": entry.value_usd,
880
- # TODO: nuke db and add this column
881
- # gas = gas,
882
- "gas_used": gas_used,
883
- "gas_price": gas_price,
884
- "txgroup": txgroup_dbid,
885
- }
886
- )
866
+ with db_session:
867
+ from_address_entity = Address[from_address]
868
+ to_address_entity = Address[to_address]
869
+ token_entity = Token[token]
870
+ logger.error(e)
871
+ logger.error(
872
+ {
873
+ "chain": Chain.get_dbid(CHAINID),
874
+ "block": entry.block_number,
875
+ "timestamp": ts,
876
+ "hash": entry.hash.hex(),
877
+ "log_index": log_index,
878
+ "from_address": {
879
+ "dbid": from_address,
880
+ "address": from_address_entity.address,
881
+ "nickname": from_address_entity.nickname,
882
+ },
883
+ "to_address": {
884
+ "dbid": to_address,
885
+ "address": to_address_entity.address,
886
+ "nickname": to_address_entity.nickname,
887
+ },
888
+ "token": {
889
+ "dbid": token,
890
+ "address": token_entity.address.address,
891
+ "name": token_entity.name,
892
+ "symbol": token_entity.symbol,
893
+ "decimals": token_entity.decimals,
894
+ },
895
+ "amount": entry.value,
896
+ "price": entry.price,
897
+ "value_usd": entry.value_usd,
898
+ # TODO: nuke db and add this column
899
+ # gas = gas,
900
+ "gas_used": gas_used,
901
+ "gas_price": gas_price,
902
+ "txgroup": {
903
+ "dbid": txgroup_dbid,
904
+ "fullname": TxGroup[txgroup_dbid].fullname,
905
+ },
906
+ }
907
+ )
887
908
  return None
888
909
  except TransactionIntegrityError as e:
889
910
  return _validate_integrity_error(entry, log_index)
@@ -3,9 +3,6 @@ networks:
3
3
  docker_eth_portfolio:
4
4
  external: true
5
5
 
6
- volumes:
7
- grafana_data: {}
8
-
9
6
  services:
10
7
  grafana:
11
8
  image: grafana/grafana:10.2.0
@@ -24,7 +21,6 @@ services:
24
21
  - GF_INSTALL_PLUGINS=volkovlabs-variable-panel,frser-sqlite-datasource
25
22
  volumes:
26
23
  - ~/.dao-treasury/:/app/dao-treasury-data
27
- - grafana_data:/var/lib/grafana
28
24
  - ./.grafana/provisioning/:/etc/grafana/provisioning/
29
25
  networks:
30
26
  - dao_treasury
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dao_treasury
3
- Version: 0.0.33
3
+ Version: 0.0.35
4
4
  Summary: Produce comprehensive financial reports for your on-chain org
5
5
  Classifier: Development Status :: 3 - Alpha
6
6
  Classifier: Intended Audience :: Developers
@@ -1,51 +1,51 @@
1
- bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd,sha256=DMoZPiTBj0EF-4nJTW90eZAZB4BJsCoxnvk8lpEuzSI,407552
1
+ bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd,sha256=tlTyM9G_pbV_7-mCWn-lHZ0LugPdShk0WmkBvuMqH5s,407552
2
2
  dao_treasury/ENVIRONMENT_VARIABLES.py,sha256=ci7djcsXc9uRi6_vBQv-avGQrrIacyftXmcwKuitWWU,203
3
3
  dao_treasury/__init__.py,sha256=U8BsakN_w15wVE_7MjVbHD9LBal48LfJ6a1Icf5oHdY,1052
4
- dao_treasury/_docker.cp310-win32.pyd,sha256=VMeNLOCu5yvw0JMLAjxJOjSXcXcy6rkGsrNtNd5nDis,9216
4
+ dao_treasury/_docker.cp310-win32.pyd,sha256=BC0o_zGLMO-KV9XYtukNDVjHoF8ylSnxBv4oIfZopL4,9216
5
5
  dao_treasury/_docker.py,sha256=wY26wCrQ8p-L0KfMJftyzI_YAszHjnBWLw94eh0LxxY,5607
6
- dao_treasury/_nicknames.cp310-win32.pyd,sha256=VZlWjJcPq00Cuoog9qRrVjJ8i_n_YkBKixrlQyPrg44,9216
6
+ dao_treasury/_nicknames.cp310-win32.pyd,sha256=8vW1Bpb7R3BtdQLYCY_F9dhU-VlV4cL0raGj964qL-8,9216
7
7
  dao_treasury/_nicknames.py,sha256=NpbQ4NtmZF_A_vqTGSal2KzKzkH5t7_wbI8EtMBqEr4,497
8
- dao_treasury/_wallet.cp310-win32.pyd,sha256=U3T-XwzG2kkGY8rBuNAsCdb5UWcoOAszeFJj_xuFwOQ,9216
9
- dao_treasury/_wallet.py,sha256=q-H3YrRLWHIjOplVEcY2zqYnv6J--nxXtcx_-a1jcQw,10584
10
- dao_treasury/constants.cp310-win32.pyd,sha256=DYALwxE2Znm8lqfxNQ8PqEC6mk-Mgp5eeKKjiZooqWg,9216
8
+ dao_treasury/_wallet.cp310-win32.pyd,sha256=sglowd59OrfHdgsrTxhqzz_1LU_CFtYM5ECOyyZ7V8I,9216
9
+ dao_treasury/_wallet.py,sha256=nHBAKFJstdKuYbvpskGVx2KU80YrZHGHsEh5V3TwIHs,10712
10
+ dao_treasury/constants.cp310-win32.pyd,sha256=fEo1RAMV6lP7Y01Zt37P8-8q0ssWAa2x-aqd5hnhuBE,9216
11
11
  dao_treasury/constants.py,sha256=VNzlrwC8HB8LdKNmoIfncUACKHfXZxp2GtBBrH_lZKE,522
12
- dao_treasury/db.py,sha256=FMoPgWtXjg_DjwpkUumpCOgPFqgRBfwmAaSyp_fl9mU,47499
13
- dao_treasury/docker-compose.yaml,sha256=trksBUUwNGJGcrsgX0k0xVEsl-SjWzYE_4tpO1DjuJg,1421
12
+ dao_treasury/db.py,sha256=KH1yNuzSEO2Q6miLwM8W4l32qqlHkga3Nxxu-g_iS9s,48643
13
+ dao_treasury/docker-compose.yaml,sha256=s0Nq-u--kIyknC-rlmJW2ycdKPjwJ_HetG7jBBJD95A,1350
14
14
  dao_treasury/main.py,sha256=yVQGwDgO4XKcxV6tQQPxEcLcZPSEEK1yJS8Djfq3Esc,8294
15
15
  dao_treasury/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  dao_treasury/treasury.py,sha256=64_z0lsjOngGFASCVQNUM-QfbC5YqhKMgOdtLh758co,6678
17
- dao_treasury/types.cp310-win32.pyd,sha256=YBpQmGHfHaBdk4d_XhsWHmm6HwJBlzWGSi986hP1m6A,9216
17
+ dao_treasury/types.cp310-win32.pyd,sha256=l_rp-TdyRM8aw_p6NsQiY5fcxGI5oYj3ln17or8HNz8,9216
18
18
  dao_treasury/types.py,sha256=KFz4WKPp4t_RBwIT6YGwOcgbzw8tdHIOcXTFsUA0pJA,3818
19
19
  dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=PwGrxPA5snT37bmpCuP9WE9T7weACm39N9lEsudr7f0,1337
20
- dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json,sha256=zKisR5WewEdpPMMSVLe3w-K8YBg30CYEuzrYjW_LZTQ,3518
20
+ dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json,sha256=Q0QTL1UIYQCsqj8GQuZMt81Ick-FMhYphbBo8XV1TQs,7248
21
21
  dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json,sha256=AvwYvGO4BmEKuwkdUQ0lyo2J4dp5E8DsmF0LGDOiA7A,6640
22
- dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json,sha256=Uvl9FlNQwE5QTqXOahKVUq5jCMIdX-iMYXdksVXwUQ8,13617
23
- dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json,sha256=QimWaoksNwAMm9tDgsTHeaSCNqmHY0P6YjG4ib1103g,26364
22
+ dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json,sha256=JRQDKLG4KHVTETtbaKPdP0LgSehRzGMABvlHQ6S5knQ,13617
23
+ dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json,sha256=nF76JC3vvlcSsFixf9M5b3H31HLVNP3VxTrOx02TLZE,26499
24
24
  dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json,sha256=TDDhrZu0RRh3JNMNg-NrF9vhXe7QuuIa4WXn74d1rOw,18754
25
- dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=1EyTx0BJoa-s8J9mm_Byho3vNF52n6dNoh1_EzajoOE,14802
25
+ dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=_W5Zt-J0YTVGAKPbM5kbMnv0EC3K_eZgJbqLgzkanS4,14844
26
26
  dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json,sha256=6y7Fp-2g1iRanRBtWKKN13sXjaKxBvqld7416ZJu4YI,72196
27
27
  dao_treasury/.grafana/provisioning/datasources/datasources.yaml,sha256=gLmJsOkEXNzWRDibShfHFySWeuExW-dSB_U0OSfH868,344
28
- dao_treasury/sorting/__init__.cp310-win32.pyd,sha256=N4QA81REgih26AmFoqgTz0sKyLD0jqjv6xdpiM8hnIM,9216
28
+ dao_treasury/sorting/__init__.cp310-win32.pyd,sha256=KXS-nYCUH35GCEebugJWQ482WCgtBKQvRKiy_KIZtyk,9216
29
29
  dao_treasury/sorting/__init__.py,sha256=_uxM_FE1paM8oDAhDdHSyhDwnrlxCYX_lGn2DOqCaHU,10666
30
- dao_treasury/sorting/_matchers.cp310-win32.pyd,sha256=A_grzocpbs19BwdhZD3DJ467dqGJp_skgVMDV3v0WCM,9216
30
+ dao_treasury/sorting/_matchers.cp310-win32.pyd,sha256=BX70dkpRyl7t8UuHrVwmwqCGbT27ElVjZ0iq9mGfXBM,9216
31
31
  dao_treasury/sorting/_matchers.py,sha256=ACi6aXZCKW5OTiztsID7CXCGJounj5c6ivhOCg2436M,14392
32
- dao_treasury/sorting/_rules.cp310-win32.pyd,sha256=A9vkzoklvkQ2Y00mp9L2aC8tZ70c9xVk_9A8Q7Sx5y0,9216
32
+ dao_treasury/sorting/_rules.cp310-win32.pyd,sha256=MhmRi9OeQ6AwRfr5d2agMvmQ39m_yoY8FSvv6b04fgU,9216
33
33
  dao_treasury/sorting/_rules.py,sha256=DxhdUgpS0q0LWeLl9W1Bjn5LZz9z4OLA03vQllPMH9k,9229
34
- dao_treasury/sorting/factory.cp310-win32.pyd,sha256=_CWvTMLOf81r4iRVE2fwVcz9Z_6i4lY0dQ2ITnwky9c,9216
34
+ dao_treasury/sorting/factory.cp310-win32.pyd,sha256=ZYpwPOkNPXh-XywxR-d0ILxulURFQNB5BC9D6eQ3xeU,9216
35
35
  dao_treasury/sorting/factory.py,sha256=zlJ18xlMTxv8ACV6_MimCVIDsw3K5AZcyvKaNYY7R14,10484
36
- dao_treasury/sorting/rule.cp310-win32.pyd,sha256=RGeYjRyq0WGTqGbuD4RLVM2jITh0sveRPB0KU0WFh7g,9216
36
+ dao_treasury/sorting/rule.cp310-win32.pyd,sha256=xth2zj5w9PUq-gpv1A2H76HdvHJPtg0YSzdsD7sm6zc,9216
37
37
  dao_treasury/sorting/rule.py,sha256=TsSlaU4UlYr4QWJBdUY7EOAfC_SK6_VA3wEFOFNUUrU,11837
38
- dao_treasury/sorting/rules/__init__.cp310-win32.pyd,sha256=zLgHGUywBsK1MBJi93h8bkJht9-cw5LrhE7F-pVeneM,9216
38
+ dao_treasury/sorting/rules/__init__.cp310-win32.pyd,sha256=jLKnFi4zpxZPO3fgvtHZsYgqpQ_vsu_3T_pOTLBFsiE,9216
39
39
  dao_treasury/sorting/rules/__init__.py,sha256=hcLfejOEwD8RaM2RE-38Ej6_WkvL9BVGvIIGY848E6E,49
40
- dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd,sha256=k5RPl1PKAvftggaq7nSTetPEPKYDJ7i-JcsVH8nHlXE,9216
40
+ dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd,sha256=EpB0ntCUDbM0rTthVYYSM8goXB3Xgg3n-1o7XECnGSA,9216
41
41
  dao_treasury/sorting/rules/ignore/__init__.py,sha256=16THKoGdj6qfkkytuCFVG_R1M6KSErMI4AVE1p0ukS4,58
42
- dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd,sha256=E6Mq0SOEAGHuu_zZc47H0wdc9iIcg_CwQBJ1WtumZ5Y,9216
42
+ dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd,sha256=cFDNmO12DU17vnfeGlIXNGiC5Jwa5Rl9umOqDIlYwZk,9216
43
43
  dao_treasury/sorting/rules/ignore/llamapay.py,sha256=aYyAJRlmv419IeaqkcV5o3ffx0UVfteU0lTl80j0BGo,783
44
- dao_treasury/streams/__init__.cp310-win32.pyd,sha256=1oppKa6ehbkc-FIvmDTrqorGEs3FLNo9R_7_PYn4jB0,9216
44
+ dao_treasury/streams/__init__.cp310-win32.pyd,sha256=ukJycUxHt98GSbicVV4e9JwBus4KoN-YR7ikGGvZaTc,9216
45
45
  dao_treasury/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- dao_treasury/streams/llamapay.cp310-win32.pyd,sha256=w9nAOaz25b454pncbxrlPTotOFx2mw7vU2-0bSRgEyI,9216
46
+ dao_treasury/streams/llamapay.cp310-win32.pyd,sha256=lAVmnbJ1mZhVQVx4DkX3Btmw4Qwn6D9dtCkUqwDmg6U,9216
47
47
  dao_treasury/streams/llamapay.py,sha256=HXG3Qg8R5l1FTVgmSnpOBRoDt2VchjOI-dU9rrC_mjQ,13150
48
- dao_treasury-0.0.33.dist-info/METADATA,sha256=TGhPqs8nC23v-UCxZG9gxCW7cnhTTUZUc9USGmin21I,7149
49
- dao_treasury-0.0.33.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
50
- dao_treasury-0.0.33.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
51
- dao_treasury-0.0.33.dist-info/RECORD,,
48
+ dao_treasury-0.0.35.dist-info/METADATA,sha256=8VDkjRY-IeN3oDSc3K7sVNxeiD4G7Ox6Gl84c7rI_Rw,7149
49
+ dao_treasury-0.0.35.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
50
+ dao_treasury-0.0.35.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
51
+ dao_treasury-0.0.35.dist-info/RECORD,,