Skip to content

Morphism alpha release

Pre-release
Pre-release

Choose a tag to compare

@FletcherMan FletcherMan released this 07 Sep 07:42
· 22 commits to main since this release

This is a release for alpha testnet. It can works as

  • a sequencer. It embeds the tendermint as our consensus layer, seals the blocks and communicates with geth for the transactions execution.
  • a full node. It fetches the transactions from tendermint p2p network, and construct the state by executing the blocks locally.
  • a validator. It enables user to fetch the transactions from layer1, and check the execution result.
  • a l1 message sycner. It observes the cross domain message happened on layer1, and build the L1Message to execute on layer2.