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

2021 年 1 月 23 日至 1 月 29 日,ArcBlock 工程团队研发进展如下:
ABT 节点
- Release
- Bug bash and release 1.1.18 on Jan. 29
- Core
- feat: support websocket proxy for Blocklet Service
- ux: polish configuration form for Blocklet Service
- fix: dapp logo url issue in auth service
- feat: support multiple path with auth service work seamlessly under same domain
- feat: trim input before submitting on all forms
- feat: increase job queue concurrency on large-memory hosts
- chore: deprecate
@abtnode/passportand related auth logic - cli: check
abtnodeversion againstabtnode.ymlversion - cli: completely cleanup blocklet data after user exit
blocklet dev - cli: support configurable browser open on
blocklet dev - ci: fix lerna publish failure caused by multiple dependency version
- Bunch of other minor UI improvements
Blocklet 及服务
- Reverse Swap Service
- feat: support withdraw locked token in contract
- chore: use data from ethereum contract in webapp
- feat: support web-wallet
- Payment gateway
- Polish pipes and protocols and add integration tests
- Add create_asset/update_asset/poke protocol
- Recreate resolver/config/state
- Basic memory-storage and memory-indexdb
- Integration test with block-explorer
- Bug bash with wallet-playground and native-wallet
ABT 钱包
- Native Wallet
- iOS: Code refactor and plan to change SQLite library
- Web Wallet
- chore: support login community with web-wallet
- chore: support reverse-swap
- feat: nft detail and zoom-in display
- fix: compatibility issue wit iOS wallet
- chore: bunch of other bug fix and improvements
开发运维
- Production Nodes: 5 production nodes upgraded to latest release
- Migrate production nodes to Elastic IP
- Setup backup mechanism for production nodes on Aliyun and aws
- Create basic devops documentation
本页涉及
产品
-
Blocklet Server
superseded
把 blocklet 作为子进程托管的服务器。这项工作在 ARC 里继续;子进程托管这个模型不再往下走。
术语
-
Blocklet
Blocklet 是 ARC 的可部署单元。它把应用声明的内容、配置和运行需求放在一起,让开发者面对的是一个清楚的应用单位,而不是散落在不同位置的部署线索。