-
Notifications
You must be signed in to change notification settings - Fork 6
[Meeting minutes] 2022_07_18
Garrett edited this page Jul 18, 2022
·
1 revision
다음 step을 위해 다음 사항들에 대한 study가 필요.
- Transaction 에러 핸들링
- Light Client
- cross-contract interaction
- native token model
- VM level integration test
- Tx 에러 핸들링: panic과 Error를 return하는 경우가 있는데 두 케이스 차이점 + idiotic한 solution 조사 필요.
- 현재 sendTx, call(modify 및 query)제외 interact 구현 완료
- PR 2개 이상 대기 중 CI 셋업, simple_counter, interaction 일부
- issue assignment가 적절하게 활용되고 있지 않음
- 최대한 빠르게 interact 나머지 구현: modify/query
- issue assignment(각자 스터디 및 공유 이번주 주말까지)
- Handling tx error - 박윤서
- Cross-contract interaction - 이수찬
- Native token model - 이진우
- VM level integration test - 이진우, 김현우
Treasury contract 개발이기때문에 정확하고 깔끔하게 개발해야함. 8월까지 시간을 더 쓰더라도 정확한 조사를 바탕으로 깔끔하게