Skip to content

Commit 4ca5e9f

Browse files
committed
update hardfork time
1 parent a2844a1 commit 4ca5e9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libraries/chain/include/graphene/chain/hardfork.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
// call_contract fix fee calculation
6767
#ifndef HARDFORK_1013_TIME
6868
// should be updated before next release, should be removed after next release
69-
#define HARDFORK_1013_TIME (fc::time_point_sec( 1545034200 )) // for test, 2018-12-17T08:10:00(UTC)
69+
#define HARDFORK_1013_TIME (fc::time_point_sec( 1553832000 )) // for mainnet, 2019-03-29T04:00:00(UTC)
7070
#endif
7171

7272
// add inline_transfer api for contract
7373
#ifndef HARDFORK_1017_TIME
7474
// should be updated before next release
75-
#define HARDFORK_1017_TIME (fc::time_point_sec( 1545436800 )) // for test, 2018-12-22T00:00:00(UTC)
75+
#define HARDFORK_1017_TIME (fc::time_point_sec( 1553832000 )) // for mainnet, 2019-03-29T04:00:00(UTC)
7676
#endif
7777

7878
#ifndef HARDFORK_1015_TIME
@@ -93,22 +93,22 @@
9393

9494
#ifndef HARDFORK_1016_TIME
9595
// disable udpate_contract for normal account
96-
#define HARDFORK_1016_TIME (fc::time_point_sec( 1547536200 )) // for mainnet, 2018-12-29T12:00:00 UTC
96+
#define HARDFORK_1016_TIME (fc::time_point_sec( 1553832000 )) // for mainnet, 2019-03-29T04:00:00(UTC)
9797
#endif
9898

9999
#ifndef HARDFORK_1019_TIME
100100
// for mainnet can transfer to contract account, can be removed after mainnet released
101-
#define HARDFORK_1019_TIME (fc::time_point_sec( 1552176000 )) // for mainnet, 2019-03-10T00:00:00 UTC
101+
#define HARDFORK_1019_TIME (fc::time_point_sec( 1553832000 )) // for mainnet, 2019-03-29T04:00:00(UTC)
102102
#endif
103103

104104
#ifndef HARDFORK_1020_TIME
105105
// for testnet after this time can not remove contract table
106-
#define HARDFORK_1020_TIME (fc::time_point_sec( 1552381200 )) // for testnet, 2019-03-12T08:00:00(UTC)
106+
#define HARDFORK_1020_TIME (fc::time_point_sec( 1553832000 )) // for mainnet, 2019-03-29T04:00:00(UTC)
107107
#endif
108108

109109
#ifndef HARDFORK_1021_TIME
110110
// for testnet after this time can be remove contract table
111-
#define HARDFORK_1021_TIME (fc::time_point_sec( 1553040000 )) // for testnet, 2019-03-15T00:00:00(UTC)
111+
#define HARDFORK_1021_TIME (fc::time_point_sec( 1553832000 )) // for mainnet, 2019-03-29T04:00:00(UTC)
112112
#endif
113113

114114
// #413 Add operation to claim asset fees

0 commit comments

Comments
 (0)