Skip to content

Commit

Permalink
refactor: Remove migration-related codes
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Dec 18, 2024
1 parent 0e0124b commit a85e174
Show file tree
Hide file tree
Showing 47 changed files with 4 additions and 1,476 deletions.
128 changes: 0 additions & 128 deletions .Lib9c.Benchmarks/Actions/MigrateDelegation.cs

This file was deleted.

4 changes: 1 addition & 3 deletions .Lib9c.Tests/Action/BuyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace Lib9c.Tests.Action
using Libplanet.Types.Assets;
using Nekoyume;
using Nekoyume.Action;
using Nekoyume.Action.Guild.Migration.LegacyModels;
using Nekoyume.Arena;
using Nekoyume.Model;
using Nekoyume.Model.Item;
Expand Down Expand Up @@ -105,8 +104,7 @@ public BuyTest(ITestOutputHelper outputHelper)
.SetAgentState(_buyerAgentAddress, buyerAgentState)
.SetAvatarState(_buyerAvatarAddress, _buyerAvatarState)
.SetLegacyState(Addresses.Shop, new ShopState().Serialize())
.MintAsset(context, _buyerAgentAddress, _goldCurrencyState.Currency * 100)
.SetDelegationMigrationHeight(0);
.MintAsset(context, _buyerAgentAddress, _goldCurrencyState.Currency * 100);
}

public static IEnumerable<object[]> GetExecuteMemberData()
Expand Down

This file was deleted.

122 changes: 0 additions & 122 deletions .Lib9c.Tests/Action/Guild/Migration/MigrateDelegationTest.cs

This file was deleted.

Loading

0 comments on commit a85e174

Please sign in to comment.