From 840680514f5b87a9225a10d4faf305bbf2a3ad25 Mon Sep 17 00:00:00 2001 From: Idris Olubisi Date: Thu, 28 Sep 2023 23:34:39 +0100 Subject: [PATCH 001/339] update general message passing bridges example This commit adds Axelar as a General message passing bridges example in the Bridge Type section. --- src/content/developers/docs/bridges/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/developers/docs/bridges/index.md b/src/content/developers/docs/bridges/index.md index 8fc4ee0fb17..0a044941670 100644 --- a/src/content/developers/docs/bridges/index.md +++ b/src/content/developers/docs/bridges/index.md @@ -42,7 +42,7 @@ Bridges can usually be classified into one of the following buckets: - **Native bridges –** These bridges are typically built to bootstrap liquidity on a particular blockchain, making it easier for users to move funds to the ecosystem. For example, the [Arbitrum Bridge](https://bridge.arbitrum.io/) is built to make it convenient for users to bridge from Ethereum Mainnet to Arbitrum. Other such bridges include Polygon PoS Bridge, [Optimism Gateway](https://app.optimism.io/bridge), etc. - **Validator or oracle based bridges –** These bridges rely on an external validator set or oracles to validate cross-chain transfers. Examples: Multichain and Across. -- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Nomad and LayerZero. +- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Nomad, Axelar, and LayerZero. - **Liquidity networks –** These bridges primarily focus on transferring assets from one chain to another via atomic swaps. Generally, they don’t support cross-chain message passing. Examples: Connext and Hop. ## Trade-offs to consider {#trade-offs} From b34cd6f4548d1c27d776c791428ae1b033fb3a81 Mon Sep 17 00:00:00 2001 From: Idris Olubisi Date: Fri, 29 Sep 2023 07:00:05 +0100 Subject: [PATCH 002/339] sort bridge examples alphabetically --- src/content/developers/docs/bridges/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/developers/docs/bridges/index.md b/src/content/developers/docs/bridges/index.md index 0a044941670..fe97e455db5 100644 --- a/src/content/developers/docs/bridges/index.md +++ b/src/content/developers/docs/bridges/index.md @@ -42,7 +42,7 @@ Bridges can usually be classified into one of the following buckets: - **Native bridges –** These bridges are typically built to bootstrap liquidity on a particular blockchain, making it easier for users to move funds to the ecosystem. For example, the [Arbitrum Bridge](https://bridge.arbitrum.io/) is built to make it convenient for users to bridge from Ethereum Mainnet to Arbitrum. Other such bridges include Polygon PoS Bridge, [Optimism Gateway](https://app.optimism.io/bridge), etc. - **Validator or oracle based bridges –** These bridges rely on an external validator set or oracles to validate cross-chain transfers. Examples: Multichain and Across. -- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Nomad, Axelar, and LayerZero. +- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Axelar, LayerZero, and Nomad. - **Liquidity networks –** These bridges primarily focus on transferring assets from one chain to another via atomic swaps. Generally, they don’t support cross-chain message passing. Examples: Connext and Hop. ## Trade-offs to consider {#trade-offs} From 81e35539c1963f22e425e3fa8c1735253332530e Mon Sep 17 00:00:00 2001 From: shyam-patel-kira Date: Wed, 6 Dec 2023 21:34:36 -0500 Subject: [PATCH 003/339] fix H4 sizing on /staking page: [Fixes #11409] --- src/pages/staking/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/staking/index.tsx b/src/pages/staking/index.tsx index 9266bcc341c..ba2784d5aa2 100644 --- a/src/pages/staking/index.tsx +++ b/src/pages/staking/index.tsx @@ -374,7 +374,7 @@ const StakingPage = ({ borderBottom: "1px solid #3335", }} > - +