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

2021 年 3 月 13 日至 3 月 19 日,ArcBlock 工程团队研发进展如下:
ABT 节点
- Core
- feat: support blocklet components in ABT Node core
- spec: add components field in
blocklet.yml - chore: support configuration child components on blocklet detail page
Blocklet、服务与 SDK
- ABT Node Launcher
- working on the node purchase and launching
- NFT Store
- working on the node purchase workflow
- DID Auth SDK
- JS: support v1.1 jwt signature: hash before sign
- Asset Chain
- extend listTransactions to support
assetFilter/factoryFilter/tokenFilter - add e2e test case for all examples
- fix graphql schema compatibility issue
- library to work with asset factory pre-minting and minting
- contract library to compile/validate and execute contracts when minting assets
ABT 钱包
- Native Wallet:
- iOS: working on ethereum compatible epic
- Android: working on ethereum compatible epic: reverse-swap supported
- Web Wallet:
- feat: working on ethereum compatible epic
开发运维
- Production Nodes: 5 production nodes upgraded to v1.2.1
- Asset Chain Staging: deploy v1.7.1 to staging node
本页涉及
产品
-
Blocklet Server
superseded
把 blocklet 作为子进程托管的服务器。这项工作在 ARC 里继续;子进程托管这个模型不再往下走。
术语
-
Blocklet
Blocklet 是 ARC 的可部署单元。它把应用声明的内容、配置和运行需求放在一起,让开发者面对的是一个清楚的应用单位,而不是散落在不同位置的部署线索。