-
Notifications
You must be signed in to change notification settings - Fork 6
Mixed Cluster, Integration test of legacy Cardano SL and Byron rewrite node
cardano-node-wiki edited this page Jan 12, 2024
·
2 revisions
CI
shall be running for every commit a test on a mixed cluster of legacy Cardano SL nodes (https://github.com/input-output-hk/cardano-sl/) and new nodes from Byron-rewrite (this repo: https://github.com/intersectmbo/cardano-node/).
The two worlds are interconnected using the Byron proxy (https://github.com/input-output-hk/cardano-byron-proxy/).
Either side can initiate transactions and mint blocks.
+---------------+---------------+
| | |
+----v----+ +----v----+ +----v----+
| | | | | |
| legacy | | legacy | | legacy |
| CSL | | CSL | | CSL |
| | | | | |
+---------+ +----+----+ +---------+
^
|
v
+----+----+
| |
| Byron |
| proxy |
| |
+----+----+
^
|
v
+---------+ +----+----+ +---------+
| | | | | |
| new | | new | | new |
| node | | node | | node |
| | | | | |
+----+----+ +----+----+ +----+----+
^ ^ ^
| | |
+--------------+---------------
<.. tbd ..>
The cardano-node
wiki has moved. Please go to (https://github.com/input-output-hk/cardano-node-wiki/wiki) and look for the page there.