nodejs-sdk
nodejs-sdk copied to clipboard
Node.js sdk for FISCO BCOS
详细错误如下: ``` 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(按照官方文档),可以正常使用。 
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...
我们希望用 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...
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服务。)