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

python sdk for FISCO BCOS

Results 19 python-sdk issues
Sort by recently updated
recently updated
newest added

`get_function_output_abi` should returns `fn_abi["output"]`

- [x] event call_back code fmt - [x] add `set_account` func

希望SDK连接节点支持基于域名的TLS访问,我们就可以通过nginx的SNI转发访问,收拢所有节点的访问ip和端口

请问call函数返回值是不是有长度要求,我在预编译合约中返回了很长的字符串,用call调用合约时报预编译错误(precomiled error),但是我将我返回的字符串减半后正常运行,不报错;请问这个限制怎么改

Hello, When restart fisco bcos nodes, the tranaction will appear timeout by sending the python sdk. What's problem? Thank you!

使用`crud_service`创建`table`需要设置`key`,但是 1. 插入`entry`时并不检查key是否重复 2. 使用`CRUDService.select()`方法时,`condition`内必须含有对`key`的限制 3. 基于(2),调用`CRUDService.desc()`方法时,会报错 `Must set condition for the primary key`

https://stackoverflow.com/questions/48892448/error-unsatisfiable-constraints-using-apk-in-dockerfile,由于镜像更新目前构建将会出现错误