Skip to content

Commit

Permalink
Remove unused actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Jul 15, 2024
1 parent 566ef8b commit 2b44d11
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 1,097 deletions.
4 changes: 0 additions & 4 deletions .Lib9c.Tests/Action/ActionEvaluationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public ActionEvaluationTest()
[InlineData(typeof(TransferAsset))]
[InlineData(typeof(CreateAvatar))]
[InlineData(typeof(HackAndSlash))]
[InlineData(typeof(ActivateAccount))]
[InlineData(typeof(AddActivatedAccount))]
[InlineData(typeof(AddRedeemCode))]
[InlineData(typeof(Buy))]
[InlineData(typeof(ChargeActionPoint))]
Expand Down Expand Up @@ -155,8 +153,6 @@ private ActionBase GetAction(Type type)
StageId = 0,
AvatarAddress = new PrivateKey().Address,
},
ActivateAccount _ => new ActivateAccount(new PrivateKey().Address, new byte[] { 0x0 }),
AddActivatedAccount _ => new AddActivatedAccount(),
AddRedeemCode _ => new AddRedeemCode
{
redeemCsv = "csv",
Expand Down
83 changes: 0 additions & 83 deletions .Lib9c.Tests/Action/ActivateAccountTest.cs

This file was deleted.

69 changes: 0 additions & 69 deletions .Lib9c.Tests/Action/AddActivatedAccountTest.cs

This file was deleted.

140 changes: 0 additions & 140 deletions .Lib9c.Tests/Action/Snapshot/TransferAsset0SnapshotTest.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2b44d11

Please sign in to comment.