Skip to content
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

[마켓] 주문창 gRPC 통신 및 매수, 매도 주문 등록 #89

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Nov 14, 2024

  1. ✨Feat. orderHistory, sellOdrer, buyOrder 모델링

    Co-authored-by: Jeongwisdom <[email protected]>
    tongticktack and Jeongwisdom committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a58a60e View commit details
    Browse the repository at this point in the history
  2. ✨Feat. 주문 요청, 응답 dto 작성

    Co-authored-by: Jeongwisdom [email protected]
    tongticktack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ed41094 View commit details
    Browse the repository at this point in the history
  3. ✨Feat. asset gRPC 서버 구현 #74 #75 #76 #77 #78 #79 #80

    - port# : 5001
    Co-authored-by: Jeongwisdom [email protected]
    tongticktack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a81d160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54e41f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e6ab88 View commit details
    Browse the repository at this point in the history
  6. 🐛Fix. userId 타입 에러, proto file 경로 수정

    - number -> string 정상화
    tongticktack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0968335 View commit details
    Browse the repository at this point in the history
  7. 🐛Fix. 변수명 및 타입 변경, 테스트 쿼리 삭제

    - OrderLimitRequestDto: 지정가 매수, 매도 요청
      - coin_code -> coinCode
    - order.proto 필드명 변경
      - orderId -> historyId
    tongticktack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    82b33ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a517426 View commit details
    Browse the repository at this point in the history
  9. ♻️Refactor. transaction; 세션 모듈 사용으로 변경

    - AuthenticatedGuard import문 경로 변경
    tongticktack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    30a73e9 View commit details
    Browse the repository at this point in the history
  10. ✨Feat. transaction controller 테스트 코드

    - 기존 비어있는 테스트 파일 삭제
    - 매수 매도 주문
      - 주문 성공
      - 잔액 부족시 BadRequestException
      - 트랜잭션 오류시InternalServerErrorException
    tongticktack committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a9c66d1 View commit details
    Browse the repository at this point in the history