# 科技类课程整体规划方案(二课堂适用版) ## 一、课程总览 本方案专为学校二课堂(课后服务/科技社团)场景设计,面向1-3年级(6岁半-9岁)、4-6年级(9岁-12岁)学生。课程以**项目式学习(PBL)**和**游戏化学习**为核心,通过Wedo机器人、Scratch、Python等工具,打造**低门槛、高趣味、强展示**的科技课程体验。课程旨在激发学生兴趣,培养科技素养与创新思维,让学生在动手创造中获得成就感。 ## 二、课程目标 ### (一)1-3年级(6岁半-9岁)
9/15/2025The Mekong devnet was meant to be a playground for wallet developers to experiment with UX changes and for stakers to gain confidence in the upcoming Pectra changes. The Pectra network upgrade has been activated on the Ethereum Sepolia and Holesky testnets. These networks can now be used to test the Pectra upgrade features. In light of this, we'd like to announce the deprecation of the Mekong testnet on 7th March, 2025. Application and tooling developers are encouraged to use Sepolia to test applications, smart contracts, and other EVM functionality. Its permissioned validator set provides a stable test environment. Alternatively, many local development environments allow for testing against copies of the Ethereum mainnet state. Stakers and infrastructure providers concerned with protocol-level testing are encouraged to wait for the Holesky testnet to finalize, or to await an announcement on the Ethereum R&D discord for an alternate testing location. For validator setup testing, stakers should also consider the Ephemery testnet. This network resets weekly and enables lightweight end-to-end testing of the validator lifecycle.
3/6/2025Introduction: shadowfork Theory: General info: A chain consists of an Execution layer(EL) and a Consensus layer(CL) The EL is responsible for state (transactions, history, etc) and the CL is responsible for consensus (agreement on chain head) at a high level The EL is driven by the CL. i.e, The CL decides what the head of the chain is and the EL must accept that decision (mostly) The CL asks the EL to produce blocks, these blocks are placed in the EL chain as well as execution_payloads in the CL slot. This links the CL slot to the EL chain (leaving out caveats here) When the CL sends the request to produce a block, it also sends information about the block to build on top of
3/5/2025Considerations Resource use: CPU, Disk, Cost, I/O Syncing and Sync complexity increase Complexity of Implimentation and Testing Time for conversion to take place Ideological Methods Overview
1/18/2024