Skip to content

Commit

Permalink
FLR-1177: Remove Layer Cake
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenflare authored and segfaultxavi committed Jul 31, 2024
1 parent 90be43f commit 8de8d16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/tech/flare.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Flare has the following native data acquisition protocols at these stages of dev
* The **[Flare Time-Series Oracle (FTSO)](./ftso/index.md)** provides continuous estimations of changing data, such as [price pairs](glossary.md#price_pair).
* The **[State Connector](./state-connector.md)** allows querying of verifiable, non-changing data from other chains and the internet.
* The **[FAssets](./fassets/index.md)** system is being developed by Flare Labs. It allows tokens on blockchains that do not support smart contracts to be used trustlessly with smart contracts on the Flare blockchain.
* Flare **LayerCake** is being developed by Flare Labs to provide a [decentralized](glossary.md#decentralized), trustless bridging system between smart contract networks. For an overview of trustless bridges, see [LayerCake](https://flare.network/layercake/).

## Developing on Flare

Expand Down
5 changes: 1 addition & 4 deletions docs/tech/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Bootstrapping Node { #bootstrapping_node }
: An observation node associated with a [validator node](#validator) and acting as its bastion: the bootstrapping node exposes a minimum RPC interface, so the validator does not have to. The nodeID and nodeIP returned by the bootstrapping node's RPC allow an external node to connect and peer with the core network of validators. The bootstrapping node also [gossips](https://en.wikipedia.org/wiki/Gossip_protocol) the core network's validators nodeIDs and nodeIPs to the external node to peer to. The main purpose of a bootstrapping node is to allow new nodes to connect to the network (hence the name "bootstrapping") while reducing its associated validator node attack surface.

Bridge { #bridge }
: A protocol that connects otherwise independent blockchains, enabling interoperability between them. Read more about Flare's bridging: [LayerCake](#layercake).
: A protocol that connects otherwise independent blockchains, enabling interoperability between them.

Byzantine Fault Tolerance { #byzantine_fault_tolerance }
: Property of a distributed system that is capable of continuous operation even when some of its participants are unreliable. Participants acting against the interest of the whole system, by accident or on purpose, are said to have “gone Byzantine”.
Expand Down Expand Up @@ -128,9 +128,6 @@ Inflation { #inflation }
Know Your Customer (KYC) { #kyc }
: The process an entity completes to verify the identities of its users to comply with global requirements.

LayerCake { #layercake }
: Being developed by Flare Labs to provide a decentralized, [trustless](#trustless) [bridging](#bridge) system between [smart contract](#smart-contract) networks. For an overview of trustless bridges, see [LayerCake](https://flare.network/layercake/).

Layer 1 { #layer1 }
: An L1 is a blockchain in the classical sense, in that it comprises a network of nodes that exchange information to guarantee the integrity of a shared ledger and offer functionality like token exchange and programmability. Compare it to an L2, which is built on top of an existing L1.

Expand Down
2 changes: 1 addition & 1 deletion docs/tech/state-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As an added security measure, individual validators can also define **local atte
<figcaption>The State Connector.</figcaption>
</figure>

The State Connector can, for instance, **check whether a deposit has been made on another blockchain**, opening the door to more advanced mechanisms like the FAsset or the Layer Cake bridges.
The State Connector can, for instance, **check whether a deposit has been made on another blockchain**, opening the door to more advanced mechanisms like FAssets or bridges.

This page gives technical details about the whole procedure, the different security and scalability measures that have been taken into account in its design and the kind of queries that can be performed.

Expand Down

0 comments on commit 8de8d16

Please sign in to comment.