-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default_block/CreateNewBlock,default_block_test/TestCreateN… #12
Conversation
왜인지 리뷰어 지정이 안뜨네요...ㅠ |
제가 리뷰어 지정 했습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 포멧팅 관련해서 아래 링크 사항이 반영된 것인지 검토 부탁드려요. 괄호 위치나 임포트 형태로 볼 때 아래 링크의 포멧팅이 적용되지 않은 것 같습니다. 그럴경우, 제 풀리퀘와 default_block.go
파일에서 충돌 날 수 있을 것 같네요.
수정하겠습니다! |
파일와쳐를 쓰긴 했는데...잘 된건지 모르겠네요. import (time, fmt, error, sort)일 때는 기존 import 순서에 따라 결과가 달라집니다. |
@junk-sound |
엄.. merge conflict 나길래 제가 resolve 했는데, resolve 하니까 그냥 develop 브랜치를 feature/block 브랜치로 머지시키네요 ㅎㅎ |
|
@byron1st @junbeomlee
<꺼름칙한 부분은 다음과 같습니다.>
피드백 부탁드립니다! p.s: 이전 커밋이 컨플릭트 떴던 것은 제가 풀을 안했어서 그런 것 같습니다. |
issue #9 에서 논의한대로, 일단 |
커밋된 코드들은 it-chain-Engine으로 옮기는 것으로 하고 close하겠습니다. |
default_block의 CreateNewBlock과 테스트 케이스를 작성해봤습니다.
CreateNewBlock 코드가 머지된 후에는 json/yaml파일을 토대로 CreateGenesisBlock을 작성할 계획입니다.
피드백 부탁드립니다!