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
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Newbie here, please be patient with my question :). I was reading about 2 pc in oracle blockchain platform and wondering if sawtooth batch achieves the same. Also, can a sawtooth batch across multiple sawtooth instances (chains) e.g. distributed transaction across multiple sawtooth chains.
Thanks,
The text was updated successfully, but these errors were encountered:
On Thu, Sep 21, 2023 at 12:04 PM GOVYANSONG ***@***.***> wrote:
Newbie here, please be patient with my question :). I was reading about 2
pc in oracle blockchain platform and wondering if sawtooth batch achieves
the same. Also, can a sawtooth batch across multiple sawtooth instances
(chains) e.g. distributed transaction across multiple sawtooth chains.
A batch contains multiple transactions, with the batch being the atomic
structure. It allows you to submit multiple transactions with assurance
that they will be all committed or none committed. This is independent of
the consensus mechanism used. There is no distributed transaction
capability as that would belong a layer higher (the application layer).
Newbie here, please be patient with my question :). I was reading about 2 pc in oracle blockchain platform and wondering if sawtooth batch achieves the same. Also, can a sawtooth batch across multiple sawtooth instances (chains) e.g. distributed transaction across multiple sawtooth chains.
Thanks,
The text was updated successfully, but these errors were encountered: