dao-treasury 0.0.54__cp310-cp310-win32.whl → 0.0.56__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.
Potentially problematic release.
This version of dao-treasury might be problematic. Click here for more details.
- bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd +0 -0
- dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml +25 -1
- dao_treasury/.grafana/provisioning/dashboards/treasury/Current Treasury Assets.json +517 -0
- dao_treasury/.grafana/provisioning/dashboards/treasury/{Treasury.json → Historical Treasury Balances.json } +3 -3
- dao_treasury/_docker.cp310-win32.pyd +0 -0
- dao_treasury/_nicknames.cp310-win32.pyd +0 -0
- dao_treasury/_wallet.cp310-win32.pyd +0 -0
- dao_treasury/constants.cp310-win32.pyd +0 -0
- dao_treasury/sorting/__init__.cp310-win32.pyd +0 -0
- dao_treasury/sorting/_matchers.cp310-win32.pyd +0 -0
- dao_treasury/sorting/_rules.cp310-win32.pyd +0 -0
- dao_treasury/sorting/factory.cp310-win32.pyd +0 -0
- dao_treasury/sorting/rule.cp310-win32.pyd +0 -0
- dao_treasury/sorting/rules/__init__.cp310-win32.pyd +0 -0
- dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd +0 -0
- dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd +0 -0
- dao_treasury/streams/__init__.cp310-win32.pyd +0 -0
- dao_treasury/streams/llamapay.cp310-win32.pyd +0 -0
- dao_treasury/types.cp310-win32.pyd +0 -0
- {dao_treasury-0.0.54.dist-info → dao_treasury-0.0.56.dist-info}/METADATA +1 -1
- {dao_treasury-0.0.54.dist-info → dao_treasury-0.0.56.dist-info}/RECORD +23 -22
- {dao_treasury-0.0.54.dist-info → dao_treasury-0.0.56.dist-info}/WHEEL +0 -0
- {dao_treasury-0.0.54.dist-info → dao_treasury-0.0.56.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -11,7 +11,7 @@ providers:
|
|
|
11
11
|
path: /etc/grafana/provisioning/dashboards/summary
|
|
12
12
|
|
|
13
13
|
# Dashboards
|
|
14
|
-
- name: 'Treasury'
|
|
14
|
+
- name: 'Current Treasury Assets'
|
|
15
15
|
folder: 'Treasury'
|
|
16
16
|
type: file
|
|
17
17
|
disableDeletion: true
|
|
@@ -42,6 +42,14 @@ providers:
|
|
|
42
42
|
editable: false
|
|
43
43
|
options:
|
|
44
44
|
path: /etc/grafana/provisioning/dashboards/treasury
|
|
45
|
+
|
|
46
|
+
- name: 'Historical Treasury Balances'
|
|
47
|
+
folder: 'Treasury'
|
|
48
|
+
type: file
|
|
49
|
+
disableDeletion: true
|
|
50
|
+
editable: false
|
|
51
|
+
options:
|
|
52
|
+
path: /etc/grafana/provisioning/dashboards/treasury
|
|
45
53
|
|
|
46
54
|
- name: 'Treasury Transactions'
|
|
47
55
|
folder: 'Transactions'
|
|
@@ -58,3 +66,19 @@ providers:
|
|
|
58
66
|
editable: false
|
|
59
67
|
options:
|
|
60
68
|
path: /etc/grafana/provisioning/dashboards/streams
|
|
69
|
+
|
|
70
|
+
- name: 'Revenue Over Time'
|
|
71
|
+
folder: 'Breakdowns'
|
|
72
|
+
type: file
|
|
73
|
+
disableDeletion: true
|
|
74
|
+
editable: false
|
|
75
|
+
options:
|
|
76
|
+
path: /etc/grafana/provisioning/dashboards/breakdowns
|
|
77
|
+
|
|
78
|
+
- name: 'Expenses Over Time'
|
|
79
|
+
folder: 'Breakdowns'
|
|
80
|
+
type: file
|
|
81
|
+
disableDeletion: true
|
|
82
|
+
editable: false
|
|
83
|
+
options:
|
|
84
|
+
path: /etc/grafana/provisioning/dashboards/breakdowns
|
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
{
|
|
2
|
+
"annotations": {
|
|
3
|
+
"list": [
|
|
4
|
+
{
|
|
5
|
+
"builtIn": 1,
|
|
6
|
+
"datasource": {
|
|
7
|
+
"type": "grafana",
|
|
8
|
+
"uid": "-- Grafana --"
|
|
9
|
+
},
|
|
10
|
+
"enable": true,
|
|
11
|
+
"hide": true,
|
|
12
|
+
"iconColor": "rgba(0, 211, 255, 1)",
|
|
13
|
+
"name": "Annotations & Alerts",
|
|
14
|
+
"type": "dashboard"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"editable": true,
|
|
19
|
+
"fiscalYearStartMonth": 0,
|
|
20
|
+
"graphTooltip": 0,
|
|
21
|
+
"id": 0,
|
|
22
|
+
"links": [],
|
|
23
|
+
"panels": [
|
|
24
|
+
{
|
|
25
|
+
"datasource": "PROMETHEUS",
|
|
26
|
+
"fieldConfig": {
|
|
27
|
+
"defaults": {
|
|
28
|
+
"color": {
|
|
29
|
+
"mode": "thresholds"
|
|
30
|
+
},
|
|
31
|
+
"mappings": [],
|
|
32
|
+
"thresholds": {
|
|
33
|
+
"mode": "absolute",
|
|
34
|
+
"steps": [
|
|
35
|
+
{
|
|
36
|
+
"color": "green",
|
|
37
|
+
"value": 0
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"color": "red",
|
|
41
|
+
"value": 80
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"unit": "currencyUSD"
|
|
46
|
+
},
|
|
47
|
+
"overrides": []
|
|
48
|
+
},
|
|
49
|
+
"gridPos": {
|
|
50
|
+
"h": 3,
|
|
51
|
+
"w": 18,
|
|
52
|
+
"x": 0,
|
|
53
|
+
"y": 0
|
|
54
|
+
},
|
|
55
|
+
"id": 3,
|
|
56
|
+
"options": {
|
|
57
|
+
"colorMode": "value",
|
|
58
|
+
"graphMode": "area",
|
|
59
|
+
"justifyMode": "auto",
|
|
60
|
+
"orientation": "auto",
|
|
61
|
+
"percentChangeColorMode": "standard",
|
|
62
|
+
"reduceOptions": {
|
|
63
|
+
"calcs": [
|
|
64
|
+
"last"
|
|
65
|
+
],
|
|
66
|
+
"fields": "",
|
|
67
|
+
"values": false
|
|
68
|
+
},
|
|
69
|
+
"showPercentChange": false,
|
|
70
|
+
"textMode": "auto",
|
|
71
|
+
"wideLayout": true
|
|
72
|
+
},
|
|
73
|
+
"pluginVersion": "12.2.0",
|
|
74
|
+
"targets": [
|
|
75
|
+
{
|
|
76
|
+
"datasource": "PROMETHEUS",
|
|
77
|
+
"editorMode": "code",
|
|
78
|
+
"expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000)",
|
|
79
|
+
"format": "table",
|
|
80
|
+
"instant": false,
|
|
81
|
+
"legendFormat": "__auto",
|
|
82
|
+
"range": true,
|
|
83
|
+
"refId": "A"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"title": "Total Balance (dont trust this yet)",
|
|
87
|
+
"transformations": [
|
|
88
|
+
{
|
|
89
|
+
"id": "reduce",
|
|
90
|
+
"options": {
|
|
91
|
+
"includeTimeField": false,
|
|
92
|
+
"mode": "reduceFields",
|
|
93
|
+
"reducers": [
|
|
94
|
+
"last"
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"type": "stat"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"datasource": "PROMETHEUS",
|
|
103
|
+
"fieldConfig": {
|
|
104
|
+
"defaults": {
|
|
105
|
+
"color": {
|
|
106
|
+
"mode": "thresholds"
|
|
107
|
+
},
|
|
108
|
+
"custom": {
|
|
109
|
+
"align": "auto",
|
|
110
|
+
"cellOptions": {
|
|
111
|
+
"type": "auto"
|
|
112
|
+
},
|
|
113
|
+
"footer": {
|
|
114
|
+
"reducers": []
|
|
115
|
+
},
|
|
116
|
+
"hideFrom": {
|
|
117
|
+
"viz": false
|
|
118
|
+
},
|
|
119
|
+
"inspect": false
|
|
120
|
+
},
|
|
121
|
+
"mappings": [],
|
|
122
|
+
"thresholds": {
|
|
123
|
+
"mode": "absolute",
|
|
124
|
+
"steps": [
|
|
125
|
+
{
|
|
126
|
+
"color": "green",
|
|
127
|
+
"value": 0
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"color": "red",
|
|
131
|
+
"value": 80
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"overrides": []
|
|
137
|
+
},
|
|
138
|
+
"gridPos": {
|
|
139
|
+
"h": 3,
|
|
140
|
+
"w": 6,
|
|
141
|
+
"x": 18,
|
|
142
|
+
"y": 0
|
|
143
|
+
},
|
|
144
|
+
"id": 2,
|
|
145
|
+
"options": {
|
|
146
|
+
"cellHeight": "sm",
|
|
147
|
+
"showHeader": true
|
|
148
|
+
},
|
|
149
|
+
"pluginVersion": "12.2.0",
|
|
150
|
+
"targets": [
|
|
151
|
+
{
|
|
152
|
+
"datasource": "PROMETHEUS",
|
|
153
|
+
"editorMode": "code",
|
|
154
|
+
"expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000)",
|
|
155
|
+
"format": "table",
|
|
156
|
+
"instant": false,
|
|
157
|
+
"legendFormat": "__auto",
|
|
158
|
+
"range": true,
|
|
159
|
+
"refId": "A"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"title": "Last Update",
|
|
163
|
+
"transformations": [
|
|
164
|
+
{
|
|
165
|
+
"id": "reduce",
|
|
166
|
+
"options": {
|
|
167
|
+
"includeTimeField": true,
|
|
168
|
+
"mode": "reduceFields",
|
|
169
|
+
"reducers": [
|
|
170
|
+
"last"
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "filterFieldsByName",
|
|
176
|
+
"options": {
|
|
177
|
+
"byVariable": false,
|
|
178
|
+
"include": {
|
|
179
|
+
"names": [
|
|
180
|
+
"Time"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "renameByRegex",
|
|
187
|
+
"options": {
|
|
188
|
+
"regex": "Time",
|
|
189
|
+
"renamePattern": "The last snapshot was taken at:"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"type": "table"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"datasource": "PROMETHEUS",
|
|
197
|
+
"fieldConfig": {
|
|
198
|
+
"defaults": {
|
|
199
|
+
"color": {
|
|
200
|
+
"mode": "thresholds"
|
|
201
|
+
},
|
|
202
|
+
"custom": {
|
|
203
|
+
"align": "auto",
|
|
204
|
+
"cellOptions": {
|
|
205
|
+
"type": "auto"
|
|
206
|
+
},
|
|
207
|
+
"footer": {
|
|
208
|
+
"reducers": []
|
|
209
|
+
},
|
|
210
|
+
"inspect": false
|
|
211
|
+
},
|
|
212
|
+
"mappings": [],
|
|
213
|
+
"thresholds": {
|
|
214
|
+
"mode": "absolute",
|
|
215
|
+
"steps": [
|
|
216
|
+
{
|
|
217
|
+
"color": "green",
|
|
218
|
+
"value": 0
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"color": "red",
|
|
222
|
+
"value": 80
|
|
223
|
+
}
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"unit": "currencyUSD"
|
|
227
|
+
},
|
|
228
|
+
"overrides": []
|
|
229
|
+
},
|
|
230
|
+
"gridPos": {
|
|
231
|
+
"h": 6,
|
|
232
|
+
"w": 24,
|
|
233
|
+
"x": 0,
|
|
234
|
+
"y": 3
|
|
235
|
+
},
|
|
236
|
+
"id": 1,
|
|
237
|
+
"options": {
|
|
238
|
+
"cellHeight": "sm",
|
|
239
|
+
"showHeader": true,
|
|
240
|
+
"sortBy": [
|
|
241
|
+
{
|
|
242
|
+
"desc": true,
|
|
243
|
+
"displayName": "Last Known Value USD"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"pluginVersion": "12.2.0",
|
|
248
|
+
"targets": [
|
|
249
|
+
{
|
|
250
|
+
"datasource": "PROMETHEUS",
|
|
251
|
+
"editorMode": "code",
|
|
252
|
+
"exemplar": false,
|
|
253
|
+
"expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000) by (bucket)",
|
|
254
|
+
"format": "table",
|
|
255
|
+
"instant": false,
|
|
256
|
+
"interval": "",
|
|
257
|
+
"legendFormat": "__auto",
|
|
258
|
+
"range": true,
|
|
259
|
+
"refId": "A"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"datasource": "PROMETHEUS",
|
|
263
|
+
"editorMode": "code",
|
|
264
|
+
"expr": "sum(treasury_assets{param=\"value\"}<500_000_000) by (token, bucket)",
|
|
265
|
+
"hide": true,
|
|
266
|
+
"instant": false,
|
|
267
|
+
"legendFormat": "__auto",
|
|
268
|
+
"range": true,
|
|
269
|
+
"refId": "B"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"title": "Current Asset Summary",
|
|
273
|
+
"transformations": [
|
|
274
|
+
{
|
|
275
|
+
"id": "groupBy",
|
|
276
|
+
"options": {
|
|
277
|
+
"fields": {
|
|
278
|
+
"BTC": {
|
|
279
|
+
"aggregations": []
|
|
280
|
+
},
|
|
281
|
+
"Cash & cash equivalents": {
|
|
282
|
+
"aggregations": []
|
|
283
|
+
},
|
|
284
|
+
"ETH": {
|
|
285
|
+
"aggregations": []
|
|
286
|
+
},
|
|
287
|
+
"Other short term assets": {
|
|
288
|
+
"aggregations": []
|
|
289
|
+
},
|
|
290
|
+
"Time": {
|
|
291
|
+
"aggregations": [
|
|
292
|
+
"last"
|
|
293
|
+
],
|
|
294
|
+
"operation": "aggregate"
|
|
295
|
+
},
|
|
296
|
+
"Value": {
|
|
297
|
+
"aggregations": [
|
|
298
|
+
"last"
|
|
299
|
+
],
|
|
300
|
+
"operation": "aggregate"
|
|
301
|
+
},
|
|
302
|
+
"bucket": {
|
|
303
|
+
"aggregations": [],
|
|
304
|
+
"operation": "groupby"
|
|
305
|
+
},
|
|
306
|
+
"token": {
|
|
307
|
+
"aggregations": [],
|
|
308
|
+
"operation": "groupby"
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"disabled": true,
|
|
315
|
+
"id": "filterFieldsByName",
|
|
316
|
+
"options": {
|
|
317
|
+
"include": {
|
|
318
|
+
"names": [
|
|
319
|
+
"bucket",
|
|
320
|
+
"token",
|
|
321
|
+
"Value (last)"
|
|
322
|
+
]
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "organize",
|
|
328
|
+
"options": {
|
|
329
|
+
"excludeByName": {},
|
|
330
|
+
"includeByName": {},
|
|
331
|
+
"indexByName": {
|
|
332
|
+
"Time (last)": 3,
|
|
333
|
+
"Value (last)": 2,
|
|
334
|
+
"bucket": 0,
|
|
335
|
+
"token": 1
|
|
336
|
+
},
|
|
337
|
+
"renameByName": {
|
|
338
|
+
"Time (last)": "Last Seen",
|
|
339
|
+
"Value (last)": "Last Known Value USD",
|
|
340
|
+
"bucket": "Bucket",
|
|
341
|
+
"token": "Token"
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"type": "table"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"datasource": "PROMETHEUS",
|
|
350
|
+
"fieldConfig": {
|
|
351
|
+
"defaults": {
|
|
352
|
+
"color": {
|
|
353
|
+
"mode": "thresholds"
|
|
354
|
+
},
|
|
355
|
+
"custom": {
|
|
356
|
+
"align": "auto",
|
|
357
|
+
"cellOptions": {
|
|
358
|
+
"type": "auto"
|
|
359
|
+
},
|
|
360
|
+
"footer": {
|
|
361
|
+
"reducers": []
|
|
362
|
+
},
|
|
363
|
+
"inspect": false
|
|
364
|
+
},
|
|
365
|
+
"mappings": [],
|
|
366
|
+
"thresholds": {
|
|
367
|
+
"mode": "absolute",
|
|
368
|
+
"steps": [
|
|
369
|
+
{
|
|
370
|
+
"color": "green",
|
|
371
|
+
"value": 0
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"color": "red",
|
|
375
|
+
"value": 80
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
"unit": "currencyUSD"
|
|
380
|
+
},
|
|
381
|
+
"overrides": []
|
|
382
|
+
},
|
|
383
|
+
"gridPos": {
|
|
384
|
+
"h": 13,
|
|
385
|
+
"w": 24,
|
|
386
|
+
"x": 0,
|
|
387
|
+
"y": 9
|
|
388
|
+
},
|
|
389
|
+
"id": 4,
|
|
390
|
+
"options": {
|
|
391
|
+
"cellHeight": "sm",
|
|
392
|
+
"showHeader": true,
|
|
393
|
+
"sortBy": [
|
|
394
|
+
{
|
|
395
|
+
"desc": true,
|
|
396
|
+
"displayName": "Last Known Value USD"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"pluginVersion": "12.2.0",
|
|
401
|
+
"targets": [
|
|
402
|
+
{
|
|
403
|
+
"datasource": "PROMETHEUS",
|
|
404
|
+
"editorMode": "code",
|
|
405
|
+
"exemplar": false,
|
|
406
|
+
"expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000) by (token, bucket)",
|
|
407
|
+
"format": "table",
|
|
408
|
+
"instant": false,
|
|
409
|
+
"interval": "",
|
|
410
|
+
"legendFormat": "__auto",
|
|
411
|
+
"range": true,
|
|
412
|
+
"refId": "A"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"datasource": "PROMETHEUS",
|
|
416
|
+
"editorMode": "code",
|
|
417
|
+
"expr": "sum(treasury_assets{param=\"value\"}<500_000_000) by (token, bucket)",
|
|
418
|
+
"hide": true,
|
|
419
|
+
"instant": false,
|
|
420
|
+
"legendFormat": "__auto",
|
|
421
|
+
"range": true,
|
|
422
|
+
"refId": "B"
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"title": "Asset Breakdown",
|
|
426
|
+
"transformations": [
|
|
427
|
+
{
|
|
428
|
+
"id": "groupBy",
|
|
429
|
+
"options": {
|
|
430
|
+
"fields": {
|
|
431
|
+
"BTC": {
|
|
432
|
+
"aggregations": []
|
|
433
|
+
},
|
|
434
|
+
"Cash & cash equivalents": {
|
|
435
|
+
"aggregations": []
|
|
436
|
+
},
|
|
437
|
+
"ETH": {
|
|
438
|
+
"aggregations": []
|
|
439
|
+
},
|
|
440
|
+
"Other short term assets": {
|
|
441
|
+
"aggregations": []
|
|
442
|
+
},
|
|
443
|
+
"Time": {
|
|
444
|
+
"aggregations": [
|
|
445
|
+
"last"
|
|
446
|
+
],
|
|
447
|
+
"operation": "aggregate"
|
|
448
|
+
},
|
|
449
|
+
"Value": {
|
|
450
|
+
"aggregations": [
|
|
451
|
+
"last"
|
|
452
|
+
],
|
|
453
|
+
"operation": "aggregate"
|
|
454
|
+
},
|
|
455
|
+
"bucket": {
|
|
456
|
+
"aggregations": [],
|
|
457
|
+
"operation": "groupby"
|
|
458
|
+
},
|
|
459
|
+
"token": {
|
|
460
|
+
"aggregations": [],
|
|
461
|
+
"operation": "groupby"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"disabled": true,
|
|
468
|
+
"id": "filterFieldsByName",
|
|
469
|
+
"options": {
|
|
470
|
+
"include": {
|
|
471
|
+
"names": [
|
|
472
|
+
"bucket",
|
|
473
|
+
"token",
|
|
474
|
+
"Value (last)"
|
|
475
|
+
]
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "organize",
|
|
481
|
+
"options": {
|
|
482
|
+
"excludeByName": {},
|
|
483
|
+
"includeByName": {},
|
|
484
|
+
"indexByName": {
|
|
485
|
+
"Time (last)": 3,
|
|
486
|
+
"Value (last)": 2,
|
|
487
|
+
"bucket": 0,
|
|
488
|
+
"token": 1
|
|
489
|
+
},
|
|
490
|
+
"renameByName": {
|
|
491
|
+
"Time (last)": "Last Seen",
|
|
492
|
+
"Value (last)": "Last Known Value USD",
|
|
493
|
+
"bucket": "Bucket",
|
|
494
|
+
"token": "Token"
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
],
|
|
499
|
+
"type": "table"
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"preload": false,
|
|
503
|
+
"schemaVersion": 42,
|
|
504
|
+
"tags": [],
|
|
505
|
+
"templating": {
|
|
506
|
+
"list": []
|
|
507
|
+
},
|
|
508
|
+
"time": {
|
|
509
|
+
"from": "now-7d",
|
|
510
|
+
"to": "now"
|
|
511
|
+
},
|
|
512
|
+
"timepicker": {},
|
|
513
|
+
"timezone": "browser",
|
|
514
|
+
"title": "Current Treasury Assets",
|
|
515
|
+
"uid": "ad47zqk",
|
|
516
|
+
"version": 1
|
|
517
|
+
}
|
|
@@ -2992,8 +2992,8 @@
|
|
|
2992
2992
|
},
|
|
2993
2993
|
"timepicker": {},
|
|
2994
2994
|
"timezone": "",
|
|
2995
|
-
"title": "Treasury Balances",
|
|
2995
|
+
"title": "Historical Treasury Balances",
|
|
2996
2996
|
"description": "Displays real-time balances of the DAO's treasury assets, including YFI, ETH, BTC, \"cash\" (stablecoins), and other assets, as well as liabilities and debt. Useful for monitoring the DAO's current financial position and asset allocation.",
|
|
2997
2997
|
"uid": "9_ppKhd7z",
|
|
2998
|
-
"version":
|
|
2999
|
-
}
|
|
2998
|
+
"version": 5
|
|
2999
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd,sha256=
|
|
1
|
+
bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd,sha256=cubwbUO1143RIcLa_6ojxopk5IOje-taGXMaxE0qE8g,395264
|
|
2
2
|
dao_treasury/ENVIRONMENT_VARIABLES.py,sha256=LS_D4ALB3BO-vYKyh1tzRHi10QBE6f654Zy8pmJ_xPY,656
|
|
3
3
|
dao_treasury/__init__.py,sha256=ai8iALE_Zv43O9cH1jkNJ39bzhr60kBDX6L7C4Nj9FA,1539
|
|
4
|
-
dao_treasury/_docker.cp310-win32.pyd,sha256=
|
|
4
|
+
dao_treasury/_docker.cp310-win32.pyd,sha256=ptH6UMO-qE0T5Q5AjViq_71IZdb-k-b_N2xbv44_ZQA,9216
|
|
5
5
|
dao_treasury/_docker.py,sha256=UFMN-TIBUQBheMIhIhSMhaq7UFgt6ubUcfzwPNap_6o,6098
|
|
6
|
-
dao_treasury/_nicknames.cp310-win32.pyd,sha256
|
|
6
|
+
dao_treasury/_nicknames.cp310-win32.pyd,sha256=hbHAEoYMkdnTOdYc3DxbOqoMvzxmsgkpj-4qd3c8qSo,9216
|
|
7
7
|
dao_treasury/_nicknames.py,sha256=n8c-JZhORYymCMv6jsC96IthAzAhpslyEn-KCk_YiSM,1049
|
|
8
|
-
dao_treasury/_wallet.cp310-win32.pyd,sha256=
|
|
8
|
+
dao_treasury/_wallet.cp310-win32.pyd,sha256=yld9nCukeJhSvnBAq_YyYNY-ysefkcYq2HS7jVie95g,9216
|
|
9
9
|
dao_treasury/_wallet.py,sha256=nHBAKFJstdKuYbvpskGVx2KU80YrZHGHsEh5V3TwIHs,10712
|
|
10
|
-
dao_treasury/constants.cp310-win32.pyd,sha256=
|
|
10
|
+
dao_treasury/constants.cp310-win32.pyd,sha256=peRqmCsQNHs0U2e-lYKAJAeZgUjYkEqR_Fiwd6fu8Dc,9216
|
|
11
11
|
dao_treasury/constants.py,sha256=-T0oPw7lC5YeaiplHAtYL-2ss7knvKrJKQ1LCc8kX8g,1483
|
|
12
12
|
dao_treasury/db.py,sha256=GhWwFYgSgnySsOLARn1aRBoPoYKxGvY8pInBMeVtogc,50262
|
|
13
13
|
dao_treasury/docker-compose.yaml,sha256=jt1RjPzR3unoBXiCq_2144t7cNXK6NwyiSjjcXbHnLU,1350
|
|
14
14
|
dao_treasury/main.py,sha256=xiqXMvVylkF-r9EqArEW_sj2ltfj30VpnozgjIat2qk,8458
|
|
15
15
|
dao_treasury/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
dao_treasury/treasury.py,sha256=wh4wESLbYSHjcfpa-sW5TIqa5pSC9Y_7Id8tzLzJLaw,7414
|
|
17
|
-
dao_treasury/types.cp310-win32.pyd,sha256=
|
|
17
|
+
dao_treasury/types.cp310-win32.pyd,sha256=77gKt9N4Dy2LDvGq4eSC9jyAxsMyQjemJKlCL5STrkk,9216
|
|
18
18
|
dao_treasury/types.py,sha256=KFz4WKPp4t_RBwIT6YGwOcgbzw8tdHIOcXTFsUA0pJA,3818
|
|
19
|
-
dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=
|
|
19
|
+
dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=NfmmICGLVfIrI8ulzUTUYc7wFetk2v-x6eaoYHnCvQc,1914
|
|
20
20
|
dao_treasury/.grafana/provisioning/dashboards/breakdowns/Expenses.json,sha256=fdSAS_dusVSMgGX_SmZiGsh7FZaNt2HWIlu5ITboLKY,15063
|
|
21
21
|
dao_treasury/.grafana/provisioning/dashboards/breakdowns/Revenue.json,sha256=oEPwD-od0YKj_-ZtU9QEHZCEhdrY-jZ8fZQrGzOPIAk,14694
|
|
22
22
|
dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json,sha256=zRSpnlDD3_fsynCDxfdV3HRjqWbeAqhad-YBe1rMQGo,7419
|
|
@@ -24,30 +24,31 @@ dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json,sha256=eqOVxh
|
|
|
24
24
|
dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json,sha256=Ig_Z9gdAUnPb3OKZzkokoM9OmFsUiJRIcCTOMImJk-k,13133
|
|
25
25
|
dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json,sha256=Wkk2I4XRzNfpkvJ-0HVSdWz2OGfDhc329l5kA6tWj5U,27823
|
|
26
26
|
dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json,sha256=AHk1bKjxhAUmS_TpIlfv2JoeH130FKifL9DnqsLM2V8,19783
|
|
27
|
+
dao_treasury/.grafana/provisioning/dashboards/treasury/Current Treasury Assets.json,sha256=5t-RZRxNBMd1HTNP5QCk-mpGTJGKDT62Lj6Sgq1Rqzw,12671
|
|
28
|
+
dao_treasury/.grafana/provisioning/dashboards/treasury/Historical Treasury Balances.json,sha256=7qVXn2PjeBIp2pFRbVfxA4PeWxhhVKQCr4qIPZoIj90,133963
|
|
27
29
|
dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=it_t6LS8F7kT1oDAkO4xWxMsPgnb2lxC9Pg9kKDVlFk,15666
|
|
28
|
-
dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json,sha256=3VYn0qlWGS5OJ2KQB8d_dxE24BWmEJa4HrsCP8MatYI,133950
|
|
29
30
|
dao_treasury/.grafana/provisioning/datasources/datasources.yaml,sha256=gLmJsOkEXNzWRDibShfHFySWeuExW-dSB_U0OSfH868,344
|
|
30
|
-
dao_treasury/sorting/__init__.cp310-win32.pyd,sha256=
|
|
31
|
+
dao_treasury/sorting/__init__.cp310-win32.pyd,sha256=BGleKEj4pZvdvGUsz5wSgDpoMAtNWsgncbxk2vblCpY,9216
|
|
31
32
|
dao_treasury/sorting/__init__.py,sha256=_uxM_FE1paM8oDAhDdHSyhDwnrlxCYX_lGn2DOqCaHU,10666
|
|
32
|
-
dao_treasury/sorting/_matchers.cp310-win32.pyd,sha256=
|
|
33
|
+
dao_treasury/sorting/_matchers.cp310-win32.pyd,sha256=ALneoNI91jyNWggRoses1IOFG-tvx9CA4zM9IP47F80,9216
|
|
33
34
|
dao_treasury/sorting/_matchers.py,sha256=ACi6aXZCKW5OTiztsID7CXCGJounj5c6ivhOCg2436M,14392
|
|
34
|
-
dao_treasury/sorting/_rules.cp310-win32.pyd,sha256=
|
|
35
|
+
dao_treasury/sorting/_rules.cp310-win32.pyd,sha256=zM3szCxB7fi99T6SY8NOo26xfHZSYmQpYQGhCrEHk48,9216
|
|
35
36
|
dao_treasury/sorting/_rules.py,sha256=DxhdUgpS0q0LWeLl9W1Bjn5LZz9z4OLA03vQllPMH9k,9229
|
|
36
|
-
dao_treasury/sorting/factory.cp310-win32.pyd,sha256=
|
|
37
|
+
dao_treasury/sorting/factory.cp310-win32.pyd,sha256=8tsnDKdIeHFDrNvyPY7XTA7WCR41sNhioa5OWj2SI1s,9216
|
|
37
38
|
dao_treasury/sorting/factory.py,sha256=zlJ18xlMTxv8ACV6_MimCVIDsw3K5AZcyvKaNYY7R14,10484
|
|
38
|
-
dao_treasury/sorting/rule.cp310-win32.pyd,sha256=
|
|
39
|
+
dao_treasury/sorting/rule.cp310-win32.pyd,sha256=1hJtCH1nmA2o9baKC1a2Ph9OXKYYhZC8z9oCUtxRBsU,9216
|
|
39
40
|
dao_treasury/sorting/rule.py,sha256=wbL8s0-6dxcCKghUtEDSkLDBnyvggsJ3gt_RawQ6kB4,11972
|
|
40
|
-
dao_treasury/sorting/rules/__init__.cp310-win32.pyd,sha256=
|
|
41
|
+
dao_treasury/sorting/rules/__init__.cp310-win32.pyd,sha256=tsy8EWVbMdDEbPireqOlHyHOxDHQqZVo64dKQZlaqWk,9216
|
|
41
42
|
dao_treasury/sorting/rules/__init__.py,sha256=hcLfejOEwD8RaM2RE-38Ej6_WkvL9BVGvIIGY848E6E,49
|
|
42
|
-
dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd,sha256=
|
|
43
|
+
dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd,sha256=hhRRVGpgWDL_tzZa9_nm3HtMYDZVXb4M8fdXtb1xhzk,9216
|
|
43
44
|
dao_treasury/sorting/rules/ignore/__init__.py,sha256=16THKoGdj6qfkkytuCFVG_R1M6KSErMI4AVE1p0ukS4,58
|
|
44
|
-
dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd,sha256
|
|
45
|
+
dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd,sha256=ZlU8t04ePzLZxQOGEi98HbIyCsowV9hT6xRYbkk21_g,9216
|
|
45
46
|
dao_treasury/sorting/rules/ignore/llamapay.py,sha256=aYyAJRlmv419IeaqkcV5o3ffx0UVfteU0lTl80j0BGo,783
|
|
46
|
-
dao_treasury/streams/__init__.cp310-win32.pyd,sha256=
|
|
47
|
+
dao_treasury/streams/__init__.cp310-win32.pyd,sha256=chY6jLNbffbYbY9J47ohdjJt-MhN3oXmoO-sbZr-lB4,9216
|
|
47
48
|
dao_treasury/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
|
-
dao_treasury/streams/llamapay.cp310-win32.pyd,sha256=
|
|
49
|
+
dao_treasury/streams/llamapay.cp310-win32.pyd,sha256=I5EmsJIIPwC9nRMrX06akhgAcrz6t52WKfmE_j7tUFU,9216
|
|
49
50
|
dao_treasury/streams/llamapay.py,sha256=rO1Mh2ndTziR6pnRkKHnQ22a_Yx9PM_-BG7I4dspEZ8,13535
|
|
50
|
-
dao_treasury-0.0.
|
|
51
|
-
dao_treasury-0.0.
|
|
52
|
-
dao_treasury-0.0.
|
|
53
|
-
dao_treasury-0.0.
|
|
51
|
+
dao_treasury-0.0.56.dist-info/METADATA,sha256=eRNU5istngtHrRu45Hh8X5-Ism-yFAPjAsBMShVntT4,7148
|
|
52
|
+
dao_treasury-0.0.56.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
|
|
53
|
+
dao_treasury-0.0.56.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
|
|
54
|
+
dao_treasury-0.0.56.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|