profile
viewpoint
Baohua Yang yeasy Bay Area, CA http://yeasy.github.io Make the world better! Love Art, Math and Tech!

yeasy/blockchain_guide 6582

Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.

yeasy/docker-compose-files 934

Some typical docker compose templates.

IBM-Cloud/docs 145

IBM Cloud product documentation.

yeasy/cello-archived 81

Blockchain Management Platform! Please visit github.com/hyperledger/cello for the latest version.

yeasy/docker-hyperledger-fabric 62

Hyperledger Fabric All-in-one Docker Image

cliffwoo/LSP_CN 55

Linux System Programming ( Chinese Translation )

yeasy/docker-hyperledger-fabric-peer 24

Docker image for Hyperledger Fabric Peer

yeasy/docker-hyperledger-fabric-base 21

Docker image for Hyperledger Fabric Base

yeasy/docker-hyperledger 19

Docker image for hyperledger

yeasy/ansible-playbooks 18

Some useful playbooks for ansible.

issue commenthyperledger/cello

After creating the network, the node did not start

@xichen1 is using agent addr of http://cello.docker.agent:5001. FYI.

fengyangsy

comment created time in 2 days

pull request commenthyperledger/cello

Implement Chaincode dashboard, upload, install

Suggest to split to several PRs, in order to keep each PR small and easy to review.

xichen1

comment created time in 2 days

push eventyeasy/fabric

AnejVovcak

commit sha b059be0fa50e292d3febd1d29625a258f9e6b840

fix network diagrams R4 error (#4436) Signed-off-by: AnejVovcak <anej.vovcak@gmail.com>

view details

push time in 2 days

push eventyeasy/learning_pickleball

Baohua Yang

commit sha 2d0332f0cbb5328bbcf18528afec558c0e1683fd

Add more skills and strategies

view details

push time in 4 days

issue commenthyperledger/cello

After creating the network, the node did not start

Seems there's connection error.

Let's discuss the details in this week's meeting.

fengyangsy

comment created time in 5 days

push eventhyperledger/cello

fengyang_sy

commit sha 5035549479781a8e2b72b1c32a11f8e731ecd736

[#issue-553]Error in prompt message for node deletion failure Error in prompt message for node deletion failure. Prompt for success when deleting node failed. Signed-off-by: fengyang_sy <fengyang.09186@h3c.com>

view details

Baohua Yang

commit sha 8b98533b07822e6638836ffc7db32d1cbc9b3378

Merge pull request #554 from fengyangsy/issue-#553 [#issue-553]Error in prompt message for node deletion failure

view details

push time in 5 days

PR merged hyperledger/cello

[#issue-553]Error in prompt message for node deletion failure

Error in prompt message for node deletion failure. Prompt for success when deleting node failed.

Signed-off-by: fengyang_sy fengyang.09186@h3c.com

Close #553

+20 -9

0 comment

4 changed files

fengyangsy

pr closed time in 5 days

issue closedhyperledger/cello

Error in prompt message for node deletion failure

Error in prompt message for node deletion failure. Prompt for success when deleting node failed.

closed time in 5 days

fengyangsy
PullRequestReviewEvent

Pull request review commenthyperledger/fabric

Bump Go to 1.21.0

 on:       - .github/workflows/broken-link-checker.yml  env:-  GO_VER: 1.20.7+  GO_VER: 1.21.0

We can update to 1.21.1 directly now.

C0rWin

comment created time in 5 days

PullRequestReviewEvent

issue closedyeasy/docker_practice

Refer to Chapter 4.2 of <Docker Technology Introduction and Practical Combat 2014.12> "You can use docker ps -a -q to see the ID information of a container in a Exited state", but it is actually wrong.

  • [ ] Have u googled the problem? If no, pls do that first! yes

Environment

<!--请提供环境信息,包括操作系统版本等,保留你的操作系统,其他选项删除--> <!--Provides env info like OS version-->

  • [x] Linux
    • [x] CentOS 7

Docker Version

<!--如果你的 Docker 版本低于 20.10 请尽可能升级到该版本,保留你的 Docker 版本,其他选项删除--> <!--if Docker version under 20.10, please upgrade Docker to 20.10--> Docker version 20.10.10, build b485636

  • [x] Test (v20.10)
  • [x] Stable (v20.10)

Problem Description

<!--描述你的问题,请贴出操作步骤,终端报错截图或文字信息--> <!--describe problem with detailed steps and logs-->

See Chapter 4.2 of 2014.12 "You can use docker ps -a -q to terminate the container ID information" But according to official documentation and actual execution, -q has started the numeric ID of the container, and the status is running.

Another suggestion is that when creating the image in Chapter 3.5, the image name is Newbee. This is vulgar and incorrect, and is not suitable for reading in serious technical books.

closed time in 6 days

D11bot

delete branch yeasy/fabric

delete branch : use_go_1.21.1

delete time in 6 days

push eventyeasy/fabric

Baohua Yang

commit sha b89f1506272a84233df53068da360a09144d57d9

Use golang 1.21.1 to fix vulnerabilities This patchset upgrade Go version from Go 1.20.7 to 1.21.1. There are two vulnerabilities in Go 1.20: GO-2023-2041 and GO-2023-2043, which exist in package html/template and are used in core/middleware. The vulnerabilities are fixed in Go 1.21.1. Change-Id: I62c42a07bc4577e4c734a674878f0fe11a517edf Signed-off-by: Baohua Yang <yangbaohua@gmail.com> Signed-off-by: Baohua Yang <baohua.yang@oracle.com>

view details

push time in 6 days

pull request commenthyperledger/fabric

Use golang 1.21.1 to fix vulnerabilities

@denyeart Seems the CI env is using go 1.20.7, how can we upgrade it to go 1.21.1?

yeasy

comment created time in 6 days

PR opened hyperledger/fabric

Use golang 1.21.1 to fix vulnerabilities

Change-Id: I62c42a07bc4577e4c734a674878f0fe11a517edf

This patchset upgrade Go version from Go 1.20.7 to 1.21.1.

Type of change

  • Improvement (improvement to code, performance, etc)

Description

There are two vulnerabilities in Go 1.20: GO-2023-2041 and GO-2023-2043, which exist in package html/template and are used in core/middleware.

The vulnerabilities are fixed in Go 1.21.1.

Additional details

N/A

Related issues

N/A

Release Note

N/A

+1 -1

0 comment

1 changed file

pr created time in 6 days

create barnchyeasy/fabric

branch : use_go_1.21.1

created branch time in 6 days

push eventyeasy/fabric

abebeos

commit sha 570d2ffa5ccd6bbc302b5f790f2a556849c900b4

add basic issue template/links Signed-off-by: abebeos <129396476+abebeos@users.noreply.github.com>

view details

dependabot[bot]

commit sha 695dd57e01c285a43eb297b6744c156d7bb4baea

Bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.7+incompatible to 20.10.24+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v20.10.7...v20.10.24) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>

view details

abebeos

commit sha a457fc394e74495b6f1cbde97139acb28ba03cb2

add basic issue template/links Signed-off-by: abebeos <129396476+abebeos@users.noreply.github.com>

view details

abebeos

commit sha a9b4180998bb65e8d3c3db421f32deb8cc7783ea

add feature and workitem templates Signed-off-by: abebeos <129396476+abebeos@users.noreply.github.com>

view details

Dave Enyeart

commit sha 415a68cbd261792f7e09c1ee571cf1eedcc02e3d

Updates in main branch for v2.5.0 release (#4138) Updates in main docs and scripts for v2.5.0 release. Signed-off-by: David Enyeart <enyeart@us.ibm.com>

view details

Taku Shimosawa

commit sha c7ef83382c94f2b1b49674bef69ca1e8c6b51a09

Add docs for 'ledgerutil verify' This patch adds a command reference for the 'ledgerutil verify' subcommand. Signed-off-by: Taku Shimosawa <taku.shimosawa.uf@hitachi.com>

view details

Taku Shimosawa

commit sha df8e91cea48821ffda5de10d0d7c4e3cf3d85b44

Fix failure in 'basic checks' This patch fixes failure during 'basic checks' in the CI. It is possibly caused by the update of Go to v1.20. Signed-off-by: Taku Shimosawa <taku.shimosawa.uf@hitachi.com>

view details

Tatsuya Sato

commit sha 04a54cdc5e53bb14562e9d16768aef99b52de473

Fix typo regarding current LTS release Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>

view details

Ry Jones

commit sha 8f9ad1a69fdedf7801e052ef74a43afee9e7c5b3

chore(ci): try new builers Signed-off-by: Ry Jones <ry@linux.com>

view details

Dave Enyeart

commit sha 7506dcf5e081f12016c576e9a48b4f3c478cbabc

Bump Go to 1.20.3 (#4166) Bump Go to 1.20.3. Signed-off-by: David Enyeart <enyeart@us.ibm.com>

view details

Yoav Tock

commit sha 8212ab238ec442493b1995d589e0157fb413f1bf

Orderer v3: prevent join to system channel (#4165) Prevent a system channel block from being accepted as valid input to channel participation join. Change-Id: I8a8a0d8810bf8337b66c07434d3a6d392ca963f4 Signed-off-by: Yoav Tock <tock@il.ibm.com>

view details

Ry Jones

commit sha 0ea42d9353a94c5869d2757c1ac0f0683d133ce6

chore(ci): move to dedicated Fabric runners (#4170) Signed-off-by: Ry Jones <ry@linux.com>

view details

Dave Enyeart

commit sha 268a8a19191d000c16e87a908173f625084e85ce

Revert "Fix firewall warnings for integration tests on Mac" (#4175) This reverts commit 412f3661cb05061a0a9413d16b24f5326f07b3fa. The change caused integration tests to fail on a number of developer macs (both amd64 and arm64). Signed-off-by: David Enyeart <enyeart@us.ibm.com>

view details

Dave Enyeart

commit sha aaf9932bd0176eefaac7809d048c45af2ffbc5c8

Re-add Go to fabric-tools image (#4176) Since the images are no longer based on the golang alpine images, need to manually install go to the fabric-tools image. go is needed for users that use fabric-tools image to package go chaincodes. Signed-off-by: David Enyeart <enyeart@us.ibm.com>

view details

Yoav Tock

commit sha 078da511d538584edf49f4d5a4652d9472ea2e1a

Orderer v3: remove sys chan from registrar (#4173) Change-Id: I5aed23f01a514cd8f1040da996c71c9aff4e9edb Signed-off-by: Yoav Tock <tock@il.ibm.com>

view details

Dave Enyeart

commit sha 6b6ac3309a448e1592c9595cf5490c799a5d7280

Add RELEASING.md (#4181) RELEASING.md describes the release process. Signed-off-by: David Enyeart <enyeart@us.ibm.com>

view details

Yoav Tock

commit sha 97de2638af81bc094e26e2c8f890db4007ecf5c3

Orderer v3: w/o sys chan, remove bootstrap package (#4183) Without the system channel, the bootstrap package is no longer needed. Change-Id: I3b49dd6a6abf6d419842e09b663c3b534962f21f Signed-off-by: Yoav Tock <tock@il.ibm.com>

view details

Dave Enyeart

commit sha 6612020e307466a92a05ebd66e8b2ded141fa829

Bump CouchDB to 3.3.2 (#4186) Bump CouchDB to 3.3.2. Signed-off-by: David Enyeart <enyeart@us.ibm.com>

view details

Yoav Tock

commit sha d2007e7a765cf49c246a61091d1f96e01d0b3c0e

Ordere v3: remove sys chan: clean consensus (#4190) Change-Id: I600362026a64d792782b3bf9d4037348821a4a4e Signed-off-by: Yoav Tock <tock@il.ibm.com>

view details

Yacov Manevich

commit sha 0f2c2afdd666e680da2d26f7fc32d0eec4caae50

Update SmartBFT library to latest version Signed-off-by: Yacov Manevich <yacov.manevich@ibm.com>

view details

push time in 6 days

push eventyeasy/learning_pickleball

Baohua Yang

commit sha d077a99484a2ba3c70e2322ce8062a4f3ce7894a

Fix serve words

view details

push time in 10 days

push eventyeasy/learning_pickleball

Baohua Yang

commit sha 65a1ec06e9a20db20a64db00252c1d55077dfb29

Revise words

view details

push time in 13 days

push eventyeasy/blockchain_guide

yeasy

commit sha c3ab585c0fab38d3dad6c57893634a187868a34f

Update fabric operation link

view details

yeasy

commit sha 035d1e395fd4323132e520af44be0f105d998b58

Merge branch 'master' of github.com:yeasy/blockchain_guide

view details

push time in 16 days

pull request commenthyperledger/cello

fix docker compose setting, make cello-api-engine depends_on cello-po…

Follow https://github.com/hyperledger/cello/wiki/Contribution-Process to format the commit message.

haowenmvp

comment created time in 16 days

push eventyeasy/learning_pickleball

Baohua Yang

commit sha b0a6cb4bfd945a234711a7392ee60e5f6f82f53f

Update court size

view details

push time in 16 days

PR merged hyperledger/cello

Merge the latest code into the 1.0 branch

Merge the latest code into the 1.0 branch

Signed-off-by: fengyang_sy fengyang.09186@h3c.com

+79 -62

0 comment

12 changed files

fengyangsy

pr closed time in 17 days

push eventhyperledger/cello

dependabot[bot]

commit sha 93f86cb533154b28b20fe1c5fa539de1603341b5

Bump uwsgi from 2.0.18 to 2.0.22 in /src/api-engine Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.18 to 2.0.22. - [Commits](https://github.com/unbit/uwsgi-docs/commits) --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>

view details

Baohua Yang

commit sha 03caad3fefcc8670bf910c76d7c58a44cdf2baef

Merge pull request #548 from hyperledger/dependabot/pip/src/api-engine/uwsgi-2.0.22 Bump uwsgi from 2.0.18 to 2.0.22 in /src/api-engine

view details

Yuanmao Zhu

commit sha 790cbcb65c1dc239e5d2b289b92859f6d3bbf907

[ISSUE-533]Fix demo admin user creation (#544)

view details

Yuanmao Zhu

commit sha cb4d24347228ad9d1ae24cd0d6188bf29b1b8cbe

Fix refresh token expired (#546) Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>

view details

Baohua Yang

commit sha 376c04bf3d2a7069c6d328f60603ab7fec64ab6f

Merge pull request #550 from hyperledger/main Merge the latest code into the 1.0 branch

view details

push time in 17 days

PullRequestReviewEvent

push eventyeasy/learning_pickleball

Baohua Yang

commit sha 1a2e260140adfa2efce7a030e4bb2c17df5740cb

Add more double strategies

view details

push time in 17 days

created tagyeasy/learning_pickleball

tagv1.6.0

Learn and master pickleball, become professional pickleball players! 学打匹克球!

created time in 24 days

push eventyeasy/learning_pickleball

Baohua Yang

commit sha 41ca838bbb3d2e96ece6a8b3978e92e617a335bd

Release v1.6.0

view details

push time in 24 days

more