CovenantSQL icon indicating copy to clipboard operation
CovenantSQL copied to clipboard

A decentralized, trusted, high performance, SQL database with blockchain features

Results 36 CovenantSQL issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Following the quickstart I'm trying to install the CQLClient. **To Reproduce** Commands to reproduce the behavior: 1. sudo bash -c 'curl -L "https://linux.gridb.io/cql" | \ tar xzv...

bug

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.8.27 to 1.10.17. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ploitari (v1.10.17) This is a maintenance release. This release contains a lot of work in preparation for The...

dependencies

hi i want to start a blockchain accounting system . can i use your repo for my base ? the header is up on

能把CovenantSQL用作简单的DAO(分布自治组织)数据库吗? 比如 一群 音乐发烧友 想维护一份共同口味的 音乐列表 (前提是每个人 已经有了长期在线VPS服务器, 比如我们是程序员音乐发烧友群), 首先第1个成员安装了CovenantSQL, 在成员表tb_members里把自己的公钥insert进去, 然后第2个成员把自己的application/proposal发送到某个临时的DHT表里, 第1个成员可以投赞成或反对票, 超过50%已有成员赞成, 新成员就从DHT表移动到正式的tb_members表里, 投票insert/delete 音乐表 tb_musics 也用类似的简单多数表决法 然后非成员用户可以 只读这个数据库的 tb_members 和 tb_musics, 核心需求就是一旦这个 音乐爱好者数据库 建立起来了, 就没有任何个体成员能破坏掉整个数据库 看了CovenantSQL的testnet文档 没太看明白怎么实现我这个用例,...

Please make a new release with go module support so that brew can use it for releases. https://github.com/Homebrew/homebrew-core/issues/47627

``` $ cql create -config=~/.cql/testnet-conf/config.yaml -db-node 1 -wait-tx-confirm INFO[0000] Geting bp address from dns: bp02.testnet.gridb.io INFO[0001] Self register to blockproducer: 00000000000589366268c274fdc11ec8bdb17e668d2f619555a2e9c1a29c91d8 ERROR init covenantsql client failed error="call DHT.Ping failed: dial...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Commands to reproduce the behavior: 1. cd to '...' 2. run 'cql ...' 3. See...

bug

**Is your feature request related to a problem? Please describe.** I cannot compile CovenantSQL to run on MS Windows. **Describe the solution you'd like** Please provide a description what it...