Merge branch 'merge/master-to-beatrice-20201203' into beatrice
This commit is contained in:
commit
99a7d8453c
16 changed files with 213918 additions and 8196 deletions
222006
genesis.json
222006
genesis.json
File diff suppressed because it is too large
Load diff
|
|
@ -160,10 +160,13 @@ namespace detail {
|
||||||
{
|
{
|
||||||
// t.me/peerplays #seednodes
|
// t.me/peerplays #seednodes
|
||||||
vector<string> seeds = {
|
vector<string> seeds = {
|
||||||
"ppy-beatrice-seed.blckchnd.com:6666",
|
"173.249.23.108:9777",
|
||||||
"159.69.223.206:7777",
|
"node.peerblock.trade:9777",
|
||||||
"51.38.237.243:9666",
|
"peerplays.blockoperations.com:9777",
|
||||||
"pbsa-beatrice.blockchainprojectsbv.com:9195"
|
"pms.blockveritas.co:7777",
|
||||||
|
"seed.ppy.alex-pu.info:8888",
|
||||||
|
"seed.ppy.blckchnd.com:6116",
|
||||||
|
"seed01.eifos.org:7777"
|
||||||
};
|
};
|
||||||
|
|
||||||
for( const string& endpoint_string : seeds )
|
for( const string& endpoint_string : seeds )
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#ifndef HARDFORK_1000_TIME
|
#ifndef HARDFORK_1000_TIME
|
||||||
#define HARDFORK_1000_TIME (fc::time_point_sec( 1540000000 ))
|
#define HARDFORK_1000_TIME (fc::time_point_sec( 1550491200 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// added delete sport and delete event group operations
|
// added delete sport and delete event group operations
|
||||||
#ifndef HARDFORK_1001_TIME
|
#ifndef HARDFORK_1001_TIME
|
||||||
#define HARDFORK_1001_TIME (fc::time_point_sec( 1540000000 ))
|
#define HARDFORK_1001_TIME (fc::time_point_sec( 1550491200 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// 5050_1 HARDFORK Wednesday, 15 April 2020 20:00:00 GMT
|
// 5050_1 HARDFORK Thursday, 22 April 2020 20:00:00 GMT
|
||||||
#ifndef HARDFORK_5050_1_TIME
|
#ifndef HARDFORK_5050_1_TIME
|
||||||
#define HARDFORK_5050_1_TIME (fc::time_point_sec( 1586980800 ))
|
#define HARDFORK_5050_1_TIME (fc::time_point_sec( 1587585600 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Placeholder HF for affiliate reward system
|
// Placeholder HF for affiliate reward system
|
||||||
#ifndef HARDFORK_999_TIME
|
#ifndef HARDFORK_999_TIME
|
||||||
#define HARDFORK_999_TIME (fc::time_point_sec( 1540000000 ))
|
#define HARDFORK_999_TIME (fc::time_point_sec( 1550491200 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// bitshares-core #429 rounding issue when creating assets
|
// bitshares-core #429 rounding issue when creating assets
|
||||||
#ifndef HARDFORK_CORE_429_TIME
|
#ifndef HARDFORK_CORE_429_TIME
|
||||||
#define HARDFORK_CORE_429_TIME (fc::time_point_sec( 1566784800 ))
|
#define HARDFORK_CORE_429_TIME (fc::time_point_sec( 1568340000 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// GPOS HARDFORK Monday, 6 January 2020 01:00:00 GMT
|
// GPOS HARDFORK Monday, 17 February 2020 22:00:00 GMT
|
||||||
#ifndef HARDFORK_GPOS_TIME
|
#ifndef HARDFORK_GPOS_TIME
|
||||||
#define HARDFORK_GPOS_TIME (fc::time_point_sec( 1578272400 ))
|
#define HARDFORK_GPOS_TIME (fc::time_point_sec( 1581976800 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#ifndef HARDFORK_SWEEPS_TIME
|
#ifndef HARDFORK_SWEEPS_TIME
|
||||||
#define HARDFORK_SWEEPS_TIME (fc::time_point_sec( 1566784800 ))
|
#define HARDFORK_SWEEPS_TIME (fc::time_point_sec( 1568340000 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define GRAPHENE_SYMBOL "TEST"
|
#define GRAPHENE_SYMBOL "PPY"
|
||||||
#define GRAPHENE_ADDRESS_PREFIX "TEST"
|
#define GRAPHENE_ADDRESS_PREFIX "PPY"
|
||||||
|
|
||||||
#define GRAPHENE_MIN_ACCOUNT_NAME_LENGTH 1
|
#define GRAPHENE_MIN_ACCOUNT_NAME_LENGTH 1
|
||||||
#define GRAPHENE_MAX_ACCOUNT_NAME_LENGTH 63
|
#define GRAPHENE_MAX_ACCOUNT_NAME_LENGTH 63
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4
|
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4
|
||||||
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3
|
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3
|
||||||
|
|
||||||
#define GRAPHENE_CURRENT_DB_VERSION "PPY2.3"
|
#define GRAPHENE_CURRENT_DB_VERSION "PPY2.4"
|
||||||
|
|
||||||
#define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)
|
#define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1877,9 +1877,8 @@ BOOST_AUTO_TEST_CASE(event_group_delete_test_not_existed_event_group)
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
CREATE_ICE_HOCKEY_BETTING_MARKET(false, 0);
|
CREATE_ICE_HOCKEY_BETTING_MARKET(false, 0);
|
||||||
event_group_id_type nhl_id = nhl.id;
|
event_group_id_type nhl_id = nhl.id;
|
||||||
delete_event_group(nhl_id);
|
delete_event_group(nhl_id);
|
||||||
|
|
||||||
|
|
||||||
BOOST_CHECK_THROW(delete_event_group(nhl_id), fc::exception);
|
BOOST_CHECK_THROW(delete_event_group(nhl_id), fc::exception);
|
||||||
} FC_LOG_AND_RETHROW()
|
} FC_LOG_AND_RETHROW()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue