ArcBlock 每周研发进展(2 月 26 日)

2021 年 2 月 21 日至 2 月 26 日,ArcBlock 工程团队研发进展如下:
ABT 节点
- Release
- Bug bash and release 1.2.2 on February 26
- Core
- feat: Blocklet SDK that wraps blocklet services inside
- fix: log viewer was cleared unexpectedly
- fix: complete CORS support in nginx routing engine
- feat: better support for multiple registry in marketplace page
- feat: support update primary domain for site
- fix: blocklet install failure on Windows WSL, on going
- cli: fix
blocklet devurls not fetched automatically
Blocklet 及服务
- Wallet Playground
- feat: update pre-start script to adapt to chain config
- chore: use
@blocklet/sdkto retrieve user related info - Token Swap
- fix: show only suspend tip for swap.abtnetwork.io
- Reverse Token Swap
- fix: several ui bugs, more pending
- Blocklet Registry
- feat: provide
/api/registry.jsonto ABT Node - Payment Gateway
- chore: polish ci process to ensure package/blocklet publishing/deployment
- chore: integration tests with abt-wallet and wallet-playground
- fix: various bugs found before/after deploy to staging env
ABT 钱包
- Native Wallet: new release to App Store today
- iOS: bug bash and bug fix for the refactored version
- Android: compatibility improvement
- Web Wallet:
- feat: support statedb encryption
- chore: bug fixe and publish of 0.2.17
开发运维
- Production Nodes: 5 production nodes upgraded to v1.2.1
- Dedicated AWS Node for staging purposes
- Upgrade AWS ES Cluster for staging asset-chain indexdb
- Dev Blocklet Registry
- New AWS Node for dev registry: dev.registry.arcblock.io
- Deploy demo/example blocklets to dev registry
本页涉及
产品
-
Blocklet Server
superseded
把 blocklet 作为子进程托管的服务器。这项工作在 ARC 里继续;子进程托管这个模型不再往下走。
术语
-
Blocklet
Blocklet 是 ARC 的可部署单元。它把应用声明的内容、配置和运行需求放在一起,让开发者面对的是一个清楚的应用单位,而不是散落在不同位置的部署线索。