forked from elbereth/dashninja-fe
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgovernance.html
More file actions
307 lines (296 loc) · 17 KB
/
governance.html
File metadata and controls
307 lines (296 loc) · 17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<!--
This file is part of GoByte Ninja.
https://github.com/gobytecoin/gobyteninja-fe
GoByte Ninja is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GoByte Ninja is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GoByte Ninja. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GOBYTE Ninja - Governance Objects Monitoring</title>
<link rel="icon" href="/static/gobyteninja-favicon.ico" />
<link rel="icon" type="image/png" href="/static/gobyteninja-favicon.png" />
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/gobyteninja-template-2.0.css" rel="stylesheet">
<link href="/static/datatables/datatables.min.css" rel="stylesheet">
<link href="/static/fa5/css/all.min.css" rel="stylesheet">
<link href="/static/fa5/css/v4-shims.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/html5shiv.min.js"></script>
<script src="/static/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img style="margin-top: -13px; border-top: 0px; border-bottom: 0px; margin-right: 10px;" src="/static/gobyteninja-logo48x48.png" width="48" height="48" align="left"> GOBYTE Ninja</a>
</div>
<div class="collapse navbar-collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="/blocks.html"><i class="fa fa-link fa-fw" aria-hidden="true"></i> Blockchain</a></li>
<li><a href="/deterministic-masternodes.html"><i class="fa fa-server fa-fw" aria-hidden="true"></i> Masternodes</a></li>
<li class="active"><a href="/governance.html"><i class="fa fa-balance-scale fa-fw" aria-hidden="true"></i> Governance</a></li>
<li><a name="menuitemexplorer" href="https://explorer.gobyte.network"><i class="fa fa-search fa-fw" aria-hidden="true"></i> Explorer</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-wrench fa-fw" aria-hidden="true"></i> Other Tools <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Official Pages</li>
<li><a href="http://gobyte.network/">GoByte Homepage</a></li>
<li><a href="https://github.com/gobytecoin/gobyte">GoByte Github Sources</a></li>
<li><a href="https://github.com/gobytecoin/gobyte/releases/">GoByte Binaries</a></li>
<li class="divider"></li>
<li class="dropdown-header">Forums / Wiki</li>
<li><a href="https://gobyte-coin.readthedocs.io/en/latest/index.html">Official GoByte Wiki</a></li>
<li><a href="https://community.gobyte.network">Official GoByte Forum</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=2414021">BitcoinTalk (BTC) - GoByte ANN</a></li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<div class="navbar-default sidebar" role="navigation">
<div class="nav-sidebar sidebar-nav">
<ul class="nav" id="side-menu">
<li><a href="#">Global Statistics</a></li>
<li><a href="#budgetinfo">Budget Info</a></li>
<li><a href="#proposalsdetail">Budget Proposals Detail</a></li>
<li><a href="#superblocksexpected">Expected Super Block (Triggers)</a></li>
<li><a href="#superblocks">Super Blocks History</a></li>
</ul>
</div>
</div>
</nav>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12 col-md-12">
<h1 class="page-header"><i class="fa fa-balance-scale" aria-hidden="true"></i> Governance Objects Monitoring <span class="badge badge-secondary">Links: <a href="/governance.html"><i class="fa fa-link"></i></a><span name="gobyteninjatordisplay" style="display: none;"> - <a name="gobyteninjatorurl" href="#">Tor</a></span><span name="gobyteninjai2pdisplay" style="display: none;"> - <a name="gobyteninjai2purl" href="#">I2P</a></span></span> <span class="badge badge-danger" id="testnetalert" class="alert alert-danger" style="display: none">THIS IS TESTNET!</span></h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="panel panel-info">
<div class="panel-heading">
GoByte Ninja info
</div>
<div class="panel-body">
By <a class="badge badge-primary" href="https://keybase.io/sirbond/">sirbond</a> / Time <span class="label label-info">GMT/UTC</span> / HTML <span class="label label-info">1.6.1</span> / JavaScript <span class="label label-danger" id="gobyteninjajsversion">required</span>
</div>
<div class="panel-footer">
<span class="pull-left">Donations:</span>
<span class="pull-right"><a href="https://explorer.gobyte.network/address/GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m">GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m</a></span>
<div class="clearfix"></div>
</div>
<div class="panel-footer">
<span class="pull-left">Protect your coins:</span>
<span class="pull-right"><a href="https://shop.trezor.io/product/trezor-model-t?offer_id=14&aff_id=2360&source=gov">Use a hardware wallet!</a></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
Next Superblock
</div>
<div class="panel-body">
<p class="lead"><span class="pull-left">Next super-block height:</span><span class="pull-right label label-info" id="globalnextsuperblockid">???</span></p><br>
<span class="pull-left">Expected on:</span><span class="pull-right label label-info" id="globalnextsuperblockdate">???</span><br>
<span class="pull-left">Time left:</span><span class="pull-right label label-primary" id="globalnextsuperblockremaining">???</span><br>
<span class="pull-left">Providing:</span><span class="pull-right label label-info" id="globalnextsuperblockamount">???.?????? GBX</span><br>
<p class="lead"><span class="pull-left">Unallocated:</span><span class="pull-right label label-success" id="globalnextsuperblockunallocated">???.?????? GBX</span></p>
</div>
<div class="panel-footer">
<div class="progress">
<div id="budgetallocatedper" class="progress-bar progress-bar-danger" style="width: 0%">
Allocated
</div>
<div id="budgetleftper" class="progress-bar progress-bar-success progress-bar-striped active" style="width: 0%">
Left
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div id="votedeadline" class="panel panel-info">
<div class="panel-heading">
Governance proposals
</div>
<div class="panel-body">
<span class="pull-left">Vote deadline:</span><span class="pull-right" id="globalnextvotelimitdate" style="font-weight: bold">???</span><br>
<span class="pull-left">Time left:</span><span class="pull-right" id="globalnextvotelimitremaining" style="font-weight: bold">???</span><br>
<hr>
<span class="pull-left">Valid proposals:</span><span class="pull-right label label-warning" id="globalvalidbudget">???</span><br>
<span class="pull-left">Funded proposals:</span><span class="pull-right label label-success" id="globalestablishedbudget">???</span><br>
<span class="pull-left">Funded amount:</span><span class="pull-right label label-success" id="globalestablishedbudgetamount">???</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="panel panel-info">
<div id="budgetinfo" class="panel-heading">
Budget proposals info
</div>
<div class="panel-body">
<p>A governance proposal is <strong>valid</strong> if the fee was payed and it was submitted to peers successfully.</p>
<p>A governance proposal is <strong>funded</strong> (will get paid on next super-block if enough funding available in next super-block.</p>
</div>
<a href="https://gobyte-coin.readthedocs.io/en/latest/governance/understanding.html">
<div class="panel-footer">
<span class="pull-left">Read more about governance and budget system</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="panel panel-primary">
<div id="proposalsdetail" class="panel-heading">
Budget Proposals Detail
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<table width="100%" id="proposalsdetailtable" class="table table-striped table-bordered table-condensed table-responsive table-hover">
<thead>
<tr>
<th>Date Added</th>
<th>Name</th>
<th>Start</th>
<th>End</th>
<th>Amount</th>
<th>Votes Yes</th>
<th>Votes No</th>
<th>Votes Abstain</th>
<th>Total Ratio</th>
<th>Valid</th>
<th>Funded</th>
<th>Last Seen</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="16">Please wait while loading... (JavaScript needed)</td>
</tr>
</tbody>
</table>
</div>
<div class="panel-footer">
<span class="pull-left">Last data refresh:</span>
<span class="pull-right"><span id="proposalsdetailtableLR">Never</span><br><span id="proposalsdetailtableLRHR"></span></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<hr/>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="panel panel-primary">
<div id="superblocksexpected" class="panel-heading">
Expected Super Block (Triggers)
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<table width="100%" id="superblocksexpectedtable" class="table table-striped table-bordered table-condensed table-responsive table-hover tex-nowrap">
<thead>
<tr>
<th>Trigger Hash</th>
<th>Block Height</th>
<th>Position</th>
<th>Budget Name</th>
<th>Budget Payment</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5">Please wait while loading... (JavaScript needed)</td>
</tr>
</tbody>
</table>
</div>
<div class="panel-footer">
<span class="pull-left">Last data refresh:</span>
<span class="pull-right"><span id="superblocksexpectedtableLR">Never</span><br><span id="superblocksexpectedtableLRHR"></span></span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="panel panel-primary">
<div id="superblocks" class="panel-heading">
Super Blocks History
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<table width="100%" id="superblockstable" class="table table-striped table-bordered table-condensed table-responsive table-hover tex-nowrap">
<thead>
<tr>
<th>Date Found</th>
<th>Height</th>
<th>Found by</th>
<th>Proposal Name</th>
<th>Payment Amount</th>
<th>Payment Address</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="6">Please wait while loading... (JavaScript needed)</td>
</tr>
</tbody>
</table>
</div>
<div class="panel-footer">
<span class="pull-left">Last data refresh:</span>
<span class="pull-right"><span id="superblockstableLR">Never</span><br><span id="superblockstableLRHR"></span></span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div id="footer">
<hr>
<div class="container">
<p style="font-size:small;" align=right>Brought to you by <a href="https://github.com/gobytecoin">sirbond</a>. If this page is useful to you, spare some coin: <a href="https://explorer.gobyte.network/address/GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m">GQ9w7ojnrEL286oZsxAQ9gfjQfGFmMoh1m</a><br>Contact me securely via <a href="https://keybase.io/sirbond">Keybase</a>. Check source (<a href="/LICENSE">GPLv3</a>) on: <a href="https://github.com/gobytecoin/gobyteninja-fe
">GitHub</a>.</p>
</div>
</div>
</div>
</div>
<script src="/static/jquery.min.js"></script>
<script src="/static/bootstrap/js/bootstrap.min.js"></script>
<script src="/static/highcharts.js"></script>
<script src="/static/highcharts-more.js"></script>
<script src="/static/datatables/datatables.min.js"></script>
<script src="gobyteninja-config.js"></script>
<script src="gobyteninja-common.js"></script>
<script src="gobyteninja-governance.js"></script>
</body>
</html>