Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #164 +/- ##
===========================================
- Coverage 72.23% 71.15% -1.08%
===========================================
Files 177 177
Lines 14293 13937 -356
===========================================
- Hits 10324 9917 -407
- Misses 2655 2744 +89
+ Partials 1314 1276 -38 |
Codecov Report
@@ Coverage Diff @@
## develop #164 +/- ##
===========================================
+ Coverage 76.07% 77.55% +1.47%
===========================================
Files 139 150 +11
Lines 11500 11914 +414
===========================================
+ Hits 8749 9240 +491
+ Misses 2080 1976 -104
- Partials 671 698 +27 |
1. add StopServersAndWait to Service instance; 2. export api.models.OpenSQLiteDBAsGorp function for convenient use; 3. update cqld's bootstrap.
1. refactor bp_getTransactionList to support pagination; 2. add new API: bp_getTransactionListOfBlock.
auxten
reviewed
Jan 23, 2019
auxten
reviewed
Jan 23, 2019
auxten
reviewed
Jan 23, 2019
1. remove mode flag from cqld command; 2. type define bp.RunMode, don't use string representation; 3. move registerNodeToBP to rpcutils.go; 4. remove redundant calls to registerNodeToBP.
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.
Support JSON RPC API