* Extend GPO.active_sons to contain votes and all public keys * Introduce son_wallet_object * son_wallet_object operations * Create son_wallet_object on new set of SONs, to initiate primary wallet recreation * son_wallet_object API and cli wallet commands * Send RPC command to bitcoin node to recreate multisig wallet * Updating wallet info through operation instead through database.modify() for persistance * Update libraries/chain/include/graphene/chain/protocol/son_wallet.hpp * Update libraries/chain/include/graphene/chain/protocol/son_wallet.hpp * Fix #include <graphene/chain/son_wallet_transfer_object.hpp> * Refactor primary wallet recreation * PW recreation refactoring, prevent duplicated recreations, update wallet address through proposal * Quickfix for checking payer in evaluator * Fix failing son_wallet_tests - Check for son_btc_account is temporarely disabled * Remove redundant file Co-authored-by: gladcow <jahr@yandex.ru>
6 lines
246 B
Text
6 lines
246 B
Text
// SON HARDFORK Wednesday, January 1, 2020 12:00:00 AM - 1577836800
|
|
// SON HARDFORK Monday, September 21, 2020 1:43:11 PM - 1600695791
|
|
#ifndef HARDFORK_SON_TIME
|
|
#include <ctime>
|
|
#define HARDFORK_SON_TIME (fc::time_point_sec( 1577836800 ))
|
|
#endif
|