-
Notifications
You must be signed in to change notification settings - Fork 21
feat: blob transactions #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
f8a8a97
b94e1ee
fbfc898
635b859
34bd39b
20b251c
cdf1580
1d97454
a666d81
a3ce44d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| The lookup from the $\rlpTxnMod$ module is bidirectional. It ensures that exactly all the BLOBHASHES are stored in Blob Hash module. | ||
| \begin{description} | ||
| \item[\underline{Selector:}] $\phaseBlobVersionedHashes _{i} \cdot \isCmp _{i}$; | ||
| \item[\underline{Source columns:}] from the \rlpTxnMod{} module: | ||
| \begin{multicols}{2} | ||
| \begin{enumerate} | ||
| \item $\userTransactionNumber _{i}$ | ||
| \item $\locBlobHashIndex _{i}$ | ||
| \item $\rlpTxnComputationColumnExoDataColumn{1} _{i}$ | ||
| \item $\rlpTxnComputationColumnExoDataColumn{2} _{i}$ | ||
| \end{enumerate} | ||
| \end{multicols} | ||
| \item[\underline{Target columns:}] from the blob hash module: | ||
| \begin{multicols}{2} | ||
| \begin{enumerate} | ||
| \item bla | ||
| \item bla | ||
| \item bla : bla | ||
| \end{enumerate} | ||
| \end{multicols} | ||
| \end{description} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,8 +21,8 @@ | |
| where | ||
| \[ | ||
| \left\{ \begin{array}{lcl} | ||
| \loc{storage\_key\_hi} & \define & \rlpTxnComputationColumnExoDataColumn{1} _{i} \\ | ||
| \loc{storage\_key\_lo} & \define & \rlpTxnComputationColumnExoDataColumn{2} _{i} \\ | ||
| \loc{storage\_key\_hi} & \define & \rlpTxnComputationColumnExoDataColumn{1} _{i} \\ | ||
| \loc{storage\_key\_lo} & \define & \rlpTxnComputationColumnCounterConstantAuxiliaryData{1} _{i} \\ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Storage key column conflicts with access list countdownHigh Severity The definition of Additional Locations (1)There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Storage key definition change contradicts explanatory commentMedium Severity The
cursor[bot] marked this conversation as resolved.
|
||
| \end{array} \right. | ||
| \] | ||
| \saNote{} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.