LOADING...
LOADING...
LOADING...
当前位置: 玩币族首页 > 区块链资产 > DotLeap29中文版

DotLeap29中文版

2021-01-12 MathChain 来源:区块链网络

原文作者:Bruno ?kvorc

订阅链接:newsletter.dotleap.com

波卡的 2020

波卡的 2020 年回顾https://medium.com/polkadot-network/polkadot-2020-roundup-38e33a9f21a5

数据库 Snapshots

之后每两周都会有一个 Kusama 和 Polkadot 历史数据库快照被上传到 IPFS详见https://app.subsocial.network/@snaps/snapshot-jan-03-2021-572后续会对压缩方式进行优化

有一个相关议案正在进行中,希望通过第三方来长期更新维护这些镜像。https://kusama.polkassembly.io/treasury/63

Polkadot

Rococo V1 平行链注册申请在 2021/1/11 正式开放,具体信息关注 #rococo:matrix.parity.io Matrix channel (https://matrix.to/#/#rococo:matrix.parity.io)。

era 215 节点 LLC 发生一笔 16000 DOT 的 slash。应该是错误的备份流程导致。https://ipfs.io/ipns/polkadot.dotapps.io/#/staking/slashes

波卡治理

一位来自加拿大的律师希望提供链上身份验证服务,验证需要通过真实ID文件和电话完成。目前该提议正在讨论,这种验证方式的价格很高(100DOT),因此目前发起人数很少。https://polkadot.polkassembly.io/proposal/13

由7个波卡社区成员组成的 Polkadot 品牌改造项目经费监督小组成立。https://polkadot.polkassembly.io/bounty/0

Oneblock 提议在2021Q1举办hackathon。目前Substrate技术课程主要问题是在学员掌握了开发基础后,缺少实际上手项目经验来讲知识转化为实践。因此hackathon将提供学员自由组队完成项目的机会。任何对substrate开发感兴趣的人都可以参与,具体分类和奖金等信息查看:https://polkadot.polkassembly.io/motion/52

OnFinality提交了一个财政申请以支持其公开的RPC节点的运维费用https://polkadot.polkassembly.io/treasury/31

公投 14 – 希望能够将被盗的 DOT 转移到另一个地址。被盗账号提供了所有权证明,详见https://polkadot.polkassembly.io/referendum/14

Kusama

Kusama 验证人选择工具发布了新版本,欢迎大家提供反馈给开发团队https://validators.kusama.network/

Kusama 治理

Polkashots.io 提供 Kusama 和 Polkadot 数据库快照工作的财政申请已提交理事会审核https://kusama.polkassembly.io/motion/251

基于 Kusama 网络的全球第一个虚拟艺术展 "Virtual Niche" 的财政申请获得通过https://kusama.polkassembly.io/motion/250

Voxel Bridge Art 先面发布了他们第一个 Milestone 报告https://kusama.polkassembly.io/motion/225#3dd76efc-e74f-4ce5-8e15-8cd5fd5b01bf

核心代码

FRAME v2 将使用 ’#[pallet]‘ 取代之前 ’decl_*!’,提高代码可读性。具体可以看?https://crates.parity.io/frame_support/attr.pallet.html示例?https://crates.parity.io/frame_support/attr.pallet.html#example-for-pallet-without-instance这个方式目前仍在开发中,不建议生产环境使用。

平行链的 SS58 prefix 信息现在可以从 system.ss58Prefix 中获得(之前需要通过RPC获取),因此它已经是链的一部分,而不依赖于节点。https://github.com/paritytech/substrate/pull/7810

新增 Chain extensions 功能,让智能合约可以与pallet交互https://github.com/paritytech/substrate/pull/7548

Libp2p 升级到 v0.33.0https://github.com/paritytech/substrate/pull/7759

参与抽奖模块已合并到 Substrate,平行链可以通过发放奖券的形式鼓励特定的链上行为。该想法来源于激励更多用户参与社区治理行为。https://github.com/paritytech/substrate/pull/7221

Polkadot 和 Kusama chain specs 中新增4种 bootnodeshttps://github.com/paritytech/polkadot/pull/2204

Subkey轻量化,可根据需要进行配置https://github.com/paritytech/substrate/pull/7845

新增 warp sync 改进,通过 runtime API 可以查询下一个区块的 BABE 信息https://github.com/paritytech/substrate/pull/7829

平行链导入中继链是有一个共识的问题被修复。https://github.com/paritytech/cumulus/pull/271

死亡账户获得更好的处理https://github.com/paritytech/substrate/pull/7843

以太坊兼容性

Moonbeam 2020 回顾和 2021 规划https://www.purestake.com/blog/moonbeam-2020-recap-getting-ready-to-take-off/?utm_source=dotleap

Moonbeam 的 grant 计划已发布https://www.reddit.com/r/dot/comments/kqpr1g/moonbeam_announces_grant_program/

工具

想要查询 substrate 资料,可以访问https://github.com/substrate-developer-hub/awesome-substrate

Colm3na 开发了 VueJS Polkadot API 开发上手教程https://github.com/Colm3na/vue-typescript-polkadotjs

PolkadotJS API 更新 version 3.3,提升了连接速度https://github.com/polkadot-js/api/releases/tag/v3.2.1

Polkadot Apps UI 升级 0.74,新版会对你锁定资产的数量进行提示https://github.com/polkadot-js/apps/releases/tag/v0.73.1

Polkadot JS Extension 升级 version 0.36,支持以太坊账号,新增钓鱼网站提示,支持ecdsa账号。https://github.com/polkadot-js/extension/releases/tag/v0.36.1

Subscan 支持获取 DOT 和 KSM 的历史价格,例子如下:https://polkadot.subscan.io/tools/price_converter?value=42&type=time&from=DOT&to=USD&time=1609456380

Substrate Sidecar API 升级 version 2.1.0https://github.com/paritytech/substrate-api-sidecar/releases/tag/v2.1.0

一个从 substrate-api-sidecar 中进行查询的工具,目前支持 MongoDBhttps://github.com/kianenigma/substrate-api-sidecar-dump

节点状态查询脚本 – 计算绑定对提名和其它因素的影响https://github.com/w3f/validator-stats

学习资料

Bill Laboon 的“区块链基础20讲” 已发布 Youtubehttps://www.youtube.com/playlist?list=PLxVihxZC42nF_MCN9PTvZMIifRjx9cZ2J

生态

Polkaswap testnet V2 已发布https://medium.com/polkaswap/introducing-the-polkaswap-testnet-fa85dd8582c0

Bill Laboon 和 Zoe Meckbach 谈论 Polkadot 治理https://www.crowdcast.io/e/polkadot-conversations-session3/register

Ellipal hardware wallet 已支持 DOThttps://wiki.polkadot.network/docs/en/build-wallets

AirGap支持更多平台的 app 钱包https://www.reddit.com/r/dot/comments/kph39c/a_very_secure_simple_and_anonymous_wallet_for/

Decrypt 关于波卡品牌升级的报道https://decrypt.co/53325/leading-design-agency-koto-is-giving-polkadot-a-rebrand

为什么不减少波卡staking天数的讨论https://www.reddit.com/r/dot/comments/ksya9x/28_day_unbonding/

Bancor 将支持 Polkadothttps://blog.bancor.network/bancor-progress-update-december-2020-1c67316f29a9

Crust Network 和 Litentry 将在去中心数据存储上合作https://medium.com/crustnetwork/crust-network-and-litentry-collaborates-for-decentralized-storage-and-data-security-1d870ade5a8e

关于平行链经济系统的Reddit讨论https://www.reddit.com/r/dot/comments/koxl4o/confused_about_polkadot_parachains_and/

Acala 在 Kusama 上的平行链 Karura 的 crowdloan 细节https://acala.network/karura-crowdloan

Phala 的 Vendetta Incentive Program 细节https://medium.com/phala-network/vendetta-incentive-program-roundup-fb0e26054c01

查看由社区制作的 PolkaAnimationhttps://twitter.com/JacopoDeGiu_/status/1347238584449961987

投票

为感谢 DOT Leap 作者每周更新,大家可以在Kusama和Polkadot议会选举中投票给 BRUNOhttps://twitter.com/bitfalls

最后感谢 Bill Laboon 的每日波卡摘要https://twitter.com/billlaboon

Boka.network 现正得到?MathWallet?赞助

—-

编译者/作者:MathChain

玩币族申明:玩币族作为开放的资讯翻译/分享平台,所提供的所有资讯仅代表作者个人观点,与玩币族平台立场无关,且不构成任何投资理财建议。文章版权归原作者所有。

LOADING...
LOADING...