본문 바로가기

전체 글17

[Hyperledger Fabric v2.0] Transaction Workflow Transaction Workflow Phase 1: Proposal Phase 1 에서는 application 과 peer 들 간에 이루어지는 내용으로 orderer 와는 관계 없이 진행됨 Phase 1 에서는 오직 각기 다른 endorsing peer 들에게 chaincode 호출 결과 제안에 대한 동의를 요청 만을 고려 함 Phase 1 시작을 위해, 어플리케이션들은 transaction proposal 을 생성하여 승인을 위해 peer 들에게 전달함 전달 받은 endorsing peer 들은 독립적으로 transaction proposal 을 활용하여 chaincode 를 실행하고 이를 통해 transaction proposal response 를 생성함 해당 과정에서 ledger 로 기록은 없음.. 2020. 7. 27.
[Hyperledger Fabric v2.0] sample network 구축 Hyperledger fabric sample network Using the Fabric test network Bring up the test network cd /home/namho46/hyperledger/fabric-samples/test-network remove any containers or artifacts from any previous runs: ./network.sh down bring up the network ./network.sh up Creating a channel You can use the network.sh script to create a channel between Org1 and Org2 and join their peers to the channel. creat.. 2020. 7. 23.
[Hyperledger Fabric v2.0] MSP structure 파일/디렉토리 항목 설명 config.yml 범주화 된 인증 구성 및 역할 정의에 사용 (Node OUs: Node Organization Unions) cacerts 본 MSP 를 대표하는 org. 에서 신뢰하는 Root CA들의 자기-서명(self-signed)된 X.509 서명 인증서 리스트 필수로 한 개 이상의 Root CA 인증서 필요 intermediatecerts 본 org. 에서 신뢰하는 Intermediate CA 들의 X.509 서명 인증서 리스트 각 인증서는 본 MSP 의 Root CA 혹은 다른 Intermediate CA 에 의한 서명이 되어있어야 함 CA 체인은 마지막에 Root CA로 도달해야 함 admincerts * Fabric v1.4.3 및 그 이상 버전 부터는 사라질 .. 2020. 7. 21.
[OpenProject] email notification is blocked by MS Outlook 현상: OpenProject 구축 시 OpenProject가 구축된 서버의 Postfix 를 통해 회사 Outlook 메일 계정으로 email notification 진행시 정상적으로 수신 되지 않음 Postfix 서버 정보: CentOS 7 로그 경로: /var/log/maillog 로그: Postfix 에서 아래와 같은 로그를 확인할 수 있음. Jul 21 11:39:24 localhost postfix/smtp[22696] (~) 550 5.7.606 Access denied, banned sending IP [ip_address]. To request removal from this list please visit https://sender.office.com/ and follow the dire.. 2020. 7. 21.