Open pasqu4le opened 2 years ago
update: the latest Octez RC (v16.0-rc1 has these binaries too and the functionality will be active on the upcoming mumbainet
testnet as per announcement.
note: their name is now octez-smart-rollup-<node|client>-<proto>
now
These new binaries should be stable enough and documented sufficiently to allow us to package them and create systemd services too.
@PruStephan I'm assigning you this issue now, when we already have some support for rollup binaries.
Please start by checking:
docs/tx-rollup.md
systemd
servicesFeel free to ask questions to @krendelhoff2 as he worked on the current docs and implementation.
Clarification and motivation
The v14.0 Octez release introduced new rollup binaries for SCORUs (containing
sc
in their name), see changelog.These are different from the ones covered by #453 but should also be supported.
Note: these are more recent, not as documented, and possibly not as stable compared to transactions rollups. As such it may be a good idea to wait some more time before supporting them.
Acceptance criteria
1) We provide static binaries, Ubuntu/Fedora packages, and brew formulae for new smart contract rollup Octez binaries. 2) We provide systemd/launchd services for binaries that are supposed to be run as a background daemon.