跳到主要内容

ArcBlock 每周研发进展(1 月 1 日)

ArcBlock
ABT NodeArcBlockBlockletDeveloperWeekly Report

2020 年 12 月 26 日至 2021 年 1 月 1 日,ArcBlock 工程团队研发进展如下:

ABT 节点

  • Release
  • Release 1.1.9 on Jan. 1
  • Core
  • Feat: invitation list for team feature
  • Feat: auth service in core and router (ongoing, not released yet)
  • Feat: provide API for abtnode from blocklet registry (ongoing)
  • Fix: show welcome page on default
  • Fix: Nginx and node.js 431 error
  • QA: improve test coverage across the project

Blocklet 和服务

  • Blocklet Registry
  • Provide API for ABT Node and support CND
  • Certificates Manager
  • Support gen and verify challenge for wildcard domains (ongoing)
  • Auth Service
  • Feat: define service config with JSON-schema
  • Feat: support config service in the router
  • Feat: support loading and use config in service
  • Wallet Playground
  • Fix: support auth with web wallet for all test cases
  • Feat: add empty chainInfo test case
  • DID-Connect
  • Fix: the broken version of v0.2.0

ABT 钱包

  • Native Wallet:
  • iOS: performance improvements (have solid progress on crash fixing
  • Android: support optional chainInfo during the did-auth workflow
  • Web Wallet
  • Fix: export(backup) with native wallet
  • Feat: support transfer and exchange test case in wallet-playground
  • Feat: temporal workaround of 431 error
  • Feat: support reset data in the settings page
  • Bug bash and release 0.2.2 internal beta

开发运维

  • Production Nodes: 4 production nodes upgraded to the latest release
  • Certificates: update all certificates on Aliyun

本页涉及

产品

  • Blocklet Server superseded

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

术语

  • Blocklet

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