Skip to content

Commit

Permalink
Merge branch 'development' into main-merge-dev-1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae authored Jan 2, 2024
2 parents 215cb91 + 312c012 commit b1e1f2f
Show file tree
Hide file tree
Showing 192 changed files with 62 additions and 287 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
using Nekoyume;
using Nekoyume.Action;
using Nekoyume.Model;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.DevExtensions.Tests/Action/FaucetCurrencyTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections.Immutable;
using Lib9c.DevExtensions.Action;
using Lib9c.Tests.Action;
using Libplanet.Action.State;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.DevExtensions.Tests/Action/ManipulateStateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Bencodex.Types;
using Lib9c.DevExtensions.Action;
Expand Down
3 changes: 2 additions & 1 deletion .Lib9c.Tests/Action/ActionEvaluationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public void Serialize_With_MessagePack(Type actionType)
null,
_states.Trie.Hash,
0,
new Dictionary<string, IValue>()
new Dictionary<string, IValue>(),
null
);
var evaluation = ncEval.ToActionEvaluation();
var b = MessagePackSerializer.Serialize(ncEval);
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/ActivateAccountTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Immutable;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/AddActivatedAccountTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Immutable;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Nekoyume.Action;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/AddRedeemCodeTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Immutable;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Nekoyume;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/CancelProductRegistration0Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ namespace Lib9c.Tests.Action
using System;
using System.Collections.Generic;
using Bencodex.Types;
using Lib9c.Model.Order;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/ChargeActionPoint0Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Linq;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Nekoyume;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/ChargeActionPointTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/ClaimMonsterCollectionReward2Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Bencodex.Types;
using Libplanet.Action.State;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/ClaimMonsterCollectionRewardTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ namespace Lib9c.Tests.Action
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Bencodex.Types;
using Libplanet.Action.State;
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/CombinationEquipment16Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ namespace Lib9c.Tests.Action
using Libplanet.Types.Assets;
using Nekoyume;
using Nekoyume.Action;
using Nekoyume.Extensions;
using Nekoyume.Helper;
using Nekoyume.Model;
using Nekoyume.Model.Elemental;
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/CreatePendingActivationTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Immutable;
using Libplanet.Action.State;
using Libplanet.Common;
using Libplanet.Crypto;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/EndPledgeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using Bencodex.Types;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Nekoyume.Action;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MarketValidationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MigrateMonsterCollectionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Lib9c.Tests.Action
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MigrationAvatarStateTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MimisbrunnrBattle13Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace Lib9c.Tests.Action
using Libplanet.Types.Assets;
using Nekoyume;
using Nekoyume.Action;
using Nekoyume.Blockchain.Policy;
using Nekoyume.Model;
using Nekoyume.Model.Elemental;
using Nekoyume.Model.Item;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MonsterCollect0Test.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MonsterCollect2Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/MonsterCollectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/PatchTableSheetTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Lib9c.Tests.Action
{
using System;
using System.Linq;
using Bencodex.Types;
using Libplanet.Action.State;
Expand All @@ -9,7 +8,6 @@ namespace Lib9c.Tests.Action
using Nekoyume.Action;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Nekoyume.TableData.Stake;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/PetEnhancement0Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ namespace Lib9c.Tests.Action
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Util;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/RankingBattleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace Lib9c.Tests.Action
using Serilog;
using Xunit;
using Xunit.Abstractions;
using static Lib9c.SerializeKeys;

public class RankingBattleTest
{
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/RedeemCode0Test.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Libplanet.Action.State;
using Libplanet.Common;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/RedeemCodeTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Libplanet.Action.State;
using Libplanet.Common;
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/RenewAdminStateTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Immutable;
using Bencodex.Types;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Nekoyume;
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/RequestPledgeTest.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
namespace Lib9c.Tests.Action
{
using Bencodex.Types;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
using Nekoyume;
using Nekoyume.Action;
using Nekoyume.Model.State;
using Xunit;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/RewardGoldTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.BattleStatus;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog.Core;
using Xunit;

public class RewardGoldTest
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/Scenario/ArenaScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ namespace Lib9c.Tests.Action.Scenario
using Nekoyume.Arena;
using Nekoyume.Model;
using Nekoyume.Model.Arena;
using Nekoyume.Model.EnumType;
using Nekoyume.Model.Item;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
using static Lib9c.SerializeKeys;

Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/Scenario/AuraScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Lib9c.Tests.Action.Scenario
using System.Collections.Generic;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace Lib9c.Tests.Action.Scenario.Pet
using Nekoyume.TableData;
using Nekoyume.TableData.Pet;
using Xunit;
using Xunit.Abstractions;
using static Lib9c.SerializeKeys;

public class AdditionalOptionRateByFixedValueTest
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/Scenario/Pet/CommonTest.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
namespace Lib9c.Tests.Action.Scenario.Pet
{
using System;
using System.Collections.Generic;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Util;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Nekoyume.Action;
using Nekoyume.Model.Pet;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Xunit;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/SellCancellationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Bencodex.Types;
using Lib9c.Model.Order;
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/SellTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Bencodex.Types;
using Lib9c.Model.Order;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/Stake0Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace Lib9c.Tests.Action
using Nekoyume;
using Nekoyume.Action;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/Stake2Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace Lib9c.Tests.Action
using Nekoyume.Action;
using Nekoyume.Model.Stake;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/TransferAsset2Test.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
Expand Down
2 changes: 0 additions & 2 deletions .Lib9c.Tests/Action/TransferAsset3Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ namespace Lib9c.Tests.Action
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Runtime.Serialization.Formatters.Binary;
using Bencodex.Types;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/TransferAsset4Test.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/TransferAssetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/TransferAssetTest0.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Lib9c.Tests.Action
{
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
Expand Down
3 changes: 0 additions & 3 deletions .Lib9c.Tests/Action/TransferAssets0Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Runtime.Serialization.Formatters.Binary;
using Bencodex.Types;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
using Libplanet.Types.Assets;
Expand Down
1 change: 0 additions & 1 deletion .Lib9c.Tests/Action/TransferAssets2Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Lib9c.Tests.Action
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
Expand Down
Loading

0 comments on commit b1e1f2f

Please sign in to comment.