Skip to content

Commit

Permalink
++ node strategy, update the whole trees, and make it the same as the…
Browse files Browse the repository at this point in the history
… En version
  • Loading branch information
smalloranges committed Jan 7, 2020
1 parent a9ac588 commit ffeb331
Show file tree
Hide file tree
Showing 88 changed files with 2,783 additions and 1,928 deletions.
230 changes: 188 additions & 42 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,57 @@
/* Global Default Settings */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

body, h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
html {
font-size: 14px;
}
body, h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend, p {
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,arial,sans-serif;
line-height: 1.8;
letter-spacing: 0.08rem;
font-size: 1rem;
font-weight: 200;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
font-weight: 600;
font-weight: 500;
}

a,a:visited {
color: #3051F2;
border-bottom: 1px solid #fff;
}
a:hover {
color: #3051F2;
border-bottom: 1px solid #3051F2;
transition: border-bottom-color 0.3s ease-in-out;
}

.wy-grid-for-nav {
max-width: 1100px;
position: relative;
margin: 0 auto;
}

/* two columns */
/* left - sidebar */

.wy-nav-side {
background: #fafafa;
border-right: 1px solid #e6e6e6;
background: #fff;
position: absolute;
}

/* left - logo & search bar */

.wy-side-scroll {
width: auto;
}

.wy-side-nav-search {
margin-bottom: 0;
padding: 0.5em;
background: #fafafa;
padding: 1.618em 3.236em;
background: #fff;
width: auto;
}

.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
Expand All @@ -37,8 +64,9 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
}

.wy-side-nav-search input[type=text] {
border-color: #fafafa;
border-color: #e1e4e5;
border-radius: 0;
box-shadow: none;
}

/* left - menu */
Expand All @@ -50,11 +78,15 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {

.wy-menu-vertical a:hover {
color: #151515;
background: #ededed;
background: #fff
}

.wy-menu-vertical p.caption {
padding: 0 3.236em;
}

.wy-menu-vertical > ul {
padding: 0 1em;
padding: 0 3.236em;
}

.wy-menu-vertical li.current {
Expand All @@ -69,14 +101,22 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {

.wy-menu-vertical li.on a, .wy-menu-vertical li.current>a {
padding: 0.5em 1.618em;
border-color: #fff;
}

.wy-menu-vertical li.current a:hover {
background: #ededed;
background: #fff;
}

.wy-menu-vertical li.toctree-l1.current>a {
border-top-color: #fff;
border-bottom-color: #3051F2;
background: #fff;
}

.wy-menu-vertical li.toctree-l2.current>a {
padding: 0.5em 2.427em;
border-color: #fff;
}

.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
Expand All @@ -102,52 +142,77 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
/* right - top navbar */

.wy-breadcrumbs {
padding: 0 1.618em 0.5em 1.618em;
padding: 0 0 0.5em 0;
}

.wy-nav-content {
padding: 0.5em 0 1.618em 0;
max-width: 100%;
padding: 1.618em 3.236em 1.618em 0;

}

/* right - content */

hr {
margin: 0;
.wy-breadcrumbs li.wy-breadcrumbs-aside a.fa-github {
background:#3051f2;
color: #fff;
padding: 6px 14px;
}

.section {
padding: 0 1.618em;
.wy-breadcrumbs li.wy-breadcrumbs-aside a.fa-github:hover {
background: #000;
}


/* right - content */

h1 {
background: #2c2c2c;
color: #fff;
padding: 0.8em 1em;
margin: 0 -1.618em 1rem -1.618rem;
padding: 1em 0 0 0;
font-size: 2rem;
}
h2 {
font-size: 1.5rem;
padding-top: 2.6rem;
}
h3 {
font-size: 1.25rem;
padding-top: 1rem;
}
h4 {
font-style: 1.15rem;
padding-top: 0.5rem;
}
hr {
margin: 0;
margin-bottom: 1rem;
}

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
line-height: 2em;
}

.rst-content blockquote {
border: 1px solid #e6e6e6;
background: #f9fafa;
padding: 1em;
margin-left: 0;
color: #999;
padding: 0.5rem 0 0.5rem 3rem;
border-left: 2px solid #e1e4e5;
}

#search-results {
padding: 1em 1.618em;
}

.highlight {
background: #fcfcfc;
}

table td {
border: 1px solid #e1e4e5;
padding: 6px;
}

/* right - footer */

footer {
padding: 1em;
font-size: 1rem;
font-size: 0.9em;
margin-top: 2.6rem;
}
footer p {
margin-bottom: 0;
Expand All @@ -158,6 +223,23 @@ footer p {
padding-bottom: 1em;
}

.btn-neutral {
width: 49%;
padding: 1rem 0;
background: #fff !important;
border-radius: 0;
box-shadow: none;
border: 1px solid #e1e4e5;
}
a.btn-neutral {
border-bottom-color: #e1e4e5;
}
a.btn-neutral:hover {
background: #fff !important;
border-color: #3051F2;
transition: border-color 0.3s ease-in-out;
color: #3051F2;
}



Expand All @@ -173,23 +255,14 @@ span#nebulas-wiki {
}

#nebulas-wiki h1 {
display: none;

}

#welcome-to-the-open-source-nebulas-wiki.section {
background: #000 url(https://raw.githubusercontent.com/nebulasio/nebdocs/master/docs/resources/overview/bg.png) no-repeat 50% 0;
color: #9b9b9b;
max-width: 1920px;
margin: 0 auto;
padding: 2em 1.618em;

}

#welcome-to-the-open-source-nebulas-wiki h2 {
color: #fff;
float: left;
font-size: 2.5em;
max-width: 40%;
padding-right: 2.5rem;
padding-bottom: 3rem;
}

Expand Down Expand Up @@ -259,7 +332,7 @@ span#nebulas-wiki {
clear: left;
background: #f7f7f7 url(https://github.com/nebulasio/nebdocs/blob/master/docs/resources/overview/icon-contribute.png?raw=ture) no-repeat 100% 0;
padding: 2em 1.618em;
margin: 2em -1.618em 0 -1.618em;
margin: 2em 0;
}

#use-wiki.section #get-involved.section:hover,
Expand All @@ -280,6 +353,69 @@ span#nebulas-wiki {
}


@media screen and (min-width: 1100px) {
.wy-nav-content {
background: #fff;
}
}





/* version bar */
.rst-versions {
background: #fff;
border: none;
color: #999;
right: 0;
left: auto;
}

.rst-versions .fa-book {
padding: 6px 0 0 0;
}

.rst-versions .rst-other-versions dd a {
padding: 6px 1rem 6px 0;
color: #3051F2;
}


.rst-versions .rst-current-version {
border-radius: 10px 10px 0 0;
border-left: 1px solid #272525;
}

.rst-versions .rst-other-versions {
border-left: 1px solid #e1e4e5;
}

/* ads */
.ethical-dark-theme .ethical-sidebar {
background: #fff;
border-color: #fff;
color: #b3b3b3;
}



.ethical-sidebar, .ethical-footer, .wy-body-for-nav .ethical-dark-theme .ethical-sidebar, .wy-body-for-nav .ethical-sidebar, .wy-body-for-nav .ethical-footer {
background-color: #fff;
border-color: #fff;
border-radius: 0;
}


.wy-nav-side .ethical-rtd, .wy-body-for-nav .wy-nav-side .ethical-rtd {
width: auto;
padding: 0 3.236em;
}







/* mobile */
Expand All @@ -294,8 +430,18 @@ span#nebulas-wiki {
}

@media screen and (max-width: 768px) {
.rst-versions {
right: auto;
left: 0;
}
.wy-nav-side {
position: fixed;
}
.wy-grid-for-nav {
position: absolute;
}
.wy-nav-content-wrap .wy-nav-content {
padding: 0.5em 0 1.618em 0;

}
#use-wiki.section #mainnet.section, #use-wiki.section #dapps.section, #use-wiki.section #ecosystem.section,
#use-wiki.section #id1.section, #use-wiki.section #id2.section,
Expand Down
21 changes: 0 additions & 21 deletions docs/bounty-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,3 @@ Por favor, envíanos tu reporte a través de [este enlace](https://goo.gl/forms/
> 5. Para evitar que los errores reportados puedan ser explotados por personas inescrupulosas, quienes reporten un error deben hacerlo únicamente a través del [formulario mencionado más arriba](https://goo.gl/forms/5ysl61Mjpn6yDEuN2).
> 6. Quienes reporten errores deben mantener los mismos en total confidencialidad al menos hasta pasados 30 días luego de enviar el reporte a Nebulas, y no deben revelar su naturaleza a terceros. Tal periodo de confidencialidad podrá ser extendido de forma unilateral por el equipo de Nebulas. Si quien reporta el error lo revela a terceros, de tal suerte que Nebulas o sus usuarios se vean perjudicados, tal persona deberá costear los gastos derivados del perjuicio a cada una de las partes involucradas.
> 7. El Comité Técnico de Nebulas alienta a los miembros de la comunidad a discutir cualquier otro tópico en el grupo público de discusión de Nebulas; asimismo, alentamos a la comunidad a unirse a nuestro esfuerzo por solucionar los problemas que se presenten. Siéntete libre de unirte a nuestra [lista de correo de Nebulas](https://lists.nebulas.io/cgi-bin/mailman/listinfo).
## Programa de Recompensas para NAT Bug Hunters de Nebulas
NAT tiene alrededor de 7 smart contracts diferentes.

Para los errores relacionados con los smart contracts de NAT, haga clic [aquí](https://go.nebulas.io/project/147) para reclamar su recompensa. Tenga en cuenta que aún tendrá que completar el siguiente [formulario](https://docs.google.com/forms/d/e/1FAIpQLScaCeODU26maPJIuyCkX6Lsa0A5Xi2AZ_z-mvKlHmd89_CaXQ/viewform) que detalla su error, después de reclamarlo, para poder ser elegible para la recompensa.

Los smart contracts se pueden actualizar en cualquier momento. Puedes encontrarlos abajo:

> multisig: n1orrpFGmcQSvGrbKTD7RHweTPe61ut7svw
> NAT NRC20: n1mpgNi6KKdSzr7i5Ma7JsG5yPY9knf9He7
> distribute: n1uBbtFZK3Acs2T6JUMv6bSAvS6U6nnur6j
> pledge_proxy: n1obU14f6Cp4Wv7zANVbtmXKNkpKCqQDgDM
> pledge: n1zmbyLPCt2i8biKm1tNRwgAW3mhyKUtEpW
> vote: n1pADU7jnrvpPzcWusGkaizZoWgUywMRGMY
> NR_DATA: n21KaJxgFw7gTHR9A5VFYHsQrWdL61dCqvK

0 comments on commit ffeb331

Please sign in to comment.