-
Notifications
You must be signed in to change notification settings - Fork 51
Write WrapCCC tracker to db #1548
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
Conversation
@HoOngEe Would you check the use case of Transaction::tracker? |
@sgkim126 There are two use cases of Transaction::tracker. One is for pushing invoice information to block(our target usage) and the other is for calculating |
But in the second case, the |
9769065
to
f2f6745
Compare
f2f6745
to
76ab889
Compare
The added test case succeeds on this branch but fails on current master branch because current master doesn't store WrapCCC tracker in body_db and invoice_db.
d8085d3
to
40f5c44
Compare
After the patch, I synchronized local node to Corgi network and got the rpc response previously didn't work.
|
@HoOngEe Thank you for checking |
It fixes #1547