Skip to content

Commit

Permalink
Merge pull request #2210 from planetarium/move-NCStagePolicy
Browse files Browse the repository at this point in the history
Move `NCStagePolicy` to `NineChronicles.Headless`
  • Loading branch information
area363 authored Nov 9, 2023
2 parents b96db26 + fefa247 commit d6f420a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 407 deletions.
2 changes: 1 addition & 1 deletion .Lib9c.Tests/Action/RewardGoldTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ void AssertMinerReward(int blockIndex, string expected)
public async Task Genesis_StateRootHash(bool mainnet)
{
BlockPolicySource blockPolicySource = new BlockPolicySource();
NCStagePolicy stagePolicy = new NCStagePolicy(default, 2);
IStagePolicy stagePolicy = new VolatileStagePolicy();
IBlockPolicy policy = blockPolicySource.GetPolicy();
Block genesis;
if (mainnet)
Expand Down
257 changes: 0 additions & 257 deletions .Lib9c.Tests/StagePolicyTest.cs

This file was deleted.

9 changes: 0 additions & 9 deletions Lib9c.Policy/AccessControlService/IAccessControlService.cs

This file was deleted.

Loading

0 comments on commit d6f420a

Please sign in to comment.