Skip to main content
Archived

XCMP Routing Reader/Writer, Send parachain between blockchain and turing server

Related products:FME Form
  • July 11, 2020
  • 0 replies
  • 8 views

scobierob

Cross-Chain Message Passing (XCMP) scheme is a subset of the Polkadot protocol. It defines how messages can be passed among parachains with no additional trust assumptions beyond the economic security of the relay chain.

The XCMP scheme achieves the following properties:

Trustlessness Since the same set of validators secure one parachain as another while they also guarantee correct message passing, XCMP requires no more trust than a single blockchain would.

Consistency We provide absolute guarantee that the messages received were exactly those sent, even despite any chain reorgs.

Availability Polkadot guarantees that the messages will not be lost and are kept available. This is achieved by distributing erasure-coded pieces that can be used to reconstruct messages.

Maintaining the right ordering for messages output by parachain blocks is guaranteed by Input/Output validation.

Efficiency The protocol avoids too much bandwidth overhead and allows messages to arrive as quickly as possible.


Here is a little bit more information:
https://research.web3.foundation/en/latest/polkadot/networking/4-xcmp.html#

https://medium.com/web3foundation/polkadots-messaging-scheme-b1ec560908b7

This would allow FME to talk with blockchain technology create parachains that could tie into spatial data.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.