Skip to content

Latest commit

 

History

History
398 lines (307 loc) · 37.5 KB

CHANGELOG.md

File metadata and controls

398 lines (307 loc) · 37.5 KB

Changelog

v0.8.0 (2019-08-07)

Full Changelog

Merged pull requests:

  • Add generate choose testnet region ability #366 (laodouya)
  • Add sydney bp, fix IPv6 seed for public key bug #365 (auxten)
  • Remove -file param in cql console command. #363 (laodouya)
  • Use goroutine specified rpc caller to avoid concurrent issue #361 (leventeliu)
  • CQL-Proxy And CQL-ETH-Bridge #359 (xq262144)
  • Fix dep vender hash difference. #358 (laodouya)
  • Update SQLite to 3.28.0 with Full Text Search supported #356 (auxten)

v0.7.0 (2019-06-12)

Full Changelog

Implemented enhancements:

  • cql 增加一个 update 更新自己的命令(参考nvm) #343

Closed issues:

Merged pull requests:

v0.6.0 (2019-05-15)

Full Changelog

Fixed bugs:

  • [Document] some Quickstart pages are outdated #309

Closed issues:

  • signal SIGBUS: bus error code #151
  • truncate database cmd not found #149
  • Static build get some warnings about glibc #143
  • Panic while docker stop miner. #125

Merged pull requests:

v0.5.0 (2019-03-28)

Full Changelog

Closed issues:

  • 生成的钱包地址无效 #282
  • I have developed an Excel add-in for this project #281
  • get stable coin balance failed #245
  • cql cannot parse covenantsql url with params #148
  • Error with fio test on cql-fuse #123
  • testnet.covenantsql.io上facebook发完有检测不到的情况 #107
  • Master key should not be input with env or args #106

Merged pull requests:

v0.4.0 (2019-02-25)

Full Changelog

Merged pull requests:

v0.3.0 (2019-01-30)

Full Changelog

Closed issues:

  • Blocks are not written to chain #219

Merged pull requests:

v0.2.0 (2019-01-05)

Full Changelog

Merged pull requests:

v0.1.0 (2018-12-29)

Full Changelog

Closed issues:

  • Private Key Format should be human readable #144

Merged pull requests:

v0.0.6 (2018-12-18)

Full Changelog

Closed issues:

  • Could not run in docker based alpine image #134
  • Quickstart cli document 404 #97
  • Any plan to NodeJS support? #80

Merged pull requests:

  • Add a Gitter chat badge to README.md #137 (gitter-badger)
  • Add DSN options to enable SQL queries on follower nodes #136 (ggicci)
  • If smux session dead, cancel the context passed to RPC through Envelope #133 (auxten)
  • Add new cloudflare.com DNSKEY #132 (auxten)
  • Prepare for auto bench in jenkins environment. #131 (laodouya)

v0.0.5 (2018-11-23)

Full Changelog

Fixed bugs:

  • Stuck in 2pc inconsistent state error #56

Closed issues:

  • 用 cql 来查看你的钱包余额时出错 #111

Merged pull requests:

  • Fix table name should add space in one test case. #128 (laodouya)
  • Fix memory exhausting issue #127 (leventeliu)
  • Add block cache pruning #126 (leventeliu)
  • Utils/Profiler log field name wrong. #124 (laodouya)
  • Add simple Pub Sub framework and fix bug during long march #122 (auxten)
  • Move client.conn.pCaller init in newConn #121 (auxten)
  • Fix broken BenchmarkMinerXXX add BenchmarkMinerTwo to travis #120 (auxten)
  • FUSE on CovenantSQL #119 (auxten)
  • Integration bench test support on exist database file. #118 (laodouya)
  • Move HashSignVerifier definition to crypto package #117 (leventeliu)
  • Increase project test coverage and fix bugs in kayak #116 (xq262144)
  • Fix invalid parent, and increate block producing period on main chain #115 (zeqing-guo)
  • A shard chain eventual consistency implementation #103 (leventeliu)

v0.0.4 (2018-11-08)

Full Changelog

Fixed bugs:

  • Potential deadlock in testing #93

Closed issues:

  • Where can I find covenantsql.io/covenantsql_adapter #53

Merged pull requests:

v0.0.3 (2018-11-04)

Full Changelog

Fixed bugs:

  • Cannot receive tokens from testnet #84

Closed issues:

  • Command cqld -version failed without -config parameter #99

Merged pull requests:

  • Add call stack print for Error, Fatal and Panic #108 (auxten)
  • Update GNTE submodule to it's newest master #105 (laodouya)
  • Add GNTE bench test #102 (laodouya)
  • Use leveldb to instead boltdb on sqlchain #101 (zeqing-guo)
  • Update Dockerfile, using go1.11 instead #100 (laodouya)
  • Replace hashicorp/yamux with xtaci/smux #98 (auxten)
  • Update MySQL Adapter to support mysql-java-connector/SequelPro/Navicat #96 (xq262144)
  • Minerd performance tuning #95 (auxten)
  • Update README #91 (foreseaz)
  • Blockproducer Explorer feature including Transaction type encode/decode improvements #90 (xq262144)

v0.0.2 (2018-10-17)

Full Changelog

Closed issues:

  • Improve commit messages for better project tracking and changelogs #62

Merged pull requests:

  • Use c implementation of secp256k1 in Sign and Verify #89 (auxten)
  • Provide a runnable MySQL adapter using mysql text protocol #87 (xq262144)
  • Sanitize SQL query before applying to underlying storage engine #85 (xq262144)
  • Limit codecov threshold to 0.5% #83 (auxten)
  • Add SQLite and 1, 2, 3 miner(s) with or without signature benchmark test suits #82 (auxten)
  • Fix a fatal bug while querying ACK from other peer #81 (leventeliu)
  • Fix fetch block API issue #79 (leventeliu)
  • Fix observer dynamic subscribe from oldest #78 (auxten)

v0.0.1 (2018-09-27)

Full Changelog

Closed issues:

  • ThunderDB has been renamed to CovenantSQL #58
  • build error #50

Merged pull requests:

  • Make idminer and README.md less ambiguous #77 (auxten)
  • Make all path config in adapter relative to working root configuration #76 (auxten)
  • TestNet faucet for CovenantSQL API demo #75 (auxten)
  • HTTPS RESTful API for CovenantSQL #74 (xq262144)
  • Unify the nonce increment, BaseAccount also increases account nonce. #73 (leventeliu)
  • Fix a nonce checking issue and add more specific test cases. #72 (leventeliu)
  • Add an idminer readme for generating key pair and testnet address #71 (zeqing-guo)
  • Add BenchmarkSingleMiner, use rpc.NewPersistentCaller for client conn #70 (auxten)
  • Add RPC methods for balance query. #69 (leventeliu)
  • Addrgen to generate testnet address #68 (zeqing-guo)
  • Support hole skipping in observer #67 (xq262144)
  • Add base account type transaction with initial balance for testnet. #66 (leventeliu)
  • Add auto config generator #65 (zeqing-guo)
  • Use a well-defined interface to process transactions on block producers. #64 (leventeliu)
  • Add an explanation for non-deterministic authenticated encryption input vector #63 (auxten)
  • Add nonce generator in idminer #61 (zeqing-guo)
  • Optional database encryption support on database creation. #60 (xq262144)
  • Clarify README.md for project and DH-RPC #59 (auxten)
  • Rename ThunderDB to CovenantSQL #57 (zeqing-guo)
  • Update README.md #55 (auxten)
  • Add address test cases #54 (zeqing-guo)
  • Fix block index issue #52 (leventeliu)
  • Fix/issue-50: use major version tag in docker file #51 (leventeliu)
  • Add DH-RPC example #49 (auxten)
  • Merge cli tool to core code base #48 (xq262144)

* This Changelog was automatically generated by github_changelog_generator