Skip to content

Commit 93d6b7e

Browse files
authored
fix(docs): whitepaper layout on mobile (#703)
2 parents 84dcb1d + 4181f42 commit 93d6b7e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

docs/network/guides/gasless-usdt0-transfers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The relayer pays the gas fees for this on-chain execution.
4545

4646
EIP-3009 introduces two key functions, including:
4747

48-
- **`transferWithAuthorization`**: This function moves tokens from the from address (the authorizer) to the to address.
48+
- **`transferWithAuthorization`**: This function moves tokens from the `from` address (the authorizer) to the `to` address.
4949
It only executes if the provided signature `(v, r, s)` correctly matches the `from` address for the given payload, the current blockchain time is within the `validAfter` and `validBefore` timestamps, and the unique `nonce` has not been previously used by the `from` address for this contract.
5050

5151
```solidity

docs/support/whitepapers.mdx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,83 +19,83 @@ import CustomCard from "@site/src/components/CustomCard";
1919

2020
Explore Flare's whitepapers, research, and analytics to gain deeper insights into its technology.
2121

22-
## Protocols
22+
## Featured
2323

2424
<div
2525
style={{
2626
display: "grid",
2727
gap: "1rem",
28-
gridTemplateColumns: "repeat(2, 1fr)",
28+
gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))",
2929
}}
3030
>
3131
<CustomCard
3232
title="The Flare Data Connector"
3333
href="/pdf/whitepapers/20240224-FlareDataConnector.pdf"
34-
description="This paper introduces the Flare Data Connector (FDC), an enshrined protocol using network consensus to bring external event data securely onto Flare. Confirmed attestations based on user requests are published onchain every 90 seconds."
34+
description="A protocol using network consensus to securely and reliably import offchain event data onto Flare, publishing confirmed attestations on-chain every 90 seconds."
3535
date="Jan 14, 2025"
3636
/>
3737
<CustomCard
3838
title="FTSOv2: more data feeds and faster updates to the FTSO"
3939
href="/pdf/whitepapers/20240223-FlareTimeSeriesOracleV2.pdf"
40-
description="This paper presents FTSOv2, an improved Flare Time Series Oracle enabling faster updates (via new block-latency feeds alongside 90s anchor feeds) and support for 1000+ data feeds efficiently, enhancing decentralized data delivery."
40+
description="An upgraded Flare Time Series Oracle delivering faster updates via block-latency feeds alongside 90-second anchor feeds, while efficiently handling over 1,000 feeds."
4141
date="Sep 9, 2024"
4242
/>
4343
<CustomCard
44-
title="The Flare network and FLR token"
45-
href="/pdf/whitepapers/20221231-TheFlareNetworkAndFLRToken.pdf"
46-
description="Provides a foundational overview of the Flare Network, an EVM L1 featuring native blockchain data and time series data protocols for decentralized data acquisition. Covers the FLR token, delegation, consensus, governance, and tokenomics."
47-
date="Dec 30, 2022"
44+
title="Consensus learning: A novel decentralised ensemble learning paradigm"
45+
href="/pdf/whitepapers/20240225-ConsensusLearning.pdf"
46+
description="A distributed ML paradigm integrating ensemble methods with P2P consensus for data privacy and Byzantine fault tolerance."
47+
date="Feb 25, 2024"
4848
/>
4949
</div>
5050

51-
## Research
51+
## All Research
5252

5353
<div
5454
style={{
5555
display: "grid",
5656
gap: "1rem",
57-
gridTemplateColumns: "repeat(2, 1fr)",
57+
gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))",
5858
}}
5959
>
6060
<CustomCard
61-
title="Consensus learning: A novel decentralised ensemble learning paradigm"
62-
href="/pdf/whitepapers/20240225-ConsensusLearning.pdf"
63-
description="Introduces Consensus Learning, a novel distributed machine learning paradigm combining ensemble methods with P2P consensus. This approach ensures data privacy and Byzantine fault tolerance by aggregating predictions via network consensus, supported by theoretical analysis and simulations."
64-
date="Feb 25, 2024"
61+
title="The Flare network and FLR token"
62+
href="/pdf/whitepapers/20221231-TheFlareNetworkAndFLRToken.pdf"
63+
description="An EVM L1 blockchain with native data and time-series protocols for decentralized data acquisition, covering the FLR token, consensus, and governance."
64+
date="Dec 30, 2022"
6565
/>
6666
<CustomCard
6767
title="A hybrid post-quantum digital signature scheme for the EVM"
6868
href="/pdf/whitepapers/20220722-HybridPostQuantumDigitalSignatureSchemeForTheEthereumVirtualMachine.pdf"
69-
description="Proposes a new EVM transaction type incorporating both standard elliptic curve and CRYSTALS-Dilithium post-quantum signatures to provide quantum resistance against threats like Shor's algorithm, while maintaining network efficiency."
69+
description="A new EVM transaction type that integrates ECDSA and CRYSTALS-Dilithium signatures to achieve quantum resistance against Shor's algorithm."
7070
date="Jul 5, 2022"
7171
/>
7272
<CustomCard
7373
title="Flare Consensus Protocol"
7474
href="/pdf/whitepapers/20191105-FlareConsensusProtocol.pdf"
75-
description="Details the Flare Consensus Protocol (FCP), a novel, leaderless, totally-ordered Federated Byzantine Agreement (FBA) construction."
75+
description="A leaderless, totally-ordered Federated Byzantine Agreement construction offering efficient, scalable, and secure consensus."
7676
date="Nov 5, 2019"
7777
/>
7878
</div>
7979

80-
## Analytics
80+
<br></br>
8181

8282
<div
8383
style={{
8484
display: "grid",
8585
gap: "1rem",
86-
gridTemplateColumns: "repeat(2, 1fr)",
86+
gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))",
8787
}}
8888
>
8989
<CustomCard
9090
title="Kraken exchange - FTSO price comparison"
9191
href="/pdf/whitepapers/20230406-KrakenExchange-FTSOPriceComparison.pdf"
92-
description="This report analyzes the accuracy of FTSO price feeds on Songbird by comparing them against trade data from the Kraken exchange. Using metrics like deviation bands and RRMSE, the analysis concludes that FTSO prices closely align with Kraken prices."
92+
description="Compares FTSO price feeds against Kraken trade data using deviation bands and RRMSE, demonstrating close alignment with Kraken prices."
9393
date="Apr 6, 2023"
9494
/>
9595
<CustomCard
9696
title="STP.02 - Impact of secondary FTSO reward band"
9797
href="/pdf/whitepapers/20230529-SongbirdBandUpdate-ImpactOfSTP02.pdf"
98-
description="This report evaluates the effects of Songbird Test Proposal 2. The analysis finds that STP.02 significantly increased the percentage of rewarded data providers, enhancing decentralization, without negatively impacting the accuracy of the FTSO price feeds."
98+
description="Assesses STP.02's effect, showing it boosted the share of rewarded data providers - enhancing decentralization - without compromising FTSO price feed accuracy."
9999
date="May 29, 2023"
100100
/>
101101
</div>

0 commit comments

Comments
 (0)