mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
## Proposed Changes Correct some typos in the book, also update information about withdrawals since the Mainnet will be having 700K validators in about a month
50 lines
3.0 KiB
TeX
50 lines
3.0 KiB
TeX
% To compile the file using PdfLaTeX, you may use the latex+dvips+ps2pdf compilation. If you are using TeXstudio, this is builtin and you can choose this option by going to Options > Configure TeXstudio under Build & View, choose DVI -> PS -> PDF Chain
|
|
|
|
% Alternatively, you may use XeLaTeX with --shell-escape command. To do so in TeXstuidio, go to Options > Configure TeXstudio > Build. Under "Add Commands", enter a user of your choice, and in the right empty space, insert: txs:///xelatex/[--shell-escape]. When compile, go to Tools > User and select the user you just inserted.
|
|
|
|
|
|
\documentclass[]{article}
|
|
\usepackage{pst-all}
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\begin{figure}
|
|
\psscalebox{1.0 1.0} % Change this value to rescale the drawing.
|
|
{
|
|
\begin{pspicture}(0,-8.09)(10.7,5.53)
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](7.14,5.53)(3.6,4.45)
|
|
\rput[bl](3.8,4.81){Partial withdrawals}
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{-<}(5.2,4.41)(5.2,2.91)(5.2,3.01)
|
|
\psline[linecolor=black, linewidth=0.04](1.8,2.81)(8.9,2.81)
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.8,2.81)(1.8,1.81)
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](2.7,1.83)(0.6,0.75)
|
|
\rput[bl](0.8,1.09){Type 0x00}
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](9.8,1.83)(7.7,0.75)
|
|
\rput[bl](7.92,1.07){Type 0x01}
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(8.9,2.81)(8.9,1.81)
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.7,0.71)(1.7,-0.19)
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](3.7,-0.19)(0.0,-1.99)
|
|
\rput[bl](0.66,-0.99){Funds locked in}
|
|
\rput[bl](0.9,-1.59){Beacon chain}
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](10.7,-3.29)(6.8,-5.09)
|
|
\rput[bl](7.6,-3.99){validator sweep}
|
|
\rput[bl](7.82,-4.73){every \textit{n} days}
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](3.7,-3.29)(0.0,-5.09)
|
|
\rput[bl](1.3,-4.09){BLS to}
|
|
\rput[bl](0.5,-4.69){execution change}
|
|
\psline[linecolor=black, linewidth=0.04, linestyle=dashed, dash=0.17638889cm 0.10583334cm, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.7,-1.99)(1.7,-3.29)
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(8.9,0.71)(8.9,-3.29)
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(3.7,-4.19)(6.7,-4.19)
|
|
\psframe[linecolor=black, linewidth=0.04, dimen=outer](10.7,-6.29)(6.9,-8.09)
|
|
\rput[bl](7.0,-6.99){Balance above 32 ETH}
|
|
\rput[bl](7.9,-7.59){withdrawn}
|
|
\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(8.9,-5.09)(8.9,-6.29)
|
|
\rput[bl](1.8,-2.89){\textit{\Large{anytime}}}
|
|
\end{pspicture}
|
|
}
|
|
\end{figure}
|
|
|
|
\end{document} |