-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: proxy_contract not found on evm_smart_contract #880
Conversation
cái này sau muốn tìm lại thì chỉ cần
là ra |
là sao nhỉ? có cái history nào bị mất contract à? |
case account abstract hôm trước ấy anh, là proxy nhưng không có record trong bảng contract. hiện tại mình drop FK đi để job proxy history vẫn insert vào bảng proxy_history mà không phụ thuộc vào bảng contract nữa |
còn cái này là để sau mình sửa lại, hôm trước anh bảo em đánh thêm status cho nó ấy mà em thấy không cần lắm, query câu kia là ra những cái contract bị thiếu |
newProxyHistories.forEach((proxyHistory) => { | ||
if ( | ||
proxyHistory.implementation_contract !== null && | ||
foundContractsInDB[proxyHistory.implementation_contract] !== null |
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.
hmm ở trên sao cái biến trong query lại là proxy_contract
?
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.
case của mình đang là miss proxy_contract anh ạ, em sửa rồi nhé. Không biết có case miss implement_contract không
No description provided.