Write WrapCCC tracker to db#1548
Merged
mergify[bot] merged 5 commits intoCodeChain-io:masterfrom May 22, 2019
Merged
Conversation
Contributor
|
@HoOngEe Would you check the use case of Transaction::tracker? |
Contributor
Author
|
@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 |
Contributor
Author
|
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
sgkim126
approved these changes
May 22, 2019
Contributor
Author
|
After the patch, I synchronized local node to Corgi network and got the rpc response previously didn't work. |
Contributor
|
@HoOngEe Thank you for checking |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It fixes #1547