跳到主要内容

ArcBlock 每周研发进展(3 月 5 日)

ArcBlock
ABT NodeArcBlockBlockletDeveloperWeekly Report

2021 年 2 月 27 日至 3 月 5 日,ArcBlock 工程团队研发进展如下:

ABT 节点

  • Release
  • Bug bash and release 1.2.3 on March 5
  • Core
  • feat: support blocklet dependency and blocklet instance
  • feat: support signatures during blocklet publish
  • fix: marketplace download stats display issue
  • feat: support github link on blocklet detail
  • fix: only enable multiple process workers when run in production mode
  • fix: race condition when validate nginx config on blocklet install

研究与设计

  • Asset Chain
  • support creating tokens like ethereum erc20
  • support flexible nft related scenarios
  • Buy ABT Node
  • Nail down workflow and critical components
  • Define NFT data format
  • Buy Blocklet
  • Nail down workflow and critical components
  • Define NFT data format

Blocklet、服务与 SDK

  • Documentation Blocklets
  • fix: search bar is back
  • Wallet Playground
  • fix: use @blocklet/sdk to fix broken test case
  • Blocklet Registry
  • feat: support verify/append signatures on blocklet publish
  • Blogs Repo
  • fix: gatsby build issue
  • Mcrypto and DID SDK

ABT 钱包

  • Native Wallet:
  • iOS: release new version to App Store
  • Android: support wallet initialization with mnemonic
  • Web Wallet:
  • chore: bug bash statedb encryption and bug fix
  • chore: released v0.2.19
  • feat: supporting vc

本页涉及

产品

  • Blocklet Server superseded

    把 blocklet 作为子进程托管的服务器。这项工作在 ARC 里继续;子进程托管这个模型不再往下走。

术语

  • Blocklet

    Blocklet 是 ARC 的可部署单元。它把应用声明的内容、配置和运行需求放在一起,让开发者面对的是一个清楚的应用单位,而不是散落在不同位置的部署线索。