You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ledger): use transactions for leios endorser blocks (#1200)
Since Leios Endorser Blocks do not have the transaction contents in
their CBOR representation, we do not have a container for them. Add
`transactions` to allow us to store them in the block once resolved for
later retrieval, such as via the `Transactions()` func.
Signed-off-by: Chris Gianelloni <[email protected]>
0 commit comments