|
66 | 66 | // call_contract fix fee calculation
|
67 | 67 | #ifndef HARDFORK_1013_TIME
|
68 | 68 | // 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) |
70 | 70 | #endif
|
71 | 71 |
|
72 | 72 | // add inline_transfer api for contract
|
73 | 73 | #ifndef HARDFORK_1017_TIME
|
74 | 74 | // 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) |
76 | 76 | #endif
|
77 | 77 |
|
78 | 78 | #ifndef HARDFORK_1015_TIME
|
|
93 | 93 |
|
94 | 94 | #ifndef HARDFORK_1016_TIME
|
95 | 95 | // 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) |
97 | 97 | #endif
|
98 | 98 |
|
99 | 99 | #ifndef HARDFORK_1019_TIME
|
100 | 100 | // 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) |
102 | 102 | #endif
|
103 | 103 |
|
104 | 104 | #ifndef HARDFORK_1020_TIME
|
105 | 105 | // 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) |
107 | 107 | #endif
|
108 | 108 |
|
109 | 109 | #ifndef HARDFORK_1021_TIME
|
110 | 110 | // 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) |
112 | 112 | #endif
|
113 | 113 |
|
114 | 114 | // #413 Add operation to claim asset fees
|
|
0 commit comments