Skip to content

Commit

Permalink
Remove redundant fork
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovh committed Nov 14, 2024
1 parent 7d171f2 commit d25fc4c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions common/src/chain/config/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const TESTNET_STAKER_REWARD_AND_TOKENS_FEE_FORK_HEIGHT: BlockHeight = BlockHeigh
const TESTNET_HTLC_AND_DATA_DEPOSIT_FEE_FORK_HEIGHT: BlockHeight = BlockHeight::new(297_550);
// The fork, at which order outputs become valid
const TESTNET_ORDERS_FORK_HEIGHT: BlockHeight = BlockHeight::new(325_180);
// The fork, at which rules for validating frozen tokens changed
const MAINNET_FROZEN_TOKENS_VALIDATION_FORK_HEIGHT: BlockHeight = BlockHeight::new(254_740);
// The fork, at which txs with htlc and orders outputs become valid
const MAINNET_HTLC_AND_ORDERS_FORK_HEIGHT: BlockHeight = BlockHeight::new(254_740);

Expand Down Expand Up @@ -179,19 +177,6 @@ impl ChainType {
OrdersActivated::No,
),
),
(
MAINNET_FROZEN_TOKENS_VALIDATION_FORK_HEIGHT,
ChainstateUpgrade::new(
TokenIssuanceVersion::V1,
RewardDistributionVersion::V1,
TokensFeeVersion::V1,
DataDepositFeeVersion::V1,
ChangeTokenMetadataUriActivated::Yes,
FrozenTokensValidationVersion::V1,
HtlcActivated::Yes,
OrdersActivated::Yes,
),
),
(
MAINNET_HTLC_AND_ORDERS_FORK_HEIGHT,
ChainstateUpgrade::new(
Expand Down

0 comments on commit d25fc4c

Please sign in to comment.