-
Notifications
You must be signed in to change notification settings - Fork 0
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
월드보스 시즌 1,2 랭킹 보상 마이그레이션 #2
base: main
Are you sure you want to change the base?
Conversation
ipdae
commented
Dec 2, 2022
- 애드혹 기록용 pr로 머지계획은 없습니다.
- 월드보스 시즌1,2에 지급된 룬 tx 정보 기록
- 시즌1,2에 지급된 tx 정보 기록
- 212건의 지급실패 tx가 있으며 해당건들은 payload를 실패건으로 찾을수있게 기록해둠. 정산작업 후 실제 데이터를 기록하도록 별도로 처리해야합니다.
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
db.session.commit() | ||
|
||
|
||
def get_nonce(raid_id: int, ranking: int, ticker: str) -> int: |
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.
이건 이미 나간 Tx들에 대한 nonce를 계산하는 함수인건가요, 아니면 앞으로 나갈 Tx에 대한 걸 계산하는 함수인가요?
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.
이미 나간 tx에 대해서 구하는 함수입니다.