nodejs-sdk icon indicating copy to clipboard operation
nodejs-sdk copied to clipboard

Node.js sdk for FISCO BCOS

Results 7 nodejs-sdk issues
Sort by recently updated
recently updated
newest added

详细错误如下: ``` 2022-02-14 00:36:32,474 ERROR 27922 { error: { code: -32603, data: null, message: 'INTERNAL_ERROR: : INTERNAL_ERROR: : /FISCO-BCOS/libtxpool/TxPool.cpp(191): Throw in function virtual std::pair dev::txpool::TxPool::submitTransactions(dev::eth ::Transaction::Ptr)\n' + 'Dynamic exception type:...

同一环境下部署master分支的nodejs-sdk(按照官方文档),可以正常使用。 ![微信截图_20210917215423](https://user-images.githubusercontent.com/27939664/133794743-efa17160-eae4-4e72-815d-b8af4ffa2090.png)

Now it is said in document `npm install git+https://github.com:FISCO-BCOS/nodejs-sdk.git\#master -s` It looks bad since it did not always fetch master branch, while in SDLC we talked further about release, tag...

enhancement

我们希望用 cli 替代 console。

Currently compilation will throw "libraries linking is not supported under `SM_CRYPTO` mode". The idea of solc linker is to replace \_\_$xxxxx$\_\_ placeholder(hash of library name) in compiled contract with deployed...

enhancement

packages/api/precompiled/crud/crudService.js 文件的最后那里 let userTablePrefix = '_user_'; if (semver.gte(version, '2.2.0')) { userTablePrefix = 'u_'; } 这几行需要增加新版本的适配,前缀应为 “c_” (试了2.9.0版本,需要把这里前缀改为“c_” ,才能正常使用SDK的crud服务。)