it-chain
it-chain copied to clipboard
Lightweight & Customizable Block Chain
fix dependency version of libs rename it-chain/engine -> DE-labtory/engine rename DE-labtory/engine -> DE-labtory/it-chain
``` func TestStartConsensusCommandHandler_HandleStartConsensusCommand(t *testing.T) { //mockStateApi := newMockStateApi(nil) //testHandler := adapter.NewStartConsensusCommandHandler(mockStateApi) // //// case 1 : success //expectedSeal := []byte{'s', 'e', 'a', 'l'} //expectedTxList := []event.Tx{} //for i := 0;...
**Detail** 문서를 읽다가 LOGICAL-ARCHITECTURE-KR.md 의 CQRS부분이 빠져 있어서 여쭙니다. 추가를 해 주실 수 있을까요?
**Component** consensus - pbft **Assignee** . **Detail** When multiple consensus requests are arrived, it needs to lock them. Then, it processes only one consensus. Like this, it needs to process...
**Componet** Blockchain **Assignee** @junk-sound **Bug detail** I was running it-chain at engine folder as usual, bug come up suddenly. relative path is dangerous so i changed it and it was...
**Componet** main **Assignee** @owljoa **Proposal Detail** KO: heimdall 라이브러리 최근 버전 적용 EN: apply latest version of heimdall library **Reference** https://github.com/it-chain/heimdall
**Component** consensus - pbft **Assignee** . **Detail** Consensus needs time out. **Reference** .
**Component** blockchain **Detail** Currently, we are syncing block using http but we need to sync block using grpc.
**Component** ivm **Detail** Currently it can be deployed only through github, but it needs to be deployed from local file.
**Component** cmd/on **Assignee** @junbeomlee **Detail** set ivm to use docker or normal mode when run it-chain depending on config.yaml