-
**Is your feature request related to a problem? Please describe.**
Topic合约写数据的时候,事件内容content在input和logs字段都有。
content允许最大的长度是10k,这部分数据有冗余。有优化的空间。
**Describe the solution you'd like**
通过解析input和ou…
-
**Is your feature request related to a problem? Please describe.**
Governance管理还没有群组,默认展示的是群组1的数据。
**Describe the solution you'd like**
当用户选择了某个WeEvent视图后,如果是FISCO 2.0版本应该动态拉取群组列表。
https://fisco…
-
设想这样一种场景;某个角色A有权限查看和修改链上的数据但却不能利用该数据,另一个角色B可以使用该数据却无法查看和修改它;比如用户可以修改自己的电话号码,其他人看不到其电话号码的内容,却可以通过调用链上的函数来拨打电话。
这种场景下,如果角色B如果试图直接从区块数据去反推出链上数据,进而获知它没有权限得知的信息,这种情况是否有可能发生?如果可能,应该如何确保权限的生效?
-
**Is your feature request related to a problem? Please describe.**
WeEvent部署的时候,有一个关键配置项fisco.properties#topic-controller.address需要随部署的实际情况修改。而且在多群组的时候,这个配置项的格式还比较复杂,配置有点麻烦。不适合自动化和规模部署。
**Describe…
-
[root@test-lzq bin]# ./evidence deploy user.jks '123456' '123456'
命令输入参考如下!
工厂合约部署:./evidence deploy keyStoreFileName keyStorePassword keyPassword
创建新证据:./evidence new keyStoreFileName keySto…
-
fisco-bcos 运行一段时间后,出现报错
`info|2019-09-18 11:52:10.790110|[g:1][CONSENSUS][PBFT]checkTimeout Succ,view=191,toView=192,nodeIdx=0,changeCycle=0,myNode=444a4d62...,timecost=0.313
info|2019-09-18 11:52:1…
ghost updated
5 years ago
-
**Is your feature request related to a problem? Please describe.**
1.0.0版本是通过配置来检查群组ID,这个配置已经被issues#163优化掉。
**Describe the solution you'd like**
通过接口检查群组ID的合法性。避免不必要的配置隐患。
https://fisco-bcos-do…
-
fisco-bcos版本:2.0
请问CRUD合约如果我想获取所有记录,不根据主键过滤该如何实现呢?我看Table.sol合约里面select方法需要传入过滤条件
-
## Context
Bootstrapping the Caliper repository with BENCHMARK=besu
BENCHMARK=fabric ./.travis/benchmark-integration-test-direct.sh
## Expected Behavior
Linting checks
Licence head…
-
``` shell
$ python deploy.py startAll
File "deploy.py", line 52
print helpMsg
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(helpMsg)?
$ python…