dao-treasury 0.0.50__cp311-cp311-win32.whl → 0.0.52__cp311-cp311-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.
- bf2b4fe1f86ad2ea158b__mypyc.cp311-win32.pyd +0 -0
- dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json +8 -8
- dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json +9 -8
- dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json +8 -35
- dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json +65 -34
- dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json +46 -24
- dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json +34 -18
- dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json +1881 -900
- dao_treasury/_docker.cp311-win32.pyd +0 -0
- dao_treasury/_nicknames.cp311-win32.pyd +0 -0
- dao_treasury/_wallet.cp311-win32.pyd +0 -0
- dao_treasury/constants.cp311-win32.pyd +0 -0
- dao_treasury/sorting/__init__.cp311-win32.pyd +0 -0
- dao_treasury/sorting/_matchers.cp311-win32.pyd +0 -0
- dao_treasury/sorting/_rules.cp311-win32.pyd +0 -0
- dao_treasury/sorting/factory.cp311-win32.pyd +0 -0
- dao_treasury/sorting/rule.cp311-win32.pyd +0 -0
- dao_treasury/sorting/rules/__init__.cp311-win32.pyd +0 -0
- dao_treasury/sorting/rules/ignore/__init__.cp311-win32.pyd +0 -0
- dao_treasury/sorting/rules/ignore/llamapay.cp311-win32.pyd +0 -0
- dao_treasury/streams/__init__.cp311-win32.pyd +0 -0
- dao_treasury/streams/llamapay.cp311-win32.pyd +0 -0
- dao_treasury/types.cp311-win32.pyd +0 -0
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.52.dist-info}/METADATA +2 -2
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.52.dist-info}/RECORD +27 -27
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.52.dist-info}/WHEEL +0 -0
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.52.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -18,9 +18,8 @@
|
|
|
18
18
|
"editable": true,
|
|
19
19
|
"fiscalYearStartMonth": 0,
|
|
20
20
|
"graphTooltip": 0,
|
|
21
|
-
"id":
|
|
21
|
+
"id": 11,
|
|
22
22
|
"links": [],
|
|
23
|
-
"liveNow": false,
|
|
24
23
|
"panels": [
|
|
25
24
|
{
|
|
26
25
|
"datasource": {
|
|
@@ -46,7 +45,7 @@
|
|
|
46
45
|
"steps": [
|
|
47
46
|
{
|
|
48
47
|
"color": "green",
|
|
49
|
-
"value":
|
|
48
|
+
"value": 0
|
|
50
49
|
},
|
|
51
50
|
{
|
|
52
51
|
"color": "red",
|
|
@@ -185,7 +184,7 @@
|
|
|
185
184
|
},
|
|
186
185
|
"showHeader": true
|
|
187
186
|
},
|
|
188
|
-
"pluginVersion": "
|
|
187
|
+
"pluginVersion": "12.1.1",
|
|
189
188
|
"targets": [
|
|
190
189
|
{
|
|
191
190
|
"datasource": {
|
|
@@ -206,8 +205,9 @@
|
|
|
206
205
|
"type": "table"
|
|
207
206
|
}
|
|
208
207
|
],
|
|
208
|
+
"preload": false,
|
|
209
209
|
"refresh": "",
|
|
210
|
-
"schemaVersion":
|
|
210
|
+
"schemaVersion": 41,
|
|
211
211
|
"tags": [],
|
|
212
212
|
"templating": {
|
|
213
213
|
"list": []
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"timepicker": {},
|
|
220
220
|
"timezone": "",
|
|
221
221
|
"title": "LlamaPay",
|
|
222
|
+
"description": "A simple dashboard with a comprehensive view of all LlamaPay payment streams managed by the DAO, including stream status, participants, configuration, and transaction group.",
|
|
222
223
|
"uid": "aa4d62a2-9e52-4acc-8f38-a96c77810aca",
|
|
223
|
-
"version":
|
|
224
|
-
|
|
225
|
-
}
|
|
224
|
+
"version": 1
|
|
225
|
+
}
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"graphTooltip": 0,
|
|
18
18
|
"id": 2,
|
|
19
19
|
"links": [],
|
|
20
|
-
"liveNow": false,
|
|
21
20
|
"panels": [
|
|
22
21
|
{
|
|
23
22
|
"datasource": "SQLite",
|
|
@@ -39,7 +38,7 @@
|
|
|
39
38
|
"steps": [
|
|
40
39
|
{
|
|
41
40
|
"color": "green",
|
|
42
|
-
"value":
|
|
41
|
+
"value": 0
|
|
43
42
|
},
|
|
44
43
|
{
|
|
45
44
|
"color": "red",
|
|
@@ -75,21 +74,23 @@
|
|
|
75
74
|
}
|
|
76
75
|
]
|
|
77
76
|
},
|
|
78
|
-
"pluginVersion": "
|
|
77
|
+
"pluginVersion": "12.1.1",
|
|
79
78
|
"targets": [
|
|
80
79
|
{
|
|
81
80
|
"datasource": "SQLite",
|
|
82
81
|
"queryText": "SELECT\n month AS \"Month\",\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END) AS \"Revenue\",\n SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END) AS \"Cost of Revenue\",\n SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END) AS \"Expenses\",\n SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END) AS \"Other Income\",\n SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END) AS \"Other Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n ) AS \"Sorted Net\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Income\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END)\n ) AS \"Net\"\nFROM (\n SELECT\n strftime('%Y-%m', datetime(t.timestamp, 'unixepoch')) AS month,\n gh.top_category,\n COALESCE(t.value_usd, 0) AS value_usd\n FROM treasury_txs AS t\n JOIN txgroups AS tg ON t.txgroup_id = tg.txgroup_id\n JOIN txgroup_hierarchy AS gh ON tg.txgroup_id = gh.txgroup_id\n WHERE t.timestamp >= strftime('%s', '2025-01-01') AND tg.name <> 'Ignore'\n) AS s\nGROUP BY month;",
|
|
83
82
|
"queryType": "table",
|
|
84
|
-
"rawQueryText": "SELECT\n month AS \"Month\",\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END) AS \"Revenue\",\n SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END) AS \"Cost of Revenue\",\n SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END) AS \"Expenses\",\n SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END) AS \"Other Income\",\n SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END) AS \"Other Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n ) AS \"Sorted Net\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Income\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END)\n ) AS \"Net\"\nFROM (\n SELECT\n strftime('%Y-%m', datetime(t.timestamp, 'unixepoch')) AS month,\n gh.top_category,\n COALESCE(t.value_usd, 0) AS value_usd\n FROM treasury_txs AS t\n JOIN txgroups AS tg ON t.txgroup_id = tg.txgroup_id\n JOIN txgroup_hierarchy AS gh ON tg.txgroup_id = gh.txgroup_id\n WHERE t.timestamp >= strftime('%s', '2025-01-01') AND tg.name <> 'Ignore'\n) AS s\nGROUP BY month;"
|
|
83
|
+
"rawQueryText": "SELECT\n month AS \"Month\",\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END) AS \"Revenue\",\n SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END) AS \"Cost of Revenue\",\n SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END) AS \"Expenses\",\n SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END) AS \"Other Income\",\n SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END) AS \"Other Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n ) AS \"Sorted Net\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Income\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END)\n ) AS \"Net\"\nFROM (\n SELECT\n strftime('%Y-%m', datetime(t.timestamp, 'unixepoch')) AS month,\n gh.top_category,\n COALESCE(t.value_usd, 0) AS value_usd\n FROM treasury_txs AS t\n JOIN txgroups AS tg ON t.txgroup_id = tg.txgroup_id\n JOIN txgroup_hierarchy AS gh ON tg.txgroup_id = gh.txgroup_id\n WHERE t.timestamp >= strftime('%s', '2025-01-01') AND tg.name <> 'Ignore'\n) AS s\nGROUP BY month;",
|
|
84
|
+
"refId": "A"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
87
87
|
"title": "Monthly Profit & Loss",
|
|
88
88
|
"type": "table"
|
|
89
89
|
}
|
|
90
90
|
],
|
|
91
|
+
"preload": false,
|
|
91
92
|
"refresh": "",
|
|
92
|
-
"schemaVersion":
|
|
93
|
+
"schemaVersion": 41,
|
|
93
94
|
"tags": [],
|
|
94
95
|
"templating": {
|
|
95
96
|
"list": []
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"timepicker": {},
|
|
102
103
|
"timezone": "",
|
|
103
104
|
"title": "Monthly P&L",
|
|
105
|
+
"description": "Summarizes the DAO's monthly profit and loss, providing a breakdown of sorted and unsorted financial activity for each month. Supports financial reporting and tracking the progress of transaction categorization.",
|
|
104
106
|
"uid": "a63fa9a7-d4f3-4092-9bde-194add8bcbeb",
|
|
105
|
-
"version": 1
|
|
106
|
-
|
|
107
|
-
}
|
|
107
|
+
"version": 1
|
|
108
|
+
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"editable": true,
|
|
16
16
|
"fiscalYearStartMonth": 0,
|
|
17
17
|
"graphTooltip": 0,
|
|
18
|
+
"id": 9,
|
|
18
19
|
"links": [],
|
|
19
|
-
"liveNow": false,
|
|
20
20
|
"panels": [
|
|
21
21
|
{
|
|
22
22
|
"datasource": "SQLite",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"steps": [
|
|
37
37
|
{
|
|
38
38
|
"color": "green",
|
|
39
|
-
"value":
|
|
39
|
+
"value": 0
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"color": "red",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
}
|
|
204
204
|
]
|
|
205
205
|
},
|
|
206
|
-
"pluginVersion": "
|
|
206
|
+
"pluginVersion": "12.1.1",
|
|
207
207
|
"targets": [
|
|
208
208
|
{
|
|
209
209
|
"datasource": "SQLite",
|
|
@@ -221,154 +221,127 @@
|
|
|
221
221
|
"type": "table"
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
|
+
"preload": false,
|
|
224
225
|
"refresh": "",
|
|
225
|
-
"schemaVersion":
|
|
226
|
+
"schemaVersion": 41,
|
|
226
227
|
"tags": [],
|
|
227
228
|
"templating": {
|
|
228
229
|
"list": [
|
|
229
230
|
{
|
|
230
231
|
"current": {
|
|
231
|
-
"selected": false,
|
|
232
232
|
"text": "All",
|
|
233
233
|
"value": "$__all"
|
|
234
234
|
},
|
|
235
235
|
"datasource": "SQLite",
|
|
236
236
|
"definition": "SELECT DISTINCT gh.top_category FROM treasury_txs a INNER JOIN txgroup_hierarchy gh ON a.txgroup_id = gh.txgroup_id;",
|
|
237
|
-
"hide": 0,
|
|
238
237
|
"includeAll": true,
|
|
239
238
|
"label": "Top Level",
|
|
240
|
-
"multi": false,
|
|
241
239
|
"name": "Top",
|
|
242
240
|
"options": [],
|
|
243
241
|
"query": "SELECT DISTINCT gh.top_category FROM treasury_txs a INNER JOIN txgroup_hierarchy gh ON a.txgroup_id = gh.txgroup_id;",
|
|
244
242
|
"refresh": 2,
|
|
245
243
|
"regex": "",
|
|
246
|
-
"skipUrlSync": false,
|
|
247
244
|
"sort": 5,
|
|
248
245
|
"type": "query"
|
|
249
246
|
},
|
|
250
247
|
{
|
|
251
248
|
"current": {
|
|
252
|
-
"selected": false,
|
|
253
249
|
"text": "All",
|
|
254
250
|
"value": "$__all"
|
|
255
251
|
},
|
|
256
252
|
"datasource": "SQLite",
|
|
257
253
|
"definition": "select distinct chain_name from treasury_txs a left join chains b on a.chain = b.chain_dbid",
|
|
258
254
|
"description": "",
|
|
259
|
-
"hide": 0,
|
|
260
255
|
"includeAll": true,
|
|
261
|
-
"multi": false,
|
|
262
256
|
"name": "Chain",
|
|
263
257
|
"options": [],
|
|
264
258
|
"query": "select distinct chain_name from treasury_txs a left join chains b on a.chain = b.chain_dbid",
|
|
265
259
|
"refresh": 2,
|
|
266
260
|
"regex": "",
|
|
267
|
-
"skipUrlSync": false,
|
|
268
261
|
"sort": 5,
|
|
269
262
|
"type": "query"
|
|
270
263
|
},
|
|
271
264
|
{
|
|
272
265
|
"current": {
|
|
273
|
-
"selected": false,
|
|
274
266
|
"text": "All",
|
|
275
267
|
"value": "$__all"
|
|
276
268
|
},
|
|
277
269
|
"datasource": "SQLite",
|
|
278
270
|
"definition": "select distinct symbol from treasury_txs a left join tokens b on a.token_id = b.token_id",
|
|
279
|
-
"hide": 0,
|
|
280
271
|
"includeAll": true,
|
|
281
|
-
"multi": false,
|
|
282
272
|
"name": "Token",
|
|
283
273
|
"options": [],
|
|
284
274
|
"query": "select distinct symbol from treasury_txs a left join tokens b on a.token_id = b.token_id",
|
|
285
275
|
"refresh": 2,
|
|
286
276
|
"regex": "",
|
|
287
|
-
"skipUrlSync": false,
|
|
288
277
|
"sort": 5,
|
|
289
278
|
"type": "query"
|
|
290
279
|
},
|
|
291
280
|
{
|
|
292
281
|
"current": {
|
|
293
|
-
"selected": false,
|
|
294
282
|
"text": "All",
|
|
295
283
|
"value": "$__all"
|
|
296
284
|
},
|
|
297
285
|
"datasource": "SQLite",
|
|
298
286
|
"definition": "select distinct address from treasury_txs a left join addresses b on a.\"from\" = b.address_id",
|
|
299
|
-
"hide": 0,
|
|
300
287
|
"includeAll": true,
|
|
301
288
|
"label": "From Address",
|
|
302
|
-
"multi": false,
|
|
303
289
|
"name": "From",
|
|
304
290
|
"options": [],
|
|
305
291
|
"query": "select distinct address from treasury_txs a left join addresses b on a.\"from\" = b.address_id",
|
|
306
292
|
"refresh": 2,
|
|
307
293
|
"regex": "",
|
|
308
|
-
"skipUrlSync": false,
|
|
309
294
|
"sort": 5,
|
|
310
295
|
"type": "query"
|
|
311
296
|
},
|
|
312
297
|
{
|
|
313
298
|
"current": {
|
|
314
|
-
"selected": false,
|
|
315
299
|
"text": "All",
|
|
316
300
|
"value": "$__all"
|
|
317
301
|
},
|
|
318
302
|
"datasource": "SQLite",
|
|
319
303
|
"definition": "select distinct nickname from treasury_txs a inner join addresses b on a.\"from\" = b.address_id",
|
|
320
|
-
"hide": 0,
|
|
321
304
|
"includeAll": true,
|
|
322
305
|
"label": "From Nickname",
|
|
323
|
-
"multi": false,
|
|
324
306
|
"name": "FromNickname",
|
|
325
307
|
"options": [],
|
|
326
308
|
"query": "select distinct nickname from treasury_txs a inner join addresses b on a.\"from\" = b.address_id",
|
|
327
309
|
"refresh": 2,
|
|
328
310
|
"regex": "",
|
|
329
|
-
"skipUrlSync": false,
|
|
330
311
|
"sort": 5,
|
|
331
312
|
"type": "query"
|
|
332
313
|
},
|
|
333
314
|
{
|
|
334
315
|
"current": {
|
|
335
|
-
"selected": false,
|
|
336
316
|
"text": "All",
|
|
337
317
|
"value": "$__all"
|
|
338
318
|
},
|
|
339
319
|
"datasource": "SQLite",
|
|
340
320
|
"definition": "select distinct address from treasury_txs a left join addresses b on a.\"to\" = b.address_id",
|
|
341
|
-
"hide": 0,
|
|
342
321
|
"includeAll": true,
|
|
343
322
|
"label": "To Address",
|
|
344
|
-
"multi": false,
|
|
345
323
|
"name": "To",
|
|
346
324
|
"options": [],
|
|
347
325
|
"query": "select distinct address from treasury_txs a left join addresses b on a.\"to\" = b.address_id",
|
|
348
326
|
"refresh": 2,
|
|
349
327
|
"regex": "",
|
|
350
|
-
"skipUrlSync": false,
|
|
351
328
|
"sort": 5,
|
|
352
329
|
"type": "query"
|
|
353
330
|
},
|
|
354
331
|
{
|
|
355
332
|
"current": {
|
|
356
|
-
"selected": false,
|
|
357
333
|
"text": "All",
|
|
358
334
|
"value": "$__all"
|
|
359
335
|
},
|
|
360
336
|
"datasource": "SQLite",
|
|
361
337
|
"definition": "select distinct nickname from treasury_txs a inner join addresses b on a.\"to\" = b.address_id",
|
|
362
|
-
"hide": 0,
|
|
363
338
|
"includeAll": true,
|
|
364
339
|
"label": "To Nickname",
|
|
365
|
-
"multi": false,
|
|
366
340
|
"name": "ToNickname",
|
|
367
341
|
"options": [],
|
|
368
342
|
"query": "select distinct nickname from treasury_txs a inner join addresses b on a.\"to\" = b.address_id",
|
|
369
343
|
"refresh": 2,
|
|
370
344
|
"regex": "",
|
|
371
|
-
"skipUrlSync": false,
|
|
372
345
|
"sort": 5,
|
|
373
346
|
"type": "query"
|
|
374
347
|
}
|
|
@@ -381,7 +354,7 @@
|
|
|
381
354
|
"timepicker": {},
|
|
382
355
|
"timezone": "",
|
|
383
356
|
"title": "Treasury Transactions",
|
|
357
|
+
"description": "Provides a real-time, filterable table of all transactions in the DAO treasury database, including timestamp, block, hash, token, addresses, nicknames, amount, price, and value in USD. Enables detailed analysis and monitoring of all value transfers.",
|
|
384
358
|
"uid": "b21f1092-66a4-4fb0-90ef-ed77d2becaa4",
|
|
385
|
-
"version": 1
|
|
386
|
-
|
|
387
|
-
}
|
|
359
|
+
"version": 1
|
|
360
|
+
}
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"editable": true,
|
|
19
19
|
"fiscalYearStartMonth": 0,
|
|
20
20
|
"graphTooltip": 1,
|
|
21
|
+
"id": 4,
|
|
21
22
|
"links": [],
|
|
22
|
-
"liveNow": false,
|
|
23
23
|
"panels": [
|
|
24
24
|
{
|
|
25
25
|
"datasource": "SQLite",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"steps": [
|
|
35
35
|
{
|
|
36
36
|
"color": "green",
|
|
37
|
-
"value":
|
|
37
|
+
"value": 0
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"color": "red",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"graphMode": "area",
|
|
58
58
|
"justifyMode": "auto",
|
|
59
59
|
"orientation": "auto",
|
|
60
|
+
"percentChangeColorMode": "standard",
|
|
60
61
|
"reduceOptions": {
|
|
61
62
|
"calcs": [
|
|
62
63
|
"lastNotNull"
|
|
@@ -64,9 +65,11 @@
|
|
|
64
65
|
"fields": "",
|
|
65
66
|
"values": false
|
|
66
67
|
},
|
|
67
|
-
"
|
|
68
|
+
"showPercentChange": false,
|
|
69
|
+
"textMode": "auto",
|
|
70
|
+
"wideLayout": true
|
|
68
71
|
},
|
|
69
|
-
"pluginVersion": "
|
|
72
|
+
"pluginVersion": "12.1.1",
|
|
70
73
|
"targets": [
|
|
71
74
|
{
|
|
72
75
|
"datasource": "SQLite",
|
|
@@ -96,7 +99,7 @@
|
|
|
96
99
|
"steps": [
|
|
97
100
|
{
|
|
98
101
|
"color": "green",
|
|
99
|
-
"value":
|
|
102
|
+
"value": 0
|
|
100
103
|
},
|
|
101
104
|
{
|
|
102
105
|
"color": "red",
|
|
@@ -119,6 +122,7 @@
|
|
|
119
122
|
"graphMode": "area",
|
|
120
123
|
"justifyMode": "auto",
|
|
121
124
|
"orientation": "auto",
|
|
125
|
+
"percentChangeColorMode": "standard",
|
|
122
126
|
"reduceOptions": {
|
|
123
127
|
"calcs": [
|
|
124
128
|
"lastNotNull"
|
|
@@ -126,9 +130,11 @@
|
|
|
126
130
|
"fields": "",
|
|
127
131
|
"values": false
|
|
128
132
|
},
|
|
129
|
-
"
|
|
133
|
+
"showPercentChange": false,
|
|
134
|
+
"textMode": "auto",
|
|
135
|
+
"wideLayout": true
|
|
130
136
|
},
|
|
131
|
-
"pluginVersion": "
|
|
137
|
+
"pluginVersion": "12.1.1",
|
|
132
138
|
"targets": [
|
|
133
139
|
{
|
|
134
140
|
"datasource": "SQLite",
|
|
@@ -158,7 +164,7 @@
|
|
|
158
164
|
"steps": [
|
|
159
165
|
{
|
|
160
166
|
"color": "green",
|
|
161
|
-
"value":
|
|
167
|
+
"value": 0
|
|
162
168
|
},
|
|
163
169
|
{
|
|
164
170
|
"color": "red",
|
|
@@ -181,6 +187,7 @@
|
|
|
181
187
|
"graphMode": "area",
|
|
182
188
|
"justifyMode": "auto",
|
|
183
189
|
"orientation": "auto",
|
|
190
|
+
"percentChangeColorMode": "standard",
|
|
184
191
|
"reduceOptions": {
|
|
185
192
|
"calcs": [
|
|
186
193
|
"lastNotNull"
|
|
@@ -188,9 +195,11 @@
|
|
|
188
195
|
"fields": "",
|
|
189
196
|
"values": false
|
|
190
197
|
},
|
|
191
|
-
"
|
|
198
|
+
"showPercentChange": false,
|
|
199
|
+
"textMode": "auto",
|
|
200
|
+
"wideLayout": true
|
|
192
201
|
},
|
|
193
|
-
"pluginVersion": "
|
|
202
|
+
"pluginVersion": "12.1.1",
|
|
194
203
|
"targets": [
|
|
195
204
|
{
|
|
196
205
|
"datasource": "SQLite",
|
|
@@ -220,7 +229,7 @@
|
|
|
220
229
|
"steps": [
|
|
221
230
|
{
|
|
222
231
|
"color": "green",
|
|
223
|
-
"value":
|
|
232
|
+
"value": 0
|
|
224
233
|
},
|
|
225
234
|
{
|
|
226
235
|
"color": "red",
|
|
@@ -243,6 +252,7 @@
|
|
|
243
252
|
"graphMode": "area",
|
|
244
253
|
"justifyMode": "auto",
|
|
245
254
|
"orientation": "auto",
|
|
255
|
+
"percentChangeColorMode": "standard",
|
|
246
256
|
"reduceOptions": {
|
|
247
257
|
"calcs": [
|
|
248
258
|
"lastNotNull"
|
|
@@ -250,9 +260,11 @@
|
|
|
250
260
|
"fields": "",
|
|
251
261
|
"values": false
|
|
252
262
|
},
|
|
253
|
-
"
|
|
263
|
+
"showPercentChange": false,
|
|
264
|
+
"textMode": "auto",
|
|
265
|
+
"wideLayout": true
|
|
254
266
|
},
|
|
255
|
-
"pluginVersion": "
|
|
267
|
+
"pluginVersion": "12.1.1",
|
|
256
268
|
"targets": [
|
|
257
269
|
{
|
|
258
270
|
"datasource": "SQLite",
|
|
@@ -282,7 +294,7 @@
|
|
|
282
294
|
"steps": [
|
|
283
295
|
{
|
|
284
296
|
"color": "green",
|
|
285
|
-
"value":
|
|
297
|
+
"value": 0
|
|
286
298
|
},
|
|
287
299
|
{
|
|
288
300
|
"color": "red",
|
|
@@ -305,6 +317,7 @@
|
|
|
305
317
|
"graphMode": "area",
|
|
306
318
|
"justifyMode": "auto",
|
|
307
319
|
"orientation": "auto",
|
|
320
|
+
"percentChangeColorMode": "standard",
|
|
308
321
|
"reduceOptions": {
|
|
309
322
|
"calcs": [
|
|
310
323
|
"lastNotNull"
|
|
@@ -312,9 +325,11 @@
|
|
|
312
325
|
"fields": "",
|
|
313
326
|
"values": false
|
|
314
327
|
},
|
|
315
|
-
"
|
|
328
|
+
"showPercentChange": false,
|
|
329
|
+
"textMode": "auto",
|
|
330
|
+
"wideLayout": true
|
|
316
331
|
},
|
|
317
|
-
"pluginVersion": "
|
|
332
|
+
"pluginVersion": "12.1.1",
|
|
318
333
|
"targets": [
|
|
319
334
|
{
|
|
320
335
|
"datasource": "SQLite",
|
|
@@ -345,7 +360,7 @@
|
|
|
345
360
|
"steps": [
|
|
346
361
|
{
|
|
347
362
|
"color": "green",
|
|
348
|
-
"value":
|
|
363
|
+
"value": 0
|
|
349
364
|
},
|
|
350
365
|
{
|
|
351
366
|
"color": "red",
|
|
@@ -368,6 +383,7 @@
|
|
|
368
383
|
"graphMode": "area",
|
|
369
384
|
"justifyMode": "auto",
|
|
370
385
|
"orientation": "auto",
|
|
386
|
+
"percentChangeColorMode": "standard",
|
|
371
387
|
"reduceOptions": {
|
|
372
388
|
"calcs": [
|
|
373
389
|
"lastNotNull"
|
|
@@ -375,9 +391,11 @@
|
|
|
375
391
|
"fields": "",
|
|
376
392
|
"values": false
|
|
377
393
|
},
|
|
378
|
-
"
|
|
394
|
+
"showPercentChange": false,
|
|
395
|
+
"textMode": "auto",
|
|
396
|
+
"wideLayout": true
|
|
379
397
|
},
|
|
380
|
-
"pluginVersion": "
|
|
398
|
+
"pluginVersion": "12.1.1",
|
|
381
399
|
"targets": [
|
|
382
400
|
{
|
|
383
401
|
"datasource": "SQLite",
|
|
@@ -409,6 +427,7 @@
|
|
|
409
427
|
"axisLabel": "",
|
|
410
428
|
"axisPlacement": "auto",
|
|
411
429
|
"barAlignment": 0,
|
|
430
|
+
"barWidthFactor": 0.6,
|
|
412
431
|
"drawStyle": "bars",
|
|
413
432
|
"fillOpacity": 70,
|
|
414
433
|
"gradientMode": "none",
|
|
@@ -440,7 +459,7 @@
|
|
|
440
459
|
"steps": [
|
|
441
460
|
{
|
|
442
461
|
"color": "green",
|
|
443
|
-
"value":
|
|
462
|
+
"value": 0
|
|
444
463
|
},
|
|
445
464
|
{
|
|
446
465
|
"color": "red",
|
|
@@ -490,10 +509,12 @@
|
|
|
490
509
|
"showLegend": true
|
|
491
510
|
},
|
|
492
511
|
"tooltip": {
|
|
512
|
+
"hideZeros": false,
|
|
493
513
|
"mode": "single",
|
|
494
514
|
"sort": "none"
|
|
495
515
|
}
|
|
496
516
|
},
|
|
517
|
+
"pluginVersion": "12.1.1",
|
|
497
518
|
"targets": [
|
|
498
519
|
{
|
|
499
520
|
"datasource": "SQLite",
|
|
@@ -640,7 +661,7 @@
|
|
|
640
661
|
"steps": [
|
|
641
662
|
{
|
|
642
663
|
"color": "green",
|
|
643
|
-
"value":
|
|
664
|
+
"value": 0
|
|
644
665
|
},
|
|
645
666
|
{
|
|
646
667
|
"color": "red",
|
|
@@ -663,6 +684,7 @@
|
|
|
663
684
|
"graphMode": "area",
|
|
664
685
|
"justifyMode": "auto",
|
|
665
686
|
"orientation": "auto",
|
|
687
|
+
"percentChangeColorMode": "standard",
|
|
666
688
|
"reduceOptions": {
|
|
667
689
|
"calcs": [
|
|
668
690
|
"lastNotNull"
|
|
@@ -670,9 +692,11 @@
|
|
|
670
692
|
"fields": "",
|
|
671
693
|
"values": false
|
|
672
694
|
},
|
|
673
|
-
"
|
|
695
|
+
"showPercentChange": false,
|
|
696
|
+
"textMode": "auto",
|
|
697
|
+
"wideLayout": true
|
|
674
698
|
},
|
|
675
|
-
"pluginVersion": "
|
|
699
|
+
"pluginVersion": "12.1.1",
|
|
676
700
|
"targets": [
|
|
677
701
|
{
|
|
678
702
|
"datasource": "SQLite",
|
|
@@ -703,7 +727,7 @@
|
|
|
703
727
|
"steps": [
|
|
704
728
|
{
|
|
705
729
|
"color": "green",
|
|
706
|
-
"value":
|
|
730
|
+
"value": 0
|
|
707
731
|
},
|
|
708
732
|
{
|
|
709
733
|
"color": "red",
|
|
@@ -726,6 +750,7 @@
|
|
|
726
750
|
"graphMode": "area",
|
|
727
751
|
"justifyMode": "auto",
|
|
728
752
|
"orientation": "auto",
|
|
753
|
+
"percentChangeColorMode": "standard",
|
|
729
754
|
"reduceOptions": {
|
|
730
755
|
"calcs": [
|
|
731
756
|
"lastNotNull"
|
|
@@ -733,9 +758,11 @@
|
|
|
733
758
|
"fields": "",
|
|
734
759
|
"values": false
|
|
735
760
|
},
|
|
736
|
-
"
|
|
761
|
+
"showPercentChange": false,
|
|
762
|
+
"textMode": "auto",
|
|
763
|
+
"wideLayout": true
|
|
737
764
|
},
|
|
738
|
-
"pluginVersion": "
|
|
765
|
+
"pluginVersion": "12.1.1",
|
|
739
766
|
"targets": [
|
|
740
767
|
{
|
|
741
768
|
"datasource": "SQLite",
|
|
@@ -766,7 +793,7 @@
|
|
|
766
793
|
"steps": [
|
|
767
794
|
{
|
|
768
795
|
"color": "green",
|
|
769
|
-
"value":
|
|
796
|
+
"value": 0
|
|
770
797
|
},
|
|
771
798
|
{
|
|
772
799
|
"color": "red",
|
|
@@ -789,6 +816,7 @@
|
|
|
789
816
|
"graphMode": "area",
|
|
790
817
|
"justifyMode": "auto",
|
|
791
818
|
"orientation": "auto",
|
|
819
|
+
"percentChangeColorMode": "standard",
|
|
792
820
|
"reduceOptions": {
|
|
793
821
|
"calcs": [
|
|
794
822
|
"lastNotNull"
|
|
@@ -796,9 +824,11 @@
|
|
|
796
824
|
"fields": "",
|
|
797
825
|
"values": false
|
|
798
826
|
},
|
|
799
|
-
"
|
|
827
|
+
"showPercentChange": false,
|
|
828
|
+
"textMode": "auto",
|
|
829
|
+
"wideLayout": true
|
|
800
830
|
},
|
|
801
|
-
"pluginVersion": "
|
|
831
|
+
"pluginVersion": "12.1.1",
|
|
802
832
|
"targets": [
|
|
803
833
|
{
|
|
804
834
|
"datasource": "SQLite",
|
|
@@ -816,8 +846,9 @@
|
|
|
816
846
|
"type": "stat"
|
|
817
847
|
}
|
|
818
848
|
],
|
|
819
|
-
"
|
|
820
|
-
"
|
|
849
|
+
"preload": false,
|
|
850
|
+
"refresh": "",
|
|
851
|
+
"schemaVersion": 41,
|
|
821
852
|
"tags": [],
|
|
822
853
|
"templating": {
|
|
823
854
|
"list": []
|
|
@@ -829,7 +860,7 @@
|
|
|
829
860
|
"timepicker": {},
|
|
830
861
|
"timezone": "",
|
|
831
862
|
"title": "Total Cashflow Summary (Including Unsorted)",
|
|
863
|
+
"description": "Offers a complete picture of all DAO cashflows, including both sorted and unsorted transactions. This dashboard is ideal for tracking transactions still pending categorization and understanding their impact on overall cashflow.",
|
|
832
864
|
"uid": "2b6e7c1d-8f4a-4e3b-9b2a-1c7d8e9f0a2b",
|
|
833
|
-
"version":
|
|
834
|
-
|
|
835
|
-
}
|
|
865
|
+
"version": 4
|
|
866
|
+
}
|