-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
304184a
commit d42f83f
Showing
37 changed files
with
796 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
\input{tx_finl/_local} | ||
\section{Finalization phase \lispDone{}} \label{hub: finalization phase} | ||
\subsection{Introduction} \label{hub: finalization phase: intro} \input{tx_finl/intro} | ||
\subsection{Peeking flags \lispDone{}} \label{hub: finalization phase: peeking} \input{tx_finl/peeking} | ||
\subsection{The transaction success case \lispDone{}} \label{hub: finalization phase: success} \input{tx_finl/success} | ||
\subsection{The transaction failure case \lispDone{}} \label{hub: finalization phase: failure} \input{tx_finl/failure} | ||
\section{Finalization phase \lispTodo{}} \label{hub: finalization phase} | ||
\subsection{Introduction \lispNone{}} \label{hub: finalization phase: intro} \input{tx_finl/intro} | ||
\subsection{Shorthands \lispTodo{}} \label{hub: finalization phase: shorthands} \input{tx_finl/shorthands} | ||
\subsection{Peeking flags \lispTodo{}} \label{hub: finalization phase: peeking} \input{tx_finl/peeking} | ||
\subsection{Common constraints \lispTodo{}} \label{hub: finalization phase: common constraints} \input{tx_finl/rows/_collage} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
\def\locWeiRefund {\col{caller\_refund}} | ||
\def\locWeiReward {\col{coinbase\_reward}} | ||
% no revert | ||
\def\locTxFinlSuccessSenderAccountOffset {\yellowm{0}} | ||
\def\locTxFinlSuccessCoinbaseAccountOffset {\yellowm{1}} | ||
\def\locTxFinlSuccessTransactionRowOffset {\orangem{2}} | ||
\def\locWeiRefund {\col{sender\_gas\_refund}} | ||
\def\locWeiReward {\col{coinbase\_reward}} | ||
\def\locTxFinlRoffLastExecutionRow {\greenm{1}} | ||
\def\locTxFinlRoffAccSender {\yellowm{0}} | ||
\def\locTxFinlRoffAccCoinbase {\yellowm{1}} | ||
\def\locTxFinlRoffTxn {\orangem{2}} | ||
|
||
\def\locTransactionSuccess {\col{transaction\_success}} | ||
|
||
\def\locTxFinlSenderAddressHi {\col{sender\_addr\_hi}} | ||
\def\locTxFinlSenderAddressLo {\col{sender\_addr\_lo}} | ||
\def\locTxFinlCoinbaseAddressHi {\col{coinbase\_addr\_hi}} | ||
\def\locTxFinlCoinbaseAddressLo {\col{coinbase\_addr\_lo}} | ||
|
||
% | ||
\def\locTxFinlSuccessSenderAccountOffset {\yellowm{0}} | ||
\def\locTxFinlSuccessCoinbaseAccountOffset {\yellowm{1}} | ||
\def\locTxFinlSuccessTransactionRowOffset {\orangem{2}} | ||
\def\nsrTxFinl {\yellowm{3}} | ||
% revert | ||
\def\locTxFinlFailureSenderAccountOffset {\yellowm{0}} | ||
\def\locTxFinlFailureRecipientAccountOffset {\yellowm{1}} | ||
\def\locTxFinlFailureCoinbaseAccountOffset {\yellowm{2}} | ||
\def\locTxFinlFailureTransactionRowOffset {\orangem{3}} | ||
\def\locTxFinlFailureSenderAccountOffset {\yellowm{0}} | ||
\def\locTxFinlFailureRecipientAccountOffset {\yellowm{1}} | ||
\def\locTxFinlFailureCoinbaseAccountOffset {\yellowm{2}} | ||
\def\locTxFinlFailureTransactionRowOffset {\orangem{3}} | ||
% | ||
\def\locFinlSuccessSenderRefund {\col{sender\_refund}} | ||
\def\locFinlSuccessCoinbaseReward {\col{coinbase\_fee}} | ||
\def\locFinlSuccessSenderRefund {\col{sender\_refund}} | ||
\def\locFinlSuccessCoinbaseReward {\col{coinbase\_fee}} | ||
% | ||
\def\locFinlFailureSenderRefund {\col{sender\_refund}} | ||
\def\locFinlFailureCoinbaseReward {\col{coinbase\_fee}} | ||
\def\locFinlFailureSenderRefund {\col{sender\_refund}} | ||
\def\locFinlFailureCoinbaseReward {\col{coinbase\_fee}} |
Oops, something went wrong.