Skip to content

Commit

Permalink
Gav corrections on 0.3.6 (gavofyork#74)
Browse files Browse the repository at this point in the history
* alpha' dependent on header

* Validator index in assurance extrinsic is encoded as 2 bytes

* Avoid taking log of zero

* Decode the right amount of data

* Fix up function R in PVM Argument Invocation Definition

* Entry points are 0, 5, 10, 15

* Fix Refine lookup case arm

* Numbering.

* Use modern FS shuffle

* Avoid confusion over Work Package's code/codehash

* Invocation: Fix argument order

* PVM Invoctions: Fix Accumulate

* PVM Invocations: Parens
  • Loading branch information
gavofyork authored Sep 10, 2024
1 parent 074001c commit d55f398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/pvm_invocations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ \subsection{Accumulate Invocation}\label{sec:accumulateinvocation}
F(n, \xi, \omega, \mu, (\mathbf{x}, \mathbf{y})) &\equiv \begin{cases}
G(\Omega_R(\xi, \omega, \mu, \mathbf{x}_\mathbf{s}, s, \delta^\dagger), (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{read} \\
G(\Omega_W(\xi, \omega, \mu, \mathbf{x}_\mathbf{s}), (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{write} \\
G(\Omega_L(\xi, \omega, \mu, \mathbf{x}_\mathbf{s}), s, \delta^\dagger), (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{lookup} \\
G(\Omega_L(\xi, \omega, \mu, \mathbf{x}_\mathbf{s}, s, \delta^\dagger), (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{lookup} \\
G(\Omega_G(\xi, \omega, \mu), (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{gas} \\
G(\Omega_I(\xi, \omega, \mu, \mathbf{x}_\mathbf{s}, s, \delta^\dagger), (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{info} \\
\Omega_E(\xi, \omega, \mu, (\mathbf{x}, \mathbf{y})) &\when n = \mathtt{empower}\\
Expand Down

0 comments on commit d55f398

Please sign in to comment.