Skip to content
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

Filling Sqlite DB with missing Transaction data from Bitcoin DB #258

Merged
merged 117 commits into from
Jun 1, 2022
Merged
Changes from 1 commit
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
b18269e
Version change to 0.21.0
andyoknen Apr 1, 2022
a17bad3
Debug logging
andyoknen Apr 1, 2022
6a89e36
Rollback logging debug
andyoknen Apr 1, 2022
5873c8a
Fixed leveldb forcing compile all with -Werror and -Wthread-safety us…
lostystyg Apr 1, 2022
7c47c41
Squashed commit of the following:
andyoknen Apr 1, 2022
c8dec93
Merge remote-tracking branch 'origin/0.21' into 0.21.todo
andyoknen Apr 1, 2022
8782281
Fix answer comments
andyoknen Apr 2, 2022
7346b75
Empty transactions new models
andyoknen Apr 2, 2022
048ab94
Fix typo
andyoknen Apr 2, 2022
7743ae9
Optimize SQL
andyoknen Apr 2, 2022
d94d436
Temp disable initMigration
andyoknen Apr 3, 2022
cd277eb
Rollback db migration logic temp
andyoknen Apr 4, 2022
87e3f6d
Added System table
andyoknen Apr 4, 2022
7d1ad7c
Refactoring syntax
andyoknen Apr 4, 2022
c160b3b
Base class for social transactions
andyoknen Apr 4, 2022
530cfe2
Fix missed comment answers
andyoknen Apr 4, 2022
ddd2de6
Model for moderation flag
andyoknen Apr 4, 2022
e6f25be
Complete moderation flag model
andyoknen Apr 4, 2022
edaf41a
Test debug params
andyoknen Apr 4, 2022
d37c52c
debug test tmp params
andyoknen Apr 4, 2022
0c5c9ad
Linking mswsock for mingw host
lostystyg Apr 4, 2022
a5976e7
Fix
andyoknen Apr 5, 2022
1f718a3
Flag ContentHash should be from ContentAddress
andyoknen Apr 5, 2022
5e03683
Completely disabled pocketcoin-wallet target
lostystyg Apr 5, 2022
aad081a
reducing the impact on the reputation of scores 1,2 for content
andyoknen Apr 5, 2022
6abb06e
Times changes
andyoknen Apr 5, 2022
356496c
todo management
lostystyg Apr 6, 2022
30d2cde
More fixes
andyoknen Apr 6, 2022
9bc358f
Added transaction hash to AccountProfile full form
andyoknen Apr 6, 2022
3fea3fc
Chain params return checks and todo management
lostystyg Apr 6, 2022
5ec845b
todo management
lostystyg Apr 6, 2022
38cf39d
Only one flag from one to one
andyoknen Apr 7, 2022
60fe287
Use GetNodeStateStatsView for getpeerinfo
andyoknen Apr 7, 2022
d4f168a
Fix check for flag
andyoknen Apr 7, 2022
f9963b8
typo
andyoknen Apr 7, 2022
7842673
Fix check exists already flag
andyoknen Apr 7, 2022
8686ccf
Removed todo
lostystyg Apr 7, 2022
cc96f02
Fixed punish score for BLOCK_INCOMPLETE
lostystyg Apr 7, 2022
f323195
Improved punishment scores
lostystyg Apr 7, 2022
21afd5f
todo management
lostystyg Apr 7, 2022
6e0b8ce
Updated depends
lostystyg Apr 7, 2022
78cfe56
Using latest version of zlib
lostystyg Apr 7, 2022
da1ae27
Return bitcoincore.org as a fallback url for depends
lostystyg Apr 7, 2022
5319f35
Squashed commit of the following:
andyoknen Apr 8, 2022
c80d956
Overwrite tx_empty to not_supported
andyoknen Apr 8, 2022
e6c289d
Heights for test net
andyoknen Apr 8, 2022
8a0365f
Merge commit 'e6c289d86f6ae16b6019c2cd938b77deb529886f' into 0.21.todo
andyoknen Apr 8, 2022
51f337a
Fix typos
andyoknen Apr 8, 2022
60161dd
Revert "Times changes"
andyoknen Apr 8, 2022
76c9737
Squashed commit of the following:
andyoknen Apr 8, 2022
d999058
v0.20.20
andyoknen Apr 8, 2022
675e408
Added new method getrecommendedcontentbycontentid
Apr 8, 2022
9607c41
Merge branch 'depends_upstream' into 0.21.todo
lostystyg Apr 8, 2022
20eccd5
Added missed return in GetRecommendedContentByContentId
only1question Apr 8, 2022
32c0839
Added getrecommendedcontentbyaddress
only1question Apr 11, 2022
97b7735
Added GetRandomContentByAddress in getrecommendedcontentbyaddress
only1question Apr 11, 2022
8b4d426
Remove test function
only1question Apr 11, 2022
69769bf
Remove 216.108.231.40 from seeds_main
andyoknen Apr 11, 2022
f51f419
Extend getUserProfiles for add flags array
andyoknen Apr 11, 2022
11e83ec
Remove debug info
only1question Apr 11, 2022
e77350a
Exclude deleted content for check ModerationFlag
andyoknen Apr 11, 2022
130c08a
Merge branch 'feature/moderation_flag' into 0.21.todo
andyoknen Apr 11, 2022
b52d073
Fix Accessor GetBlock && GetTransaction
andyoknen Apr 12, 2022
0082bf7
Added GetContentActions
only1question Apr 12, 2022
ea27345
Added GetRecommendedAccountByAddress
only1question Apr 12, 2022
dc8559b
Extend getaccountstate for flags usage statistic
andyoknen Apr 12, 2022
73a0ef9
Add PHdW4pwWbFdoofVhSEfPSHgradmrvZdbE5 to developers list
andyoknen Apr 12, 2022
796d265
Formating GetRecommendedContentByAddress
only1question Apr 12, 2022
379f6d9
fix default argument IsShark
andyoknen Apr 12, 2022
a6e1d94
Changed getrecommendedaccountbyaddress
only1question Apr 12, 2022
9bf3d76
Fixed typo in GetRecommendedAccountByAddressSubscriptions
only1question Apr 12, 2022
c8f9d46
Merge pull request #266 from pocketnetteam/update/seeds_main
andyoknen Apr 12, 2022
9551cb0
Merge pull request #272 from pocketnetteam/Extend-developers-list
andyoknen Apr 12, 2022
d756ee0
Merge pull request #260 from pocketnetteam/feature/moderation_flag
andyoknen Apr 12, 2022
6ca5da2
Disable down score to comment & reduce score to content
andyoknen Apr 13, 2022
a2e62d5
Merge remote-tracking branch 'origin/consensus/score_reduce' into 0.2…
andyoknen Apr 13, 2022
2da32d6
fix typo
andyoknen Apr 13, 2022
903bcce
Fix typo
andyoknen Apr 13, 2022
a6308f8
recommend content rated from more than one subscription
only1question Apr 13, 2022
2d5a6eb
Fix order for GetBlockTransactions
andyoknen Apr 13, 2022
8fd3dd0
Added methods gettopfeed and gettopaccounts
only1question Apr 13, 2022
dea943b
Merge pull request #273 from pocketnetteam/consensus/score_reduce
andyoknen Apr 14, 2022
c94c825
Merge pull request #265 from pocketnetteam/feature/recommendations
andyoknen Apr 14, 2022
ec1c131
Merge remote-tracking branch 'origin/0.20' into 0.21.todo
andyoknen Apr 14, 2022
2f23cc8
Merged missed rpc methods from version 20.20
Apr 14, 2022
ceac692
fixed ParseFeedRequest for different feeds
only1question Apr 14, 2022
0910379
changed sorting param in GetTopFeed
only1question Apr 14, 2022
32cdde5
added several methods into cache
only1question Apr 14, 2022
450a4db
acceleration GetTopFeed
only1question Apr 15, 2022
2cc0c92
Fixed typo in GetTopFeed
only1question Apr 15, 2022
839d508
Removed old non-used methods
only1question Apr 15, 2022
c8267b6
Extend fork time for moderation flags
andyoknen Apr 15, 2022
45967ab
Enable WebPostProcessorInst by default
andyoknen Apr 15, 2022
9cea1c5
Changed getrecommendedcontentbyaddress
only1question Apr 15, 2022
e59bb54
Changed getrecommendedaccountbyaddress
only1question Apr 15, 2022
0974452
remove not existing methods from RPCCache
only1question Apr 15, 2022
c9b32ae
Improved quality GetRecommendedContentByAddressSubscriptions
only1question Apr 16, 2022
aff75db
Add -static argument for enable STATIC files interface
andyoknen Apr 19, 2022
4a5e191
add get_static_status to static interface method
andyoknen Apr 19, 2022
1d19fa1
Clean rest
andyoknen Apr 19, 2022
9dd2a04
fix typo
andyoknen Apr 19, 2022
6da3259
Depends fix
andyoknen Apr 19, 2022
2efa1da
Fix route for web /status
andyoknen Apr 19, 2022
8230204
Fix order static methods
andyoknen Apr 19, 2022
936a2c7
Debug log
andyoknen Apr 19, 2022
20d0d6a
Disable debug log
andyoknen Apr 19, 2022
94f0ef3
Call StopSTATIC before shutdown
andyoknen Apr 20, 2022
ad8eaf7
Fix CASE
andyoknen Apr 20, 2022
e8869ad
Merge pull request #275 from pocketnetteam/feature/enable_static_arg
andyoknen Apr 20, 2022
a9b829a
Increase MAX_PROTOCOL_MESSAGE_LENGTH for consistent with src/consensu…
andyoknen Apr 20, 2022
f41a53f
Change comment
andyoknen Apr 20, 2022
72d9313
Merge pull request #276 from pocketnetteam/fix/block_size
andyoknen Apr 20, 2022
9c0a9e1
Merge remote-tracking branch 'origin/0.20' into 0.21.todo
lostystyg Apr 20, 2022
7775531
Merge branch '0.21' into 0.21.todo
andyoknen Apr 20, 2022
42bcb60
Merge branch '0.20' into fixes/0.20.20
andyoknen Apr 21, 2022
1e8acf7
Merge pull request #274 from pocketnetteam/fixes/0.20.20
andyoknen Apr 21, 2022
b049782
Merge remote-tracking branch 'origin/0.20' into 0.21.todo
lostystyg Apr 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rest.cpp
Original file line number Diff line number Diff line change
@@ -841,7 +841,7 @@ static bool get_static_status(HTTPRequest* req, const std::string& strURIPart)
entry.pushKV("ports", ports);

req->WriteHeader("Content-Type", "application/json");
req->WriteReply(HTTP_OK, result.write() + "\n");
req->WriteReply(HTTP_OK, entry.write() + "\n");
return true;
}