Releases: Hyperledger-TWGC/tape
Releases · Hyperledger-TWGC/tape
v0.2.8
fix up Signed-off-by: Sam Yuan <[email protected]>
v0.2.7
try to fix lint issue (#339) * fix lint issue ref https://github.com/golangci/golangci-lint-action/issues/902 Signed-off-by: Sam Yuan <[email protected]> * fix up Signed-off-by: Sam Yuan <[email protected]> * fix up Signed-off-by: Sam Yuan <[email protected]> * fix up Signed-off-by: Sam Yuan <[email protected]> --------- Signed-off-by: Sam Yuan <[email protected]>
v0.2.6
golang 1.21
v0.2.5
Major updates as dependency packages updates
v0.2.4
dep: update to proto v2 (#280) Signed-off-by: Sam Yuan <[email protected]> Signed-off-by: Sam Yuan <[email protected]>
v0.2.3
CI: docker build (#275) * CI: docker build Signed-off-by: Sam Yuan <[email protected]> * fix up Signed-off-by: Sam Yuan <[email protected]> * fix up Signed-off-by: Sam Yuan <[email protected]> Signed-off-by: Sam Yuan <[email protected]>
v0.2.2
github workflow syntax fix Signed-off-by: David Liu <[email protected]>
v0.2.0
Changes:
- 5e02b68 document update and prepare for 0.2.0 release (#253)
- 23d51ff upgrade to go 1.18 (#252)
- 5cbaf38 align with azp
- 48781ce support ssl-hostname-overwrite (#243)
- 7d85be3 fix up (#251)
- b0b6204 try to disable jaeger log output by setting logspan to false (#249)
- 149869d bump CI with fabric 1.4.12 (#250)
- 185ae15 Fixup (#242)
- 1f976d2 Bump github.com/open-policy-agent/opa from 0.35.0 to 0.37.0 (#241)
- 7b1fdaf prune 2.3
See More
- 5a18c37 after alpha merge clean up
- 00060d2 after alpha merge clean up
- fca9f5a after alpha merge clean up
- e6a3e75 after alpha merge clean up
- 74e4bd5 after alpha merge clean up
- 02bde3a Alpha (#236) [ #189, #109, #190, #127, #56, #191, #173, #194, #195, #196, #197, #200, #207, #208, #209, #210, #174, #211, #213, #214, #216, #218, #219, #220, #221, #223, #225, #226, #227, #228, #235, #237 ]
- 1195da7 Fix function typo, Dail -> Dial
- 9abc07f fix UpperCases in module package names
- e91bdae Nitfixing24 (#232) [ #233 ]
- 91ffaa6 Update release.yml (#234)
- 6827b69 Update release.yml (#202)
- f419919 Fix trigger (#201)
- c3a43b5 migrate to TWGC (#198)
- 877a535 update readme and ci (#192)
- f1425c7 try to update CI sample to match with 2.2 (#184)
This list of changes was auto generated.
v0.1.2
Changes:
- e87f926 BlockCollector detects repeated block (#172)
- d965232 Enhance Test (#151)
- 0d2922a Supply cancelable context to ALL workers. (#167)
- 756c0bd Remove
gcflags
fromgo build
script in Makefile. - 1201876 fix: code hygiene modification
- e58d0f0 Modify execute tape params.
- d71f210 Block collector as a worker.
- bead684 fix up
- 4d834c1 Refactor package name: fabric -> internal/fabric
- 554cee0 Remove useless requirements.
See More
- 343b484 Fix goimports errors.
- b9d21b7 Fix gofmt errors.
- c147b07 Delete fabric requirement.
- d06db01 Refactor: remove fabric import "github.com/hyperledger/fabric/bccsp/utils" & "github.com/hyperledger/fabric/common/crypto"
- 98c8a2e Refactor: remove fabric import "github.com/hyperledger/fabric/common/flogging" & "github.com/hyperledger/fabric/common/metrics"
- 052c718 Refactor: remove fabric import "github.com/hyperledger/fabric/protoutil".
- fc69023 Refactor: remove fabric import "github.com/hyperledger/fabric/core/comm".
- 017d61d Add tape logo.
- afeafb4 中英文文档合并以及Hyperledger文件重命名 (#147)
- 01ea725 Fix bug: bootstrap script execute path.
- 76926c7 Fix bug: bootstrap script execute path.
- 6a8f2a8 Fix bug: Checkout fabric-samples error: remote branch master not found in upstream origin.
- 3144029 impl for e2e enhancement
- 5834cb4 fix up ci (#152)
- 66bfd6f add the install and basic-checks subcommand in the makefile
- fbc2d5c fix up CI (#148)
- d3933be reslove for #144 and upgrade 1.4 to 1.4.10
- e39704c update azp release (#143)
- 7c3ab52 documentation update
- 05243b5 hot fix (#141)
- b263b11 Add make instructure to readme (#136)
- bdcc294 add Makefile
- c7c1625 draft road map
- 548f40e Minor style fix
- ec88c84 Fixes guoger/stupid/#43
- 32007da add impl for rate limitor [ #45 ]
- 2af5f37 add auto reconnection logic, when connection create fails. [ #117 ]
- 2b0043e fix up adjust ci for hyperledger/fabric-samples#390
- 4796119 add version subcommand
- a5c5be9 Remove module path (#123)
- 8074b32 introduce kingpin as the cmd framework (#119)
- c58f0d6 update CN docs
- 352a8b6 Tidy README.md (#114)
- 7be7cbb add a workable test suite as preformance brench of endorsement [ #102 ]
- 1403a74 Fix CI to pull Fabric release tar with correct version
- 7cbd44d Add stale bot to auto-close issue
This list of changes was auto generated.
v0.1.1: update azp for release (#108)
Changes:
- f5ad762 update azp for release (#108)
- bc6b0a1 当err为nil时,输出错误原因 (#105)
- 2bd4d71 更新了文中几个文档的索引
- b0f8517 修复环境变量错误
- 6c15e1b add template for new features
- 6ab38ea update doc as nit fix
- 13d27ce Update issue templates (#98)
- 742796b fix up
- c29d504 bug fix for #89
- ec3e141 docs update README & fix typo
See More
- 9dc0f5a add docs (#80)
- c7ef182 fix up for logger
- 099badc Update README.md (#77)
- acca658 modify pic (#76)
- 93b9dc3 Rename stupid to tape
- 454c637 Fix some nits from previous commit (#71)
- 926e9ec convert all panic into error return with msg (#70)
- 081a175 update for docker
- 653fbc3 Enable mTLS [ #35 ]
- bad525a Fix for Bug #40
- 2cac834 Fix for mock server and non TLS integration test [ gouger/stupid#44, #46 ]
- 11dae72 Create a mocked Fabric to test throughput of stupid
- 641c750 Allow no TLS
- 5f6637b support for mutipleFabricVersion
- 34a2b47 Check nil message and report
- d331da6 update integration test cases
- b4d66f6 Re org directory to match Go best practice
- 18c1e00 Add workflow diagram to README
- 1277d37 Split endorsers and committer so...
- 089e49d Introduce yaml anchors into config
- 70566ea Switch to yaml
- fbee945 Tidy up dependencies
- 62bb252 switch to test-network
- bfe9d9f add log with logrus lib
- f174a72 use ginkgo as test framework
- e2f195d Add azp badge
- b540390 Rename script file
- 9dc2a8f 1st commit for pipeline
- 7b6e883 update to latest go mod version
- 750210a Fix typo and consolidate config files
- 16c2492 multiple peer support
- dc97cff Update sample chaincode to use contract api
- 333be64 Update Azure pipeline
- 82d72f6 Add version of chaincode to config params
- 4ebb0ad Fixed width print from observer
- 23202ee Set up CI with Azure Pipelines
- eaf165f Update module name and README.md
- 099a81e Update go.mod and README
- aeb5673 Remove unused json
- befb122 Add sample chaincode
- 1eb827f Initial code added.
This list of changes was auto generated.