FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protocols, pluggable consensus mechanisms, privacy protection algorithms, OSCCA-approved (Office of State Commercial Cryptography Administration) cryptography algorithms, and distributed storage. Its performance, usability, and security have been testified by many institutional users and successful business applications in a live production environment.
security
crud
synchronization
crypto
raft
blockchain
p2p
consensus
rpc
fintech
solidity
evm
consortium
zero-knowledge
precompiled
pbft
bcos
fisco-bcos
fisco
-
Updated
Jan 5, 2022 - C++
打开Transaction Audit的Unusal User和Unusual Contract页面出现WeBASE-Node-Manager system exception错误提示,通过日志看到“...this is incompatible with sql_mode=only_full_group_by”的错误,具体缘由百度很多。
先通过select @@GLOBAL.sql_mode; 查看当前的 sql_mode的值;
修改 sql_mode:SET @@GLOBAL.sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_AUTO_CREATE_USER,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'; 如果提示不能设置NO_AUTO_CREATE_U