From 9e9710cf93fffee9a78a8a4114eafc38f0baa04c Mon Sep 17 00:00:00 2001 From: zengzengzenghuy Date: Tue, 17 Sep 2024 16:42:03 +0800 Subject: [PATCH] fix: error --- .../About Token Bridges/hashi-integration.md | 2 +- updates/2024/08-28-core-devs-call.md | 101 ++++++++---------- 2 files changed, 46 insertions(+), 57 deletions(-) diff --git a/docs/bridges/About Token Bridges/hashi-integration.md b/docs/bridges/About Token Bridges/hashi-integration.md index f644025d..ae835a33 100644 --- a/docs/bridges/About Token Bridges/hashi-integration.md +++ b/docs/bridges/About Token Bridges/hashi-integration.md @@ -92,7 +92,7 @@ For testing purpose, we've set up testnet environemnt. Users are welcome to expe ## Omnibridge - Sepolia address - 1. Foreign Omnibridge: [0xc4e06E44B2d1e148beFAa3cB2012A985EFe7032a](https://sepolia.etherscan.io/address/0xc4e06E44B2d1e148beFAa3cB2012A985EFe7032a) ✅ + 1. Foreign Omnibridge: [0xc4e06E44B2d1e148beFAa3cB2012A985EFe7032a](https://sepolia.etherscan.io/address/0xc4e06E44B2d1e148beFAa3cB2012A985EFe7032a) 2. WETH Router: [0x65E64139f202F89cb6b4bFc140bf01Cda1886465](https://sepolia.etherscan.io/address/0x65E64139f202F89cb6b4bFc140bf01Cda1886465#code) - Chiado address 1. Home Omnibridge: [0xB866dC5321Ca41a22938A7afD5Bc3c5069975874](https://gnosis-chiado.blockscout.com/address/0xB866dC5321Ca41a22938A7afD5Bc3c5069975874?tab=write_proxy) diff --git a/updates/2024/08-28-core-devs-call.md b/updates/2024/08-28-core-devs-call.md index 64747a21..4b6692c6 100644 --- a/updates/2024/08-28-core-devs-call.md +++ b/updates/2024/08-28-core-devs-call.md @@ -1,5 +1,5 @@ --- -title: Core Devs Call - 2024/08/21 +title: Core Devs Call - 2024/08/28 authors: [dapplion, armaganercan, filoozom] tags: [CoreDevsCall, Gnosis Chain] --- @@ -22,67 +22,56 @@ Aug 28, 2024 ## EL -* **Nethermind**: - - * Working on the next release - - * Improvement on performance - - * Probably mid next month - -* **Erigon**: - - * Nothing new - -* **Geth**: - - * Started rebasing from 1.13 to 1.14 (which actually changed many things in the miner) - - * 1.14 can no longer sync pre-merge chains - - * So one has to sync with 1.13 and then update to 1.14 - -* **Reth**: - - * No update - +- **Nethermind**: + + - Working on the next release + + - Improvement on performance + - Probably mid next month + +- **Erigon**: + + - Nothing new + +- **Geth**: + + - Started rebasing from 1.13 to 1.14 (which actually changed many things in the miner) + + - 1.14 can no longer sync pre-merge chains + - So one has to sync with 1.13 and then update to 1.14 + +- **Reth**: + + - No update # Chain Infra -* **Gateway** - - * No major updates - - * Everything is working well except for one quick restart - +- **Gateway** + + - No major updates + - Everything is working well except for one quick restart # Innovation -* Shutter - - * Still working on the last 10% in missed transactions - - * New keyper version with floodsub discovery mechanism - - * Also working on the Shutter explorer - +- Shutter + + - Still working on the last 10% in missed transactions + + - New keyper version with floodsub discovery mechanism + + - Also working on the Shutter explorer # Testing -* Hive - - * Good progress - - * Fixed all Nethermind tests - - * 2 new tests suits (13 new tests) for Nethermind - - * Fixing in progress for Erigon - - * New PR with new engine suite - -* Ethereum/tests - - * Started to integrate the Nethermind implementation - - * Might require a new repo +- Hive + + - Good progress + - Fixed all Nethermind tests + - 2 new tests suits (13 new tests) for Nethermind + - Fixing in progress for Erigon + - New PR with new engine suite + +- Ethereum/tests + + - Started to integrate the Nethermind implementation + - Might require a new repo