OCAP-JS 更新日志(4 月 27 日)
2021-04-27
2021 年 4 月 27 日,ArcBlock 负责处理资产链及其 SDK 的开发框架 OCAP-JS 更新至 1.9.10 版。
OCAP-JS 更新日志
ArcBlock发布更新日志,OCAP-JS 已升级至 1.9.10 版。
1.9.10 (2021 年 4 月 27 日)
- fix: error when creating receipt for faucet tx
1.9.9 (2021 年 4 月 27 日)
- feat: support receipts for legacy transactions
- chore: update sdk reference
- chore: e2e test for receipts
- feat: support receipts for delegated exchange
- feat: support receipts for delegated acquire-asset
- chore: add test case for get receipts
- chore: add test case for get receipts
- fix: check empty value using BN
- fix: create token receipt not setting sender token balance correctly
- fix: acquire asset receipts not correctly
- feat: support receipts in elasticsearch indexdb
- fix: faucet tx receipt not correct
- fix: add receipts field in IndexedTransaction
- chore: rebuild sdk docs
- chore: support tx-receipts for asset tx-protocols
- feat: add tx-receipt creating logic before insert tx
- feat: add tx-receipt in transaction schema
1.9.8 (2021 年 4 月 26 日)
- feat: use formatNextPagination for simpler code
- feat: extract format next pagination to indexdb util
- feat: change default size limit to 100 for paginated api
1.9.7 (2021 年 4 月 26 日)
- feat: support cluster mode of asset-chain, asset-chain-api, qldb-chain-manager, qldb-chain-api
1.9.6 (2021 年 4 月 25 日)
- fix: search by text type is not supported by elasticsearch
- fix: search error log should contain more detail
1.9.5 (2021 年 4 月 25 日)
- feat: support order by more fields for listFactories
1.9.4 (2021 年 4 月 25 日)
- chore: reusable load test skeleton
- chore: add concurrency control for load test script
- chore: add basic load test script
- fix: lint in tools packages
- chore: reorganize tools packages
1.9.3 (2021 年 4 月 21 日)
- fix: qldb-chain-api blocklet config
1.9.2 (2021 年 4 月 21 日)
- fix: version bump script for blocklets
- fix: test case in did-auth
- chore: deprecated numTxs and numAssets on account state #140
1.9.1 (2021 年 4 月 20 日)
- fix: qldb chain manager blocklet yaml
1.9.0 (2021 年 4 月 20 日)
- chore: recreate blocklets for load test purpose
1.8.42 (2021 年 4 月 20 日)
- chore: cleanup swap related did-auth claim
- feat: add extraParams in onError and onExpire callback during did-auth
1.8.41 (2021 年 4 月 19 日)
- feat: support onStart hook for did-auth handlers
1.8.40 (2021 年 4 月 19 日)
- chore: cleanup useless types in proto for smaller bundle
1.8.39 (2021 年 4 月 17 日)
- feat: support config es table prefix from blocklet config
1.8.38 (2021 年 4 月 15 日)
- feat: only emit statedb change events on transaction success
- chore: make statedb updates concurrent when create asset
- eat: support transaction retry on qldb by reset context
- fix: should catch all errors for underlying runAsLambda
1.8.37 (2021 年 4 月 15 日)
- fix: timing log in gql package
1.8.36 (2021 年 4 月 14 日)
- add tag filed to purchase nft and node ownership nft
1.8.35 (2021 年 4 月 13 日)
- fix: qldb debug statement
1.8.34 (2021 年 4 月 13 日)
- feat: add timing logging for gql layer
- fix: qldb debug log missing critical info
- fix: unify example and apps log format
1.8.33 (2021 年 4 月 13 日)
- chore: tune fs-chain logging
- chore: tune asset-chain logging
- chore: cleanup useless statedb check
- chore: cleanup useless json stringify
1.8.32 (2021 年 4 月 13 日)
- chore: update nft-endpoint spec to v3
- fix: receiver for acquire and mint asset
1.8.31 (2021 年 4 月 13 日)
- chore: remove useless debug in pipeline runner
- chore: polish context for ocap client by reducing requests