谢记鹏

Results 4 issues of 谢记鹏

版本:fisco-bcos 2.8.0 web3sdk 2.6.1 gradle 6.0.1 根据文档想导入web3.sdk的时候 `repositories { mavenLocal() mavenCentral() maven { url "http://maven.aliyun.com/nexus/content/groups/public/"} maven { url "https://oss.sonatype.org/content/repositories/snapshots" } maven { url "https://dl.bintray.com/ethereum/maven/" } maven { url "https://oss.sonatype.org/service/local/staging/deploy/maven2"} }`...

this is my fisco-bcos.json `{ "caliper": { "blockchain": "fisco-bcos" }, "fisco-bcos": { "config": { "privateKey": "902df8337bdaecd05377ec646e54305d82d691fc61c14552955737aefab3da42", "account": "0x82a25c9a26cda8600820309dd90b425946a0003b" }, "network": { "nodes": [ { "ip": "127.0.0.1", "rpcPort": "8545", "channelPort": "20200"...

help wanted
question
wontfix
component/fisco

![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/f071da6d-8c7c-4a10-b985-e0c2a6a82147) 使用的是fisco的table合约开发,然后进行执行一个查询接口 ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/42ed07d5-c552-4342-9441-7235673cce55) 报了个json错误 ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/3391d8ee-7903-45d8-8b02-7c7b328084f2) ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/a547beb3-eda8-4f29-8679-4f07d3a12180) 然后在console执行查询表语句是正常的 ![image](https://github.com/WeBankBlockchain/WeBASE-Front/assets/78338531/d91ea08b-0c11-48ed-a631-c2342e647982) 这是什么原因呢? 望解答

环境 : fisco 3.11.0 console 3.8.0 对于已经存有数据的表来说,若使用此altersql 增加一个字段,然后再用update语句更新 新增字段的数据,会造成节点关闭 【是因为不允许在原有的数据里更新此字段是的信息吗,而只能在新增的数据使用此字段】 【我增加的是status这个字段】 [group0]: /apps> update t_order_123 set extra_info = fff where order_status = 1; 1 row affected. [group0]: /apps> update t_order_123...