diff --git a/src/pocketdb/consensus/Base.h b/src/pocketdb/consensus/Base.h index 814e5d894..a45f0dab9 100644 --- a/src/pocketdb/consensus/Base.h +++ b/src/pocketdb/consensus/Base.h @@ -306,7 +306,7 @@ namespace PocketConsensus { NetworkTest, { {0, 0} } } } }, { threshold_shark_likers_comment, { - { NetworkMain, { {0, 15}, {1862000, 25} } }, + { NetworkMain, { {0, 15}, {1873500, 25} } }, { NetworkTest, { {0, 1} } } } }, { threshold_shark_likers_comment_answer, { @@ -315,7 +315,7 @@ namespace PocketConsensus } }, // Thresholds for obtaining badges - WHALE - { threshold_shark_reg_depth, { + { threshold_whale_reg_depth, { { NetworkMain, { {0, 207360} } }, { NetworkTest, { {0, 1} } } } }, @@ -426,7 +426,7 @@ namespace PocketConsensus { NetworkTest, { {0, 30} } } } }, { ConsensusLimit_full_score, { - { NetworkMain, { {0, 90}, {175600, 200}, {1757000, 60}, {1791787, 100}, {1862000, 200} } }, + { NetworkMain, { {0, 90}, {175600, 200}, {1757000, 60}, {1791787, 100}, {1873500, 200} } }, { NetworkTest, { {0, 200} } } } }, { ConsensusLimit_full_complain, { @@ -438,7 +438,7 @@ namespace PocketConsensus { NetworkTest, { {0, 300} } } } }, { ConsensusLimit_full_comment_score, { - { NetworkMain, { {0, 600}, {1757000, 200}, {1862000, 300} } }, + { NetworkMain, { {0, 600}, {1757000, 200}, {1873500, 300} } }, { NetworkTest, { {0, 600} } } } }, diff --git a/src/pocketdb/consensus/social/Blocking.hpp b/src/pocketdb/consensus/social/Blocking.hpp index f2805d4fc..7e0a1bbef 100644 --- a/src/pocketdb/consensus/social/Blocking.hpp +++ b/src/pocketdb/consensus/social/Blocking.hpp @@ -193,7 +193,7 @@ namespace PocketConsensus protected: const vector> m_rules = { { 0, 0, [](int height) { return make_shared(height); }}, - { 1862000, 1114500, [](int height) { return make_shared(height); }}, // TODO (o1q): set checkpoint height for multiple locks + { 1873500, 1114500, [](int height) { return make_shared(height); }}, // TODO (o1q): set checkpoint height for multiple locks }; public: shared_ptr Instance(int height) diff --git a/src/pocketdb/consensus/social/CommentDelete.hpp b/src/pocketdb/consensus/social/CommentDelete.hpp index 41b51708a..c0dc0c336 100644 --- a/src/pocketdb/consensus/social/CommentDelete.hpp +++ b/src/pocketdb/consensus/social/CommentDelete.hpp @@ -153,7 +153,7 @@ namespace PocketConsensus private: const vector> m_rules = { { 0, 0, [](int height) { return make_shared(height); }}, - { 1862000, 1155000, [](int height) { return make_shared(height); }}, + { 1873500, 1155000, [](int height) { return make_shared(height); }}, }; public: shared_ptr Instance(int height) diff --git a/src/pocketdb/consensus/social/CommentEdit.hpp b/src/pocketdb/consensus/social/CommentEdit.hpp index b55ebc04d..4e5246cfd 100644 --- a/src/pocketdb/consensus/social/CommentEdit.hpp +++ b/src/pocketdb/consensus/social/CommentEdit.hpp @@ -226,7 +226,7 @@ namespace PocketConsensus const vector> m_rules = { { 0, -1, [](int height) { return make_shared(height); }}, { 1180000, 0, [](int height) { return make_shared(height); }}, - { 1862000, 1155000, [](int height) { return make_shared(height); }}, + { 1873500, 1155000, [](int height) { return make_shared(height); }}, }; public: shared_ptr Instance(int height) diff --git a/src/pocketdb/web/PocketRpc.cpp b/src/pocketdb/web/PocketRpc.cpp index 28fb050d1..0bb489309 100644 --- a/src/pocketdb/web/PocketRpc.cpp +++ b/src/pocketdb/web/PocketRpc.cpp @@ -56,7 +56,7 @@ static const CRPCCommand commands[] = {"contents", "getcontents", &GetContents, {"address"}}, {"contents", "getrandomcontents", &GetRandomContents, {}}, {"contents", "getcontentactions", &GetContentActions, {"contentHash"}}, - {"contents", "getnotifications", &GetNotifications, {"height", "filters"}}, + // {"contents", "getnotifications", &GetNotifications, {"height", "filters"}}, // Tags // {"artifacts", "searchtags", &gettemplate, {"search_string", "count"}},