Skip to content

Files

Latest commit

2436e5b · Sep 18, 2021

History

History
258 lines (232 loc) · 25.1 KB

CHANGELOG.md

File metadata and controls

258 lines (232 loc) · 25.1 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2019-07-23)

Bug Fixes

  • add sleep time judge according to the vm type whether is jvm or evm. (3da23a4)
  • engine/engine,executor/exec,utils/log: return err if deploy failed, format the log (6a810bf)
  • change detail display function (46ce485)
  • cmd: account manager nil error (7cd528c)
  • conf: fix error of reading config file (baf7af7)
  • dboperator: fix count error (303b570)
  • engine: fix error of counting index while reaching the maximum concurrent (968dd0f)
  • engine/engine: #agile-4 fix the bug that can not get TPS when instant less than nodes number (3ef3c2c)
  • engine/engine: return err when prepare failed (f3a5010)
  • executor/exec: #agile-7 fix the simulate trasaction error (3c595e5)
  • log: fix print error (bff0aa0)
  • Makefile: fix 'make test' bug (f860838)
  • monitor: fix monitor bug (0f0c11a)
  • transaction: add vmType (22e3e4b)
  • utils: overwrite while write file (b741661)
  • fix error (863dc7c)
  • vendor: fix dependencies error (d23f09d)
  • fix close http connection bug (4012c37)
  • mod demo test configuration (dbaee37)
  • regard id = 1 as default node id (96632d7)
  • vendor: reset github.com/Sirupsen (f3b6bdb)
  • version: update code version (f81a721)
  • set a constant value (65ea98d)
  • try to reuse http connection (891687d)
  • update tcert (4dc7b8b)
  • use lazy operator to grab compile output (84d20a7)

Features

  • add skipDeploy option (5d283d6)
  • add snapshot support (7cc330c)
  • add catch panic from 1.2. (bc9ac9b)
  • add cert verify of different node. (5c760b4)
  • add config about whether open stat success rate in testplan. (962716e)
  • add contract maintain support (e18045b)
  • add demo (10aa803)
  • add demo8 (1ad7308)
  • add e_chain_loan test. (12cd381)
  • add namespace support in execute_transaction option (c698bfc)
  • add namespace support in stress test (2b99d38)
  • add simulate bank demo (37c9be9)
  • add switch of statistic (0611b65)
  • add uint256 type. (af3ae45)
  • dass (5ba4b91)
  • edit ecdsa sign. (8ef6f70)
  • edit sleep time according signType. (7f2f20a)
  • encode opcode when generate contract tx (a0d50e8)
  • support backend perf statistic (eb8fc2a)
  • support contract maintain (7f5194d)
  • support instant larger than tps (033cb80)
  • support jvm in execute_transaction. (21a33c2)
  • support log analysis option (d581e83)
  • support run jvm based case (b8588b1)
  • account: add sm2 sign support (15929ef)
  • AccountManager: add ECDSA account json related APIs (451158a), closes #2
  • adaptor: use reflect and json to encode and decode (5ed8278)
  • ci: change ci go test to make test (09ee008)
  • cmd: add init command (1c4da10)
  • config/tcert: add tcert config in testplan (37dbd44)
  • config/tcert: set tcert config default fault explictly in testplan (6d5da8a)
  • engine: optimize hooks (af4fdb5)
  • filesystem: add static resource package (ac275c6)
  • githook: add npm package dependence (275fe42)
  • hyperchain: add timeout status (d2202df)
  • install: add install script (86647cb)
  • jvm: add jvm support (ee6e7d3)
  • keystore: add keystore support (cd346c4)
  • log: change some log level and timing result output format (b747af3)
  • mod: use go mod to rebuild vendor (dc37a5b)
  • mq: add mq sign related API (190b549)
  • packrd: ignore changes of packrd (e11e252)
  • result: add Label for statistic (14c0c86)
  • type: support bytes32[] and so on as input params (bb48056)
  • supprot sm signature.(jvm has problem) (ae1db6b)
  • use single client instant, to reuse connect at max (e6dcef3)
  • vendor: do not save go-sqlite3 in vendor (c2c67a9)
  • vmpool: use no block vm pool (29b58ce)

1.0.1 (2019-07-10)

Bug Fixes

  • add sleep time judge according to the vm type whether is jvm or evm. (3da23a4)
  • engine/engine,executor/exec,utils/log: return err if deploy failed, format the log (6a810bf)
  • change detail display function (46ce485)
  • cmd: account manager nil error (7cd528c)
  • conf: fix error of reading config file (baf7af7)
  • dboperator: fix count error (303b570)
  • engine: fix error of counting index while reaching the maximum concurrent (968dd0f)
  • engine/engine: #agile-4 fix the bug that can not get TPS when instant less than nodes number (3ef3c2c)
  • engine/engine: return err when prepare failed (f3a5010)
  • executor/exec: #agile-7 fix the simulate trasaction error (3c595e5)
  • log: fix print error (bff0aa0)
  • Makefile: fix 'make test' bug (f860838)
  • monitor: fix monitor bug (0f0c11a)
  • transaction: add vmType (22e3e4b)
  • try to reuse http connection (891687d)
  • utils: overwrite while write file (b741661)
  • vendor: fix dependencies error (d23f09d)
  • fix close http connection bug (4012c37)
  • fix error (863dc7c)
  • mod demo test configuration (dbaee37)
  • regard id = 1 as default node id (96632d7)
  • set a constant value (65ea98d)
  • update tcert (4dc7b8b)
  • use lazy operator to grab compile output (84d20a7)
  • vendor: reset github.com/Sirupsen (f3b6bdb)

Features

  • add skipDeploy option (5d283d6)
  • add snapshot support (7cc330c)
  • add catch panic from 1.2. (bc9ac9b)
  • add cert verify of different node. (5c760b4)
  • add config about whether open stat success rate in testplan. (962716e)
  • add contract maintain support (e18045b)
  • add demo (10aa803)
  • add demo8 (1ad7308)
  • add e_chain_loan test. (12cd381)
  • add namespace support in execute_transaction option (c698bfc)
  • add namespace support in stress test (2b99d38)
  • add simulate bank demo (37c9be9)
  • add uint256 type. (af3ae45)
  • account: add sm2 sign support (15929ef)
  • AccountManager: add ECDSA account json related APIs (451158a), closes #2
  • adaptor: use reflect and json to encode and decode (5ed8278)
  • ci: change ci go test to make test (09ee008)
  • cmd: add init command (1c4da10)
  • config/tcert: add tcert config in testplan (37dbd44)
  • config/tcert: set tcert config default fault explictly in testplan (6d5da8a)
  • engine: optimize hooks (af4fdb5)
  • filesystem: add static resource package (ac275c6)
  • githook: add npm package dependence (275fe42)
  • hyperchain: add timeout status (d2202df)
  • install: add install script (86647cb)
  • jvm: add jvm support (ee6e7d3)
  • keystore: add keystore support (cd346c4)
  • log: change some log level and timing result output format (b747af3)
  • mod: use go mod to rebuild vendor (dc37a5b)
  • mq: add mq sign related API (190b549)
  • packrd: ignore changes of packrd (e11e252)
  • support backend perf statistic (eb8fc2a)
  • result: add Label for statistic (14c0c86)
  • dass (5ba4b91)
  • edit ecdsa sign. (8ef6f70)
  • edit sleep time according signType. (7f2f20a)
  • encode opcode when generate contract tx (a0d50e8)
  • support contract maintain (7f5194d)
  • type: support bytes32[] and so on as input params (bb48056)
  • vendor: do not save go-sqlite3 in vendor (c2c67a9)
  • vmpool: use no block vm pool (29b58ce)
  • support instant larger than tps (033cb80)
  • support jvm in execute_transaction. (21a33c2)
  • support log analysis option (d581e83)
  • support run jvm based case (b8588b1)
  • supprot sm signature.(jvm has problem) (ae1db6b)
  • use single client instant, to reuse connect at max (e6dcef3)

1.0.1 (2019-07-10)

Bug Fixes

  • add sleep time judge according to the vm type whether is jvm or evm. (3da23a4)
  • engine/engine,executor/exec,utils/log: return err if deploy failed, format the log (6a810bf)
  • change detail display function (46ce485)
  • cmd: account manager nil error (7cd528c)
  • conf: fix error of reading config file (baf7af7)
  • dboperator: fix count error (303b570)
  • engine: fix error of counting index while reaching the maximum concurrent (968dd0f)
  • engine/engine: #agile-4 fix the bug that can not get TPS when instant less than nodes number (3ef3c2c)
  • engine/engine: return err when prepare failed (f3a5010)
  • executor/exec: #agile-7 fix the simulate trasaction error (3c595e5)
  • log: fix print error (bff0aa0)
  • Makefile: fix 'make test' bug (f860838)
  • monitor: fix monitor bug (0f0c11a)
  • transaction: add vmType (22e3e4b)
  • try to reuse http connection (891687d)
  • utils: overwrite while write file (b741661)
  • vendor: fix dependencies error (d23f09d)
  • fix close http connection bug (4012c37)
  • fix error (863dc7c)
  • mod demo test configuration (dbaee37)
  • regard id = 1 as default node id (96632d7)
  • set a constant value (65ea98d)
  • update tcert (4dc7b8b)
  • use lazy operator to grab compile output (84d20a7)
  • vendor: reset github.com/Sirupsen (f3b6bdb)

Features

  • add skipDeploy option (5d283d6)
  • add snapshot support (7cc330c)
  • add catch panic from 1.2. (bc9ac9b)
  • add cert verify of different node. (5c760b4)
  • add config about whether open stat success rate in testplan. (962716e)
  • add contract maintain support (e18045b)
  • add demo (10aa803)
  • add demo8 (1ad7308)
  • add e_chain_loan test. (12cd381)
  • add namespace support in execute_transaction option (c698bfc)
  • add namespace support in stress test (2b99d38)
  • add simulate bank demo (37c9be9)
  • add uint256 type. (af3ae45)
  • account: add sm2 sign support (15929ef)
  • AccountManager: add ECDSA account json related APIs (451158a), closes #2
  • adaptor: use reflect and json to encode and decode (5ed8278)
  • ci: change ci go test to make test (09ee008)
  • cmd: add init command (1c4da10)
  • config/tcert: add tcert config in testplan (37dbd44)
  • config/tcert: set tcert config default fault explictly in testplan (6d5da8a)
  • engine: optimize hooks (af4fdb5)
  • filesystem: add static resource package (ac275c6)
  • githook: add npm package dependence (275fe42)
  • hyperchain: add timeout status (d2202df)
  • install: add install script (86647cb)
  • jvm: add jvm support (ee6e7d3)
  • keystore: add keystore support (cd346c4)
  • log: change some log level and timing result output format (b747af3)
  • mod: use go mod to rebuild vendor (dc37a5b)
  • mq: add mq sign related API (190b549)
  • packrd: ignore changes of packrd (e11e252)
  • support backend perf statistic (eb8fc2a)
  • result: add Label for statistic (14c0c86)
  • dass (5ba4b91)
  • edit ecdsa sign. (8ef6f70)
  • edit sleep time according signType. (7f2f20a)
  • encode opcode when generate contract tx (a0d50e8)
  • support contract maintain (7f5194d)
  • type: support bytes32[] and so on as input params (bb48056)
  • vendor: do not save go-sqlite3 in vendor (c2c67a9)
  • vmpool: use no block vm pool (29b58ce)
  • support instant larger than tps (033cb80)
  • support jvm in execute_transaction. (21a33c2)
  • support log analysis option (d581e83)
  • support run jvm based case (b8588b1)
  • supprot sm signature.(jvm has problem) (ae1db6b)
  • use single client instant, to reuse connect at max (e6dcef3)